Uses of Class
com.skava.accounts.model.exchange.response.DeleteApprovalResponse
Packages that use DeleteApprovalResponse
Package
Description
Accounts Service Declarations.
Accounts Service Implementations.
Accounts Workflow Web Controller Implementations.
-
Uses of DeleteApprovalResponse in com.skava.accounts.service
Methods in com.skava.accounts.service that return DeleteApprovalResponse -
Uses of DeleteApprovalResponse in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return DeleteApprovalResponseModifier 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. -
Uses of DeleteApprovalResponse in com.skava.accounts.workflow.web
Methods in com.skava.accounts.workflow.web that return types with arguments of type DeleteApprovalResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DeleteApprovalResponse>
ApprovalWorkflowController.deleteApprovalRule
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long approvalRuleId) Delete the ApprovalWorkflowRuleId.