Uses of Class
com.skava.entities.AttributeEntity
Packages that use AttributeEntity
Package
Description
This package contains the user entities classes.
This package contains the user domain model classes.
This package contains the user repository classes.
This package contains the user service implementation classes.
This package holds the user util method classes.
-
Uses of AttributeEntity in com.skava.entities
Constructor parameters in com.skava.entities with type arguments of type AttributeEntityModifierConstructorDescriptionQAttributeEntity
(com.querydsl.core.types.Path<? extends AttributeEntity> path) -
Uses of AttributeEntity in com.skava.model.domain
Methods in com.skava.model.domain that return AttributeEntityModifier and TypeMethodDescriptionAttributeDO.toEntity()
This method is used to convert AttributeDO object to AttributeEntity object.Methods in com.skava.model.domain with parameters of type AttributeEntityModifier and TypeMethodDescriptionAttributeDO.fromEntity
(AttributeEntity attribute) This method is used to convert AttributeEntity object to AttributeDo object. -
Uses of AttributeEntity in com.skava.repository
Methods in com.skava.repository that return types with arguments of type AttributeEntityModifier and TypeMethodDescriptionAttributeRepository.findByCollectionIdAndIdentifier
(long collectionId, String identifier) -
Uses of AttributeEntity in com.skava.service.impl
Methods in com.skava.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.util
Methods in com.skava.util that return AttributeEntityModifier and TypeMethodDescriptionstatic AttributeEntity
CacheUtil.getAttributeFromCacheOrDB
(long collectionId, String attributeId, AttributeCommonServices attributeCommonService) Methods in com.skava.util with parameters of type AttributeEntityModifier and TypeMethodDescriptionstatic Object
AttributeUtil.validateAttributeValue
(String value, AttributeEntity attributeEntity, AttributeCommonServices attributeCommonService, String locale)