Uses of Class
com.skava.account.model.CostCentre
Packages that use CostCentre
-
Uses of CostCentre in com.skava.account.mapper
Methods in com.skava.account.mapper that return CostCentreModifier and TypeMethodDescriptionAccountModelMapper.costCentersDTOToCostCentre
(CostCentersDTO costCentreDTO) This method is used to transform the orchestration costCenters data transfer model into CostCenter modelAccountModelMapper.costCentreRequestToCostCentre
(CostCentreRequest costCentreRequest) This method is used to transform the orchestration CostCentersRequest model into CostCenter modelMethods in com.skava.account.mapper with parameters of type CostCentreModifier and TypeMethodDescriptionAccountModelMapper.costCentreToCostCentersDTO
(CostCentre costCentre) This method is used to transform the CostCenter model into orchestration costCenters data transfer modelAccountModelMapper.costCentreToCostCentreResponse
(CostCentre costCentre) This method is used to transform the CostCenter model into orchestration CostCenterResponse modelMethod parameters in com.skava.account.mapper with type arguments of type CostCentreModifier and TypeMethodDescriptionAccountModelMapper.costCentreToCostCentreResponse
(List<CostCentre> costCentres) This method is used to transform the CostCentre list model into the CostCentreResponse list model