Package com.skava.accounts.service.impl
Class GetApprovalRuleServiceImpl
java.lang.Object
com.skava.accounts.service.impl.GetApprovalRuleServiceImpl
- All Implemented Interfaces:
GetApprovalRuleService
,com.skava.core.EcommService<ApprovalRuleRequest,
GetApprovalResponse>
This GetApprovalRuleServiceImpl class is used to implement the methods for
getting ApprovalRule entity from database
- Author:
- Infosys Equinox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess
(ApprovalRuleRequest getRequest) This method is used to get 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
-
Field Details
-
SERVICE_ACCOUNTS
- See Also:
-
ENTITY_ACCOUNT
- See Also:
-
APPROVAL_RULE_ID_INVALID
- See Also:
-
-
Constructor Details
-
GetApprovalRuleServiceImpl
public GetApprovalRuleServiceImpl()
-
-
Method Details
-
process
This method is used to get the ApprovalRule Entity for the given request and throw ValidateException Exception if something goes wrong- Specified by:
process
in interfacecom.skava.core.EcommService<ApprovalRuleRequest,
GetApprovalResponse> - Specified by:
process
in interfaceGetApprovalRuleService
-