Uses of Class
com.skava.accounts.model.exchange.response.ApprovalRuleAPIResponse
Packages that use ApprovalRuleAPIResponse
Package
Description
Accounts Service Declarations.
Accounts Service Implementations.
-
Uses of ApprovalRuleAPIResponse in com.skava.accounts.service
Methods in com.skava.accounts.service that return ApprovalRuleAPIResponseModifier and TypeMethodDescriptionCreateApprovalRuleService.process
(ApprovalRuleRequestInternal request) -
Uses of ApprovalRuleAPIResponse in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return ApprovalRuleAPIResponseModifier and TypeMethodDescriptionCreateApprovalRuleServiceImpl.process
(ApprovalRuleRequestInternal request) This method is used to create ApprovalRule based on given ApprovalRule Request Parameters And to restrict the workflow to one It will check account id collection id And also check the workflow is for more than once If so it have to throw exceptionPatchApprovalRuleImpl.process
(ApprovalRuleUpdateRequest request) This method is used to update ApprovalRule based on given ApprovalRule Request parameters.