Package com.skava.accounts.service.impl
Class FindAllApprovalRuleServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllApprovalRuleServiceImpl
- All Implemented Interfaces:
FindAllApprovalRuleService
,com.skava.core.EcommService<FindAllApprovalRuleRequest,
FindAllApprovalRuleResponse>
@Service
public class FindAllApprovalRuleServiceImpl
extends Object
implements FindAllApprovalRuleService
This FindAllApprovalRuleServiceImpl class is used to implement the methods
for getting all ApprovalRule entity from database
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess
(FindAllApprovalRuleRequest getRequest) This method is used to find all the ApprovalRule Entity for the given request and throw ValidateException Exception if something goes wrongMethods 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, getValidator
-
Constructor Details
-
FindAllApprovalRuleServiceImpl
public FindAllApprovalRuleServiceImpl()
-
-
Method Details
-
process
This method is used to find all the ApprovalRule Entity for the given request and throw ValidateException Exception if something goes wrong- Specified by:
process
in interfacecom.skava.core.EcommService<FindAllApprovalRuleRequest,
FindAllApprovalRuleResponse> - Specified by:
process
in interfaceFindAllApprovalRuleService
-