Uses of Class
com.skava.accounts.model.domain.TeamDO
Packages that use TeamDO
Package
Description
Accounts Domain Model Declarations.
Accounts Exchange Model Declarations.
Accounts Exchange Request Model Declarations.
Accounts Service Implementations.
-
Uses of TeamDO in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return TeamDOModifier and TypeMethodDescriptionTeamDO.fromEntity
(TeamEntity team) fromEntity - Used to convert entity to domain object.TeamDO.fromEntity
(TeamEntity team, List<AccountBuyerEntity> teamBuyerEntity) fromEntity - Used to convert entity to domain object. -
Uses of TeamDO in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return TeamDOMethods in com.skava.accounts.model.exchange with parameters of type TeamDO -
Uses of TeamDO in com.skava.accounts.model.exchange.request
Methods in com.skava.accounts.model.exchange.request that return TeamDOModifier and TypeMethodDescriptionTeamRequestInternal.toDomainObject()
This method is used to convert teamDO from Team Request. -
Uses of TeamDO in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return TeamDOModifier and TypeMethodDescriptionThis method is used to create Team based on given Team Request parameters.Methods in com.skava.accounts.service.impl with parameters of type TeamDO