Uses of Class
com.skava.accounts.model.entity.AttributeEntity
Packages that use AttributeEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
Accounts Service Implementations.
Accounts Utility Implementations.
-
Uses of AttributeEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return AttributeEntityModifier and TypeMethodDescriptionAttributeDO.toEntity()
This method is used to convert AttributeDO object to AttributeEntity object.Methods in com.skava.accounts.model.domain with parameters of type AttributeEntityModifier and TypeMethodDescriptionAttributeDO.fromEntity
(AttributeEntity attribute) method fromEntity This method is used to convert AttributeEntity object to AttributeDo object. -
Uses of AttributeEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type AttributeEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<AttributeEntity,
QAttributeEntity> QCollectionsEntity.attributes
Constructor parameters in com.skava.accounts.model.entity with type arguments of type AttributeEntityModifierConstructorDescriptionQAttributeEntity
(com.querydsl.core.types.Path<? extends AttributeEntity> path) QAttributeEntity
(Class<? extends AttributeEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of AttributeEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return types with arguments of type AttributeEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AttributeEntity>
AttributeRepository.findAll
(org.springframework.data.jpa.domain.Specification<AttributeEntity> specification, org.springframework.data.domain.Pageable pageRequest) AttributeRepository.findByCollectionIdAndIdentifier
(long collectionId, String identifier) AttributeRepository.findByCollectionIdAndIdentifierIn
(long collectionId, List<String> identifiers) AttributeRepository.findByCollectionIdAndRequiredTrueAndStatusAndTypeIn
(long collectionId, AttributeStatus active, List<AttributeType> allowedtypes) Method parameters in com.skava.accounts.repository with type arguments of type AttributeEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AttributeEntity>
AttributeRepository.findAll
(org.springframework.data.jpa.domain.Specification<AttributeEntity> specification, org.springframework.data.domain.Pageable pageRequest) -
Uses of AttributeEntity in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return types with arguments of type AttributeEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AttributeEntity>
FindAllAttributesServiceImpl.search
(String filters, org.springframework.data.domain.Pageable pageable, String locale) method search This method is used to get the attributes based on the parameters passed -
Uses of AttributeEntity in com.skava.accounts.util
Methods in com.skava.accounts.util that return AttributeEntityModifier and TypeMethodDescriptionstatic AttributeEntity
CacheUtil.getAttributeFromCacheOrDB
(long collectionId, String attributeId, AccountCommonServices accountCommonService) static AttributeEntity
ContractsUtil.validateAndGetAttributeEntity
(long collectionId, String locale, AccountCommonServices accountCommonService, String attributeId, List<String> attrList) Validate attribute entity is present for attributeId and return it