Uses of Class
com.skava.accounts.model.exchange.response.GetApprovalResponse
Packages that use GetApprovalResponse
Package
Description
Accounts Service Declarations.
Accounts Service Implementations.
Accounts Workflow Web Controller Implementations.
-
Uses of GetApprovalResponse in com.skava.accounts.service
Methods in com.skava.accounts.service that return GetApprovalResponse -
Uses of GetApprovalResponse in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return GetApprovalResponseModifier and TypeMethodDescriptionGetApprovalRuleServiceImpl.process
(ApprovalRuleRequest getRequest) This method is used to get the ApprovalRule Entity for the given request and throw ValidateException Exception if something goes wrong -
Uses of GetApprovalResponse in com.skava.accounts.workflow.web
Methods in com.skava.accounts.workflow.web that return types with arguments of type GetApprovalResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GetApprovalResponse>
ApprovalWorkflowController.getApprovalRule
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long approvalRuleId) Get the ApprovalWorkflowRule.