Uses of Class
com.skava.account.orchestration.model.BudgetsDTO
Packages that use BudgetsDTO
-
Uses of BudgetsDTO in com.skava.account.mapper
Methods in com.skava.account.mapper that return BudgetsDTOModifier and TypeMethodDescriptionAccountModelMapper.budgetsToBudgetsDTO
(Budgets budgets) This method is used to transform the budgets model into orchestration budgets data transfer modelMethods in com.skava.account.mapper that return types with arguments of type BudgetsDTOModifier and TypeMethodDescriptionAccountModelMapper.budgetsToBudgetsDTO
(List<Budgets> budgets) This method is used to transform the budgets list model into the orchestration budgets data transfer list modelMethods in com.skava.account.mapper with parameters of type BudgetsDTOModifier and TypeMethodDescriptionAccountModelMapper.budgetsDTOToBudgets
(BudgetsDTO budgetsDTO) This method is used to transform the orchestration budgets data transfer model into budgets modelMethod parameters in com.skava.account.mapper with type arguments of type BudgetsDTOModifier and TypeMethodDescriptionAccountModelMapper.budgetsDTOToBudgets
(List<BudgetsDTO> budgetsDTO) This method is used to transform the orchestration budgets data transfer list model into the budgets list model