Uses of Class
com.skava.entities.CollectionPropertyEntity
Packages that use CollectionPropertyEntity
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
This package contains the user entities classes.
This package contains the user DTO model classes.
This package contains the user response model classes.
This package contains the user repository classes.
This package holds the user util method classes.
-
Uses of CollectionPropertyEntity in com.skava.business.factory
Methods in com.skava.business.factory with parameters of type CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionDomainFactory.createCollectionPropertyDO
(CollectionPropertyEntity collectionProperties) This method converts theCollectionPropertyEntity
object toCollectionPropertyDomain
object. -
Uses of CollectionPropertyEntity in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl with parameters of type CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionDomainFactoryImpl.createCollectionPropertyDO
(CollectionPropertyEntity collectionProperties) This method converts theCollectionPropertyEntity
object toCollectionPropertyDomain
object. -
Uses of CollectionPropertyEntity in com.skava.entities
Fields in com.skava.entities with type parameters of type CollectionPropertyEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.SetPath<CollectionPropertyEntity,
QCollectionPropertyEntity> QCollectionEntity.properties
Methods in com.skava.entities with parameters of type CollectionPropertyEntityModifier and TypeMethodDescriptionboolean
CollectionPropertyEntity.isPropertyEqual
(CollectionPropertyEntity other) isPropertyEqual.Constructor parameters in com.skava.entities with type arguments of type CollectionPropertyEntityModifierConstructorDescriptionQCollectionPropertyEntity
(com.querydsl.core.types.Path<? extends CollectionPropertyEntity> path) QCollectionPropertyEntity
(Class<? extends CollectionPropertyEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of CollectionPropertyEntity in com.skava.model.datatransferobjects
Methods in com.skava.model.datatransferobjects that return CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionProperty.toEntity
(CollectionEntity collections) This method is used to convert Collection entity to Collection property entity.Constructors in com.skava.model.datatransferobjects with parameters of type CollectionPropertyEntityModifierConstructorDescriptionCollectionProperty
(CollectionPropertyEntity properties) Instantiates a new collection property with constructor of CollectionPropertyEntity. -
Uses of CollectionPropertyEntity in com.skava.model.responses
Constructor parameters in com.skava.model.responses with type arguments of type CollectionPropertyEntityModifierConstructorDescriptionCollectionPropertiesResponse
(List<CollectionPropertyEntity> properties) Instantiates a new collection properties response. -
Uses of CollectionPropertyEntity in com.skava.repository
Methods in com.skava.repository that return CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyRepository.findByAttributeIdAndCollectionId
(Long attributeId, Long collectionId) This is used to load collection properties by attribute id and collection id.Methods in com.skava.repository that return types with arguments of type CollectionPropertyEntityModifier and TypeMethodDescriptionCollectionPropertyRepository.findByAttributeNameAndCollectionId
(String name, Long collectionId) This is used to load collection properties by name and collectionId. -
Uses of CollectionPropertyEntity in com.skava.util
Methods in com.skava.util that return types with arguments of type CollectionPropertyEntityModifier and TypeMethodDescriptionstatic Set<CollectionPropertyEntity>
UserCollectionUtil.getCollectionProperties
(CollectionEntity collection, List<CollectionProperty> requestProperties, List<CollectionAttributeEntity> attributes, UserCommonServices userCommonServices, String locale, boolean isCreate) This method will compare collection attributes and collection properties from the request object and adds it to the CollectionPropertyEntity set.static Set<CollectionPropertyEntity>
UserCollectionUtil.getUpdatedCollectionProperties
(CollectionEntity collection, List<CollectionProperty> requestProperties, List<CollectionAttributeEntity> attributes, UserCommonServices userCommonServices, String locale) This method is used to retrieve the updated collection properties for the given collection.