Package com.skava.service.impl
Class FindActionServiceImpl
java.lang.Object
com.skava.service.impl.FindActionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<Action,
,ActionResponse> FindActionService
The Class FindActionServiceImpl.
This Class is used for find an Action based on the provided information.
This Class is used for find an Action based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindActionServiceImpl
(CommonServices commonServices, ActionRepository actionRepository) The class constructor. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
Get Validator.Create Action Process.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
FindActionServiceImpl
@Autowired public FindActionServiceImpl(CommonServices commonServices, ActionRepository actionRepository) The class constructor.
-
-
Method Details
-
getValidator
Get Validator.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<Action,
ActionResponse> - Returns:
- array list.
-
process
Create Action Process.- Specified by:
process
in interfacecom.skava.core.EcommService<Action,
ActionResponse> - Parameters:
request
- The Action object for which the validations are made and the action is retrieved.
-