Uses of Class
com.skava.oms.delegate.model.AccountBudget
Packages that use AccountBudget
Package
Description
This package contains the information about the util flow
-
Uses of AccountBudget in com.skava.oms.flow.util
Methods in com.skava.oms.flow.util that return AccountBudgetModifier and TypeMethodDescriptionstatic AccountBudget
AccountUtil.getAccountBudgetValue
(org.camunda.bpm.engine.delegate.DelegateExecution execution, Order order, String accountsCollectionId, String value) This method is used to get account budget value.Methods in com.skava.oms.flow.util with parameters of type AccountBudgetModifier and TypeMethodDescriptionstatic PreProcessAccountEvent
AccountUtil.getAccountBudgetEvent
(Order order, String accountsCollectionId, AccountBudget budget, Events eventName) This method is used to get account budget event.static void
AccountUtil.triggerAccountEvent
(org.camunda.bpm.engine.delegate.DelegateExecution execution, OrderProcessData orderProcessData, Order order, String accountsCollectionId, AccountBudget budget, OrderProcessFlowService orderService, long authExpiryTimeMins) This method will trigger account event.