Uses of Class
com.skava.account.model.Budgets
Packages that use Budgets
Package
Description
Account Map transformation are available here.
The processor classes of the Cart Orchestration Service available here.
-
Uses of Budgets in com.skava.account.mapper
Methods in com.skava.account.mapper that return BudgetsModifier and TypeMethodDescriptionAccountModelMapper.budgetRequestToBudgets(BudgetRequest budgetRequest) This method is used to transform the orchestration budgetRequest data transfer model into budgets modelAccountModelMapper.budgetsDTOToBudgets(BudgetsDTO budgetsDTO) This method is used to transform the orchestration budgets data transfer model into budgets modelMethods in com.skava.account.mapper that return types with arguments of type BudgetsModifier and TypeMethodDescriptionAccountModelMapper.budgetsDTOToBudgets(List<BudgetsDTO> budgetsDTO) This method is used to transform the orchestration budgets data transfer list model into the budgets list modelMethods in com.skava.account.mapper with parameters of type BudgetsModifier and TypeMethodDescriptionAccountModelMapper.budgetsToBudgetsDTO(Budgets budgets) This method is used to transform the budgets model into orchestration budgets data transfer modelMethod parameters in com.skava.account.mapper with type arguments of type BudgetsModifier and TypeMethodDescriptionAccountModelMapper.budgetsToBudgetsDTO(List<Budgets> budgets) This method is used to transform the budgets list model into the orchestration budgets data transfer list model -
Uses of Budgets in com.skava.cart.orchestration.processor
Methods in com.skava.cart.orchestration.processor with parameters of type BudgetsModifier and TypeMethodDescriptionstatic voidPlaceOrderRequestProcessor.updateUserTracking(Order orderOms, SFCart sfCart, Budgets activeBudget) This method updates the order user tracking.