Uses of Class
com.skava.accounts.model.entity.AccountBuyerEntity
Packages that use AccountBuyerEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
Accounts Service Implementations.
-
Uses of AccountBuyerEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return AccountBuyerEntityModifier and TypeMethodDescriptionAccountBuyerDO.toEntity
(AccountsEntity account, long teamId) To entity.Methods in com.skava.accounts.model.domain with parameters of type AccountBuyerEntityModifier and TypeMethodDescriptionAccountBuyerDO.fromEntity
(AccountBuyerEntity teamBuyer) From entity.Method parameters in com.skava.accounts.model.domain with type arguments of type AccountBuyerEntityModifier and TypeMethodDescriptionTeamDO.fromEntity
(TeamEntity team, List<AccountBuyerEntity> teamBuyerEntity) fromEntity - Used to convert entity to domain object. -
Uses of AccountBuyerEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type AccountBuyerEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<AccountBuyerEntity,
QAccountBuyerEntity> QAccountsEntity.teamBuyerEntity
Constructor parameters in com.skava.accounts.model.entity with type arguments of type AccountBuyerEntityModifierConstructorDescriptionQAccountBuyerEntity
(com.querydsl.core.types.Path<? extends AccountBuyerEntity> path) QAccountBuyerEntity
(Class<? extends AccountBuyerEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of AccountBuyerEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return types with arguments of type AccountBuyerEntityModifier and TypeMethodDescriptionAccountBuyerRepository.findAccountIdByUserId
(String userId) AccountBuyerRepository.findAccountIdByUserIdAndAccountCollectionId
(String userId, long collectionId) org.springframework.data.domain.Page<AccountBuyerEntity>
AccountBuyerRepository.findAll
(org.springframework.data.jpa.domain.Specification<AccountsEntity> specification, org.springframework.data.domain.Pageable pageRequest) Method used to search all accountbuyers from db .org.springframework.data.domain.Page<AccountBuyerEntity>
AccountBuyerRepository.findAllByAccountId
(org.springframework.data.domain.Pageable pageRequest, Long accountId) Find all by accountIdAccountBuyerRepository.findByIdAndAccountId
(long id, Long accountId) Method used to search all accountbuyers from db by id and accountId.AccountBuyerRepository.findByTeamId
(long teamId) Find by team id.AccountBuyerRepository.findByTeamIdAndAccountId
(long teamId, long accountId) Find by team id and accountId.AccountBuyerRepository.findByUserIdAndAccountIdAndAccountCollectionId
(String userId, Long accountId, long collectionId) -
Uses of AccountBuyerEntity in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return types with arguments of type AccountBuyerEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AccountBuyerEntity>
FindAllAccountBuyerServiceImpl.search
(String filters, org.springframework.data.domain.Pageable pageable, String locale) search