Uses of Class
com.skava.accounts.model.domain.CostCentreDO
Packages that use CostCentreDO
Package
Description
Accounts Domain Model Declarations.
Accounts Exchange Model Declarations.
Accounts Exchange Request Model Declarations.
Accounts Service Implementations.
Accounts Utility Implementations.
-
Uses of CostCentreDO in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return CostCentreDOModifier and TypeMethodDescriptionCostCentreDO.fromEntity
(CostCentreEntity costCentre) fromEntity - Used to convert domain object to entity. -
Uses of CostCentreDO in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return CostCentreDOModifier and TypeMethodDescriptionCostCentre.toDomainObject()
This function is used to map the params present in objectCostCentre
toCostCentreDO
Methods in com.skava.accounts.model.exchange with parameters of type CostCentreDOModifier and TypeMethodDescriptionCostCentre.fromDomainObject
(CostCentreDO costCentreDO) From domain object. -
Uses of CostCentreDO in com.skava.accounts.model.exchange.request
Methods in com.skava.accounts.model.exchange.request that return CostCentreDOModifier and TypeMethodDescriptionCostCentreRequestInternal.toDomainObject()
toDomainObject - This method is used to convertCostCentreRequestInternal
object toCostCentreDO
. -
Uses of CostCentreDO in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return CostCentreDOModifier and TypeMethodDescriptionCreateCostCentreServiceImpl.create
(CostCentreDO costCentreDO) This method is used to create CostCentre based on given CostCentre Request parameters.FindCostCentreServiceimpl.findById
(CostCentreDO costCentreDO, Long collectionId) Find by id.UpdateCostCentreServiceImpl.update
(CostCentreDO costCentreDO, CostCentreRequestInternal request) Update.Methods in com.skava.accounts.service.impl with parameters of type CostCentreDOModifier and TypeMethodDescriptionCreateCostCentreServiceImpl.create
(CostCentreDO costCentreDO) This method is used to create CostCentre based on given CostCentre Request parameters.FindCostCentreServiceimpl.findById
(CostCentreDO costCentreDO, Long collectionId) Find by id.UpdateCostCentreServiceImpl.update
(CostCentreDO costCentreDO, CostCentreRequestInternal request) Update.UpdateCostCentreServiceImpl.updateCostCentreFromDO
(CostCentreDO costCentreDO, CostCentreEntity costCentreEntity) updateCostCentreFromDO. -
Uses of CostCentreDO in com.skava.accounts.util
Methods in com.skava.accounts.util that return types with arguments of type CostCentreDOModifier and TypeMethodDescriptionFindAllCostCenterUtil.findAllCostCentreDO
(org.springframework.data.domain.Page<CostCentreEntity> costCentreEntities) findAllCostCentreDO - get CostCentreDO from CostCentreEntityMethods in com.skava.accounts.util with parameters of type CostCentreDOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CostCentreEntity>
FindAllCostCenterUtil.findAll
(CostCentreDO costCentreDO, String sortStr) Find all.Method parameters in com.skava.accounts.util with type arguments of type CostCentreDOModifier and TypeMethodDescriptionvoid
CreateAccountServiceUtil.createCostCentreAndTeam
(AccountsDO accountDO, AccountsEntity account, List<CostCentreDO> costCentreDO, List<TeamDO> teamDO)