Uses of Class
com.skava.accounts.model.exchange.ApprovalRule
Packages that use ApprovalRule
Package
Description
Accounts Exchange Model Declarations.
Accounts Workflow Web Controller Implementations.
-
Uses of ApprovalRule in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return ApprovalRuleModifier and TypeMethodDescriptionApprovalRule.fromDomainObject
(ApprovalRuleDO approvalRuleDO) From domain object. -
Uses of ApprovalRule in com.skava.accounts.workflow.web
Methods in com.skava.accounts.workflow.web that return types with arguments of type ApprovalRuleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ApprovalRule>
ApprovalWorkflowController.createApprovalRule
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, ApprovalRule request) Creates the approvalrule.org.springframework.http.ResponseEntity<ApprovalRule>
ApprovalWorkflowController.patchApprovalRule
(String locale, String version, long collectionId, long storeId, String authToken, long accountId, ApprovalRule request, long approvalRuleId) Update the ApprovalWorkflowRuleId.Methods in com.skava.accounts.workflow.web with parameters of type ApprovalRuleModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ApprovalRule>
ApprovalWorkflowController.createApprovalRule
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, ApprovalRule request) Creates the approvalrule.org.springframework.http.ResponseEntity<ApprovalRule>
ApprovalWorkflowController.patchApprovalRule
(String locale, String version, long collectionId, long storeId, String authToken, long accountId, ApprovalRule request, long approvalRuleId) Update the ApprovalWorkflowRuleId.