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