Uses of Class
com.skava.ratingandreviews.collection.model.datatransferobjects.CollectionResponse
Packages that use CollectionResponse
Package
Description
Provides the factory interface for collection.
Provides the factory implementation class for collection.
Provides the service implementation classes for collection.
Provides the exception classes for ratingandreviews.
-
Uses of CollectionResponse in com.skava.ratingandreviews.collection.factory
Methods in com.skava.ratingandreviews.collection.factory that return CollectionResponseModifier and TypeMethodDescriptionCollectionFactory.createCollectionDTO
(CollectionDomain collectionDomain) The createCollectionDTO Method. -
Uses of CollectionResponse in com.skava.ratingandreviews.collection.factoryimpl
Methods in com.skava.ratingandreviews.collection.factoryimpl that return CollectionResponseModifier and TypeMethodDescriptionCollectionFactoryImpl.createCollectionDTO
(CollectionDomain collectionDomain) -
Uses of CollectionResponse in com.skava.ratingandreviews.collection.service.impl
Methods in com.skava.ratingandreviews.collection.service.impl that return CollectionResponseModifier and TypeMethodDescriptionCreateCollectionServiceImpl.process
(CollectionDataRequest collectionDataRequest) FindCollectionServiceImpl.process
(CollectionDataRequest collectionDataRequest) UpdateCollectionServiceImpl.process
(CollectionDataRequest collectionDataRequest) -
Uses of CollectionResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type CollectionResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionResponse>
CollectionController.createCollection
(String versionId, String authToken, String storeId, long businessId, String locale, CollectionRequest request) method CreateCollection This method is used to create Collection based on given CollectionRequest.org.springframework.http.ResponseEntity<CollectionResponse>
CollectionController.getCollectionById
(String versionId, String authToken, long storeId, long businessId, String locale, long collectionId) method getCollectionById This method is used to load single Collection based on given CollectionRequest.org.springframework.http.ResponseEntity<CollectionResponse>
CollectionController.updateCollection
(String versionId, String authToken, long storeId, long businessId, String locale, long collectionId, CollectionRequest request) method UpdateCollection This method is used to update all field in Collection based on given CollectionRequest.