Uses of Class
com.skava.accounts.model.exchange.request.ApprovalRuleRequestInternal
Packages that use ApprovalRuleRequestInternal
Package
Description
Accounts Service Declarations.
Accounts Service Implementations.
-
Uses of ApprovalRuleRequestInternal in com.skava.accounts.service
Methods in com.skava.accounts.service with parameters of type ApprovalRuleRequestInternalModifier and TypeMethodDescriptionCreateApprovalRuleService.process
(ApprovalRuleRequestInternal request) -
Uses of ApprovalRuleRequestInternal in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl with parameters of type ApprovalRuleRequestInternalModifier 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 exceptionvoid
CreateApprovalRuleServiceImpl.workflowRequestValidation
(ApprovalRuleRequestInternal request) This method is used to validate the approval rule request parameter.