Package com.skava.service.impl
Class FindAllActionServiceImpl
java.lang.Object
com.skava.service.impl.FindAllActionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CommonRequest,
,ActionsResponse> FindAllActionService
The Class FindAllActionServiceImpl.
This Class is used for find all the Actions based on the provided information.
This Class is used for find all the Actions based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindAllActionServiceImpl
(ActionRepository actionRepository) The class constructor. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CommonRequest input) searchAction
(CommonRequest actionRequest) searchAction This function is used to load all the actions present according to the given request parametersMethods 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
-
FindAllActionServiceImpl
The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CommonRequest,
ActionsResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CommonRequest,
ActionsResponse>
-
searchAction
searchAction This function is used to load all the actions present according to the given request parameters- Parameters:
actionRequest
- the actionRequest- Returns:
- a list of
ActionDomain
-