Uses of Class
com.skava.model.datatransferobjects.Collection
Packages that use Collection
Package
Description
Notification Helper classes
Notification DTO models.
Notification response models.
Notification service implementations.
Notification Controller classes.
-
Uses of Collection in com.skava.helper
Methods in com.skava.helper with parameters of type CollectionModifier and TypeMethodDescriptionstatic CollectionStatus
CollectionUtil.getCollectionStatus
(Collection request) validateCollectionStatus -
Uses of Collection in com.skava.model.datatransferobjects
Methods in com.skava.model.datatransferobjects that return CollectionModifier and TypeMethodDescriptionCollection.fromDomainObject
(CollectionDomain collection) This function is used to convert the object of typeCollectionDomain
toCollection
. -
Uses of Collection in com.skava.model.responses
Constructors in com.skava.model.responses with parameters of type CollectionModifierConstructorDescriptionCommonCollectionResponse
(Collection collection) Instantiates a new CommonCollectionResponse response.Constructor parameters in com.skava.model.responses with type arguments of type CollectionModifierConstructorDescriptionCollectionsResponse
(List<Collection> collections, PageableInfo pageableInfo) Instantiates a new collections response. -
Uses of Collection in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type CollectionModifier and TypeMethodDescriptionCreateCollectionServiceImpl.createCollection
(CollectionDomain collectionDO, Collection request) createCollectionCreateCollectionServiceImpl.process
(Collection request) Create collection process.UpdateCollectionServiceImpl.process
(Collection input) Update collection process. -
Uses of Collection in com.skava.web
Methods in com.skava.web that return types with arguments of type CollectionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Collection>
CollectionController.createCollection
(Long businessId, String version, long storeId, String authToken, @Valid Collection request, String locale) This service is used to create a new collection.org.springframework.http.ResponseEntity<Collection>
CollectionController.getCollectionById
(String authToken, String version, long storeId, long collectionId, Long businessId, String locale) This service is used to load a collection using id of the collection.org.springframework.http.ResponseEntity<Collection>
CollectionController.updateCollection
(Long businessId, String version, long storeId, String authToken, long collectionId, Collection request, String locale) This service is used to update collection for which collection id given in requestMethods in com.skava.web with parameters of type CollectionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Collection>
CollectionController.createCollection
(Long businessId, String version, long storeId, String authToken, @Valid Collection request, String locale) This service is used to create a new collection.org.springframework.http.ResponseEntity<Collection>
CollectionController.updateCollection
(Long businessId, String version, long storeId, String authToken, long collectionId, Collection request, String locale) This service is used to update collection for which collection id given in request