Uses of Class
com.skava.ratingandreviews.collection.model.datatransferobjects.CollectionPropertiesResponse
Packages that use CollectionPropertiesResponse
Package
Description
Provides the service implementation classes for collection.
Provides the exception classes for ratingandreviews.
-
Uses of CollectionPropertiesResponse in com.skava.ratingandreviews.collection.service.impl
Methods in com.skava.ratingandreviews.collection.service.impl that return CollectionPropertiesResponseModifier and TypeMethodDescriptionPatchUpdateCollectionPropertiesServiceImpl.process
(CollectionDataRequest request) UpdateCollectionPropertiesServiceImpl.process
(CollectionDataRequest request) -
Uses of CollectionPropertiesResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type CollectionPropertiesResponseModifier 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