Uses of Class
com.skava.ratingandreviews.collection.model.datatransferobjects.CollectionProperty
Packages that use CollectionProperty
Package
Description
Provides the factory interface for collection.
Provides the factory implementation class for collection.
Provides the exception classes for ratingandreviews.
-
Uses of CollectionProperty in com.skava.ratingandreviews.collection.factory
Methods in com.skava.ratingandreviews.collection.factory that return CollectionPropertyModifier and TypeMethodDescriptionCollectionPropertyFactory.createCollectionPropertyDTO
(CollectionPropertyDomain collectionPropertyDomain) The createCollectionPropertyDTO Method.Methods in com.skava.ratingandreviews.collection.factory that return types with arguments of type CollectionPropertyModifier and TypeMethodDescriptionCollectionPropertyFactory.buildCollectionDataTransferProperties
(Map<String, CollectionPropertyDomain> propertiesMap) This method converts the Collection DTO properties to the Collection Domain propertiesMethod parameters in com.skava.ratingandreviews.collection.factory with type arguments of type CollectionPropertyModifier and TypeMethodDescriptionCollectionPropertyFactory.buildCollectionDomainProperties
(List<CollectionProperty> properties) This method converts the Collection DTO properties to the Collection Domain properties -
Uses of CollectionProperty in com.skava.ratingandreviews.collection.factoryimpl
Methods in com.skava.ratingandreviews.collection.factoryimpl that return CollectionPropertyModifier and TypeMethodDescriptionCollectionPropertyFactoryImpl.createCollectionPropertyDTO
(CollectionPropertyDomain collectionPropertyDomain) Methods in com.skava.ratingandreviews.collection.factoryimpl that return types with arguments of type CollectionPropertyModifier and TypeMethodDescriptionCollectionPropertyFactoryImpl.buildCollectionDataTransferProperties
(Map<String, CollectionPropertyDomain> propertiesMap) Method parameters in com.skava.ratingandreviews.collection.factoryimpl with type arguments of type CollectionPropertyModifier and TypeMethodDescriptionCollectionPropertyFactoryImpl.buildCollectionDomainProperties
(List<CollectionProperty> properties) -
Uses of CollectionProperty in com.skava.ratingandreviews.web
Method parameters in com.skava.ratingandreviews.web with type arguments of type CollectionPropertyModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionPropertiesResponse>
CollectionPropertyController.patchUpdateCollectionProperties
(String versionId, String authToken, long businessId, long storeId, String locale, long collectionId, @Valid List<CollectionProperty> request) method PatchUpdateCollectionProperties Updates the collection properties which are existing under a collectionorg.springframework.http.ResponseEntity<CollectionPropertiesResponse>
CollectionPropertyController.updateCollectionProperties
(String versionId, String authToken, long collectionId, long businessId, long storeId, String locale, @Valid List<CollectionProperty> request) method UpdateCollectionProperties Updates the all collection properties which are existing under a collection