Uses of Class
com.skava.accounts.model.domain.BudgetDO
Packages that use BudgetDO
Package
Description
Accounts Domain Model Declarations.
Accounts Exchange Model Declarations.
Accounts Exchange Request Model Declarations.
Accounts Service Implementations.
-
Uses of BudgetDO in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return BudgetDO -
Uses of BudgetDO in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return BudgetDOMethods in com.skava.accounts.model.exchange with parameters of type BudgetDOModifier and TypeMethodDescriptionBudgets.fromDomainObject
(BudgetDO budgetDO) From domain object. -
Uses of BudgetDO in com.skava.accounts.model.exchange.request
Methods in com.skava.accounts.model.exchange.request that return BudgetDOModifier and TypeMethodDescriptionBudgetRequestInternal.toDomainObject()
This method is used to convert contractDO from Contract Request. -
Uses of BudgetDO in com.skava.accounts.service.impl
Method parameters in com.skava.accounts.service.impl with type arguments of type BudgetDOModifier and TypeMethodDescriptionvoid
UpdateCostCentreServiceImpl.updatePropertiesForCollection
(CostCentreEntity costCentreEntity, List<BudgetDO> budgets, String locale) Update budgets for collection.