Uses of Interface
com.skava.ratingandreviews.collection.factory.CollectionPropertyFactory
Packages that use CollectionPropertyFactory
Package
Description
Provides the factory implementation class for collection.
Provides the process classes for collection.
Provides the service implementation classes for collection.
-
Uses of CollectionPropertyFactory in com.skava.ratingandreviews.collection.factoryimpl
Classes in com.skava.ratingandreviews.collection.factoryimpl that implement CollectionPropertyFactoryModifier and TypeClassDescriptionclass
The CollectionPropertyFactoryImpl Class.Constructors in com.skava.ratingandreviews.collection.factoryimpl with parameters of type CollectionPropertyFactoryModifierConstructorDescriptionCollectionFactoryImpl
(CollectionPropertyFactory collectionPropertyFactory) -
Uses of CollectionPropertyFactory in com.skava.ratingandreviews.collection.process
Constructors in com.skava.ratingandreviews.collection.process with parameters of type CollectionPropertyFactoryModifierConstructorDescriptionCollectionPropertyProcess
(CollectionFactory collectionFactory, CollectionPropertyFactory collectionPropertyFactory, CollectionRepository collectionRepository, CacheImpl cacheImpl) -
Uses of CollectionPropertyFactory in com.skava.ratingandreviews.collection.service.impl
Methods in com.skava.ratingandreviews.collection.service.impl with parameters of type CollectionPropertyFactoryModifier and TypeMethodDescriptionstatic void
CollectionPropertyServiceImplHelper.mergeMissingCollectionAttributes
(Map<String, CollectionPropertyDomain> collectionPropertiesDomainMap, Map<String, CollectionAttributeDomain> collectionAttributesMap, CollectionPropertyFactory collectionPropertyFactory) method mergemissingCollectionAttributeConstructors in com.skava.ratingandreviews.collection.service.impl with parameters of type CollectionPropertyFactoryModifierConstructorDescriptionCreateCollectionServiceImpl
(CollectionProcess collectionProcess, CollectionFactory collectionFactory, CollectionPropertyFactory collectionPropertyFactory, CreateCollectionValidator validator, CollectionAttributeProcess collectionAttributeProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) FindCollectionAttributeServiceImpl
(CollectionPropertyFactory collectionPropertyFactory, CollectionPropertyProcess collectionPropertyProcess, FindAllCollectionPropertyValidator validator, com.skava.core.auth.AuthTokenHandler authTokenHandler) PatchUpdateCollectionPropertiesServiceImpl
(CollectionPropertyFactory collectionPropertyFactory, CollectionPropertyProcess collectionPropertyProcess, CollectionAttributeProcess collectionAttributeProcess, PatchUpdateCollectionPropertyValidator validator) UpdateCollectionPropertiesServiceImpl
(CollectionPropertyFactory collectionPropertyFactory, CollectionPropertyProcess collectionPropertyProcess, CollectionAttributeProcess collectionAttributeProcess, UpdateCollectionPropertyValidator validator) UpdateCollectionServiceImpl
(CollectionProcess collectionProcess, CollectionPropertyFactory collectionPropertyFactory, CollectionFactory collectionFactory, CreateCollectionValidator validator, CollectionAttributeProcess collectionAttributeProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler)