Uses of Class
com.skava.accounts.model.entity.TeamEntity
Packages that use TeamEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
Accounts Service Implementations.
-
Uses of TeamEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return TeamEntityModifier and TypeMethodDescriptionTeamDO.toEntity
(AccountsEntity account) toEntity - Used to convert entity to domain object.Methods in com.skava.accounts.model.domain with parameters of type TeamEntityModifier 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 TeamEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type TeamEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<TeamEntity,
QTeamEntity> QAccountsEntity.team
Constructor parameters in com.skava.accounts.model.entity with type arguments of type TeamEntityModifierConstructorDescriptionQTeamEntity
(com.querydsl.core.types.Path<? extends TeamEntity> path) QTeamEntity
(Class<? extends TeamEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of TeamEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return types with arguments of type TeamEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TeamEntity>
TeamRepository.findAll
(org.springframework.data.jpa.domain.Specification<TeamEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find TeamEntity based on input.org.springframework.data.domain.Page<TeamEntity>
TeamRepository.findAllByAccountId
(long accountId, org.springframework.data.domain.Pageable pageRequest) Find all by account id.TeamRepository.findByCostCentreId
(long costCentreId) This function is used to load all the Team Which are associated with the given cost centre.TeamRepository.findByIdAndAccountId
(long id, long accountId) To check if a TeamEntity Exists By the given id and accountId.Method parameters in com.skava.accounts.repository with type arguments of type TeamEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TeamEntity>
TeamRepository.findAll
(org.springframework.data.jpa.domain.Specification<TeamEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find TeamEntity based on input. -
Uses of TeamEntity in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return types with arguments of type TeamEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TeamEntity>
FindAllTeamServiceImpl.search
(String filters, org.springframework.data.domain.Pageable pageable, String locale)