Uses of Class
com.skava.accounts.model.exchange.request.ApprovalRuleRequest
Packages that use ApprovalRuleRequest
Package
Description
Accounts Service Declarations.
Accounts Service Implementations.
-
Uses of ApprovalRuleRequest in com.skava.accounts.service
Methods in com.skava.accounts.service with parameters of type ApprovalRuleRequestModifier and TypeMethodDescriptionDeleteApprovalService.process
(ApprovalRuleRequest request) GetApprovalRuleService.process
(ApprovalRuleRequest request) -
Uses of ApprovalRuleRequest in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl with parameters of type ApprovalRuleRequestModifier and TypeMethodDescriptionDeleteApprovalServiceImpl.process
(ApprovalRuleRequest deleteRequest) This method is used to delete the ApprovalRule Entity for the given request and throw ValidateException Exception if something goes wrong.GetApprovalRuleServiceImpl.process
(ApprovalRuleRequest getRequest) This method is used to get the ApprovalRule Entity for the given request and throw ValidateException Exception if something goes wrong