Uses of Class
com.skava.model.responses.CollectionPropertiesResponse
Packages that use CollectionPropertiesResponse
Package
Description
Notification service implementations.
Notification Controller classes.
-
Uses of CollectionPropertiesResponse in com.skava.service.impl
Methods in com.skava.service.impl that return CollectionPropertiesResponseModifier and TypeMethodDescriptionPutUpdateCollectionPropertiesServiceImpl.process
(CollectionPropertyRequest input) Update Collection property put process.UpdateCollectionPropertyServiceImpl.process
(CollectionPropertyRequest input) process - Used to update the collection property. -
Uses of CollectionPropertiesResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type CollectionPropertiesResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionPropertiesResponse>
CollectionPropertyController.updateCollectionProperty
(Long businessId, String version, long storeId, String authToken, @Valid List<CollectionProperty> request, long collectionId, String locale) updateCollectionProperty