Uses of Class
com.skava.ratingandreviews.collection.model.entity.CollectionEntity
Packages that use CollectionEntity
Package
Description
Provides the factory interface for collection.
Provides the factory implementation class for collection.
Provides the collection entity classes for collection.
Provides the process classes for collection.
Provides the repository interface for collection.
-
Uses of CollectionEntity in com.skava.ratingandreviews.collection.factory
Methods in com.skava.ratingandreviews.collection.factory that return CollectionEntityModifier and TypeMethodDescriptionCollectionFactory.createCollectionEntity
(CollectionDomain collectionDomain) The createCollectionDomain Method.CollectionFactory.updateCollectionEntity
(CollectionEntity collectionEntity, CollectionDomain collectionDomain) This method updates the new data from Collection Domain to existing Collection Entity for updateCollectionPropertyFactory.updateCollectionEntityProperties
(CollectionEntity collectionEntity, Map<String, CollectionPropertyDomain> collectionPropertiesDomainMap) This method updates the new properties from Collection Domain to existing Collection Entity for updateMethods in com.skava.ratingandreviews.collection.factory with parameters of type CollectionEntityModifier and TypeMethodDescriptionCollectionPropertyFactory.buildCollectionPropertiesDomain
(CollectionEntity collectionEntity) This method converts the Collection Entity properties to the Collection Domain propertiesCollectionPropertyFactory.buildCollectionPropertiesEntity
(CollectionEntity collectionEntity, Map<String, CollectionPropertyDomain> collectionPropertiesDomainMap) This method builds list of collection properties entity modelCollectionFactory.createCollectionDomain
(CollectionEntity collectionEntity, boolean skipPropertiesLoad) The createCollectionDomain Method.CollectionPropertyFactory.createCollectionPropertyEntity
(CollectionPropertyDomain collectionPropertyDomain, CollectionEntity collection) The createCollectionPropertyEntity Method.CollectionFactory.updateCollectionEntity
(CollectionEntity collectionEntity, CollectionDomain collectionDomain) This method updates the new data from Collection Domain to existing Collection Entity for updateCollectionPropertyFactory.updateCollectionEntityProperties
(CollectionEntity collectionEntity, Map<String, CollectionPropertyDomain> collectionPropertiesDomainMap) This method updates the new properties from Collection Domain to existing Collection Entity for update -
Uses of CollectionEntity in com.skava.ratingandreviews.collection.factoryimpl
Methods in com.skava.ratingandreviews.collection.factoryimpl that return CollectionEntityModifier and TypeMethodDescriptionCollectionFactoryImpl.createCollectionEntity
(CollectionDomain collectionDomain) CollectionFactoryImpl.updateCollectionEntity
(CollectionEntity collectionEntity, CollectionDomain collectionDomain) CollectionPropertyFactoryImpl.updateCollectionEntityProperties
(CollectionEntity collectionEntity, Map<String, CollectionPropertyDomain> collectionPropertiesDomainMap) Methods in com.skava.ratingandreviews.collection.factoryimpl with parameters of type CollectionEntityModifier and TypeMethodDescriptionCollectionPropertyFactoryImpl.buildCollectionPropertiesDomain
(CollectionEntity collectionEntity) Builds the collection properties domain.CollectionPropertyFactoryImpl.buildCollectionPropertiesEntity
(CollectionEntity collectionEntity, Map<String, CollectionPropertyDomain> collectionPropertiesDomainMap) method buildCollectionPropertiesEntityCollectionFactoryImpl.createCollectionDomain
(CollectionEntity collectionEntity, boolean skipPropertiesLoad) CollectionPropertyFactoryImpl.createCollectionPropertyEntity
(CollectionPropertyDomain collectionPropertyDomain, CollectionEntity collectionEntity) CollectionFactoryImpl.updateCollectionEntity
(CollectionEntity collectionEntity, CollectionDomain collectionDomain) CollectionPropertyFactoryImpl.updateCollectionEntityProperties
(CollectionEntity collectionEntity, Map<String, CollectionPropertyDomain> collectionPropertiesDomainMap) -
Uses of CollectionEntity in com.skava.ratingandreviews.collection.model.entity
Constructors in com.skava.ratingandreviews.collection.model.entity with parameters of type CollectionEntityModifierConstructorDescriptionCollectionPropertyPK
(String key, CollectionEntity collection) CollectionPropertyPKConstructor parameters in com.skava.ratingandreviews.collection.model.entity with type arguments of type CollectionEntityModifierConstructorDescriptionQCollectionEntity
(com.querydsl.core.types.Path<? extends CollectionEntity> path) -
Uses of CollectionEntity in com.skava.ratingandreviews.collection.process
Methods in com.skava.ratingandreviews.collection.process that return types with arguments of type CollectionEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CollectionEntity>
CollectionProcess.search
(String filters, org.springframework.data.domain.Sort sort, int page, int size) This function is used to search the collection and find all collection based on filtering, pagination and sorting. -
Uses of CollectionEntity in com.skava.ratingandreviews.collection.repository
Methods in com.skava.ratingandreviews.collection.repository that return types with arguments of type CollectionEntityModifier and TypeMethodDescriptionCollectionRepository.findByIdAndBusinessId
(long id, long businessId) findByIdAndBusinessIdCollectionRepository.findByIdAndStatus
(long id, CollectionStatus status) method findByIdAndStatus