Uses of Class
com.skava.accounts.model.exchange.Budgets
Packages that use Budgets
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
Accounts Web Controller Implementations.
-
Uses of Budgets in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return BudgetsModifier and TypeMethodDescriptionBudgets.fromDomainObject
(BudgetDO budgetDO) From domain object. -
Uses of Budgets in com.skava.accounts.model.exchange.response
Constructors in com.skava.accounts.model.exchange.response with parameters of type BudgetsModifierConstructorDescriptionBudgetAPIResponse
(String codeSuccess, String msgSuccess, Budgets budgets) Instantiates a new Budget API response. -
Uses of Budgets in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type BudgetsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Budgets>
CostCentreController.getBudgetById
(String locale, String version, long storeId, long collectionId, String authToken, long accountId, long costCentreId, long budgetId) This method is used to get single Budget based on given Budget Request.