Uses of Class
com.skava.accounts.model.exchange.response.CollectionAPIResponse
Packages that use CollectionAPIResponse
Package
Description
Accounts Service Implementations.
Accounts Web Controller Implementations.
-
Uses of CollectionAPIResponse in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return CollectionAPIResponseModifier and TypeMethodDescriptionCreateCollectionServiceImpl.process
(CollectionRequestInternal request) This method is used to create Collection based on given Collection.DeleteCollectionServiceImpl.process
(CollectionRequestInternal request) FindCollectionServiceImpl.process
(CollectionRequestInternal request) This method is used to load single Collection based on given Collection identifier. -
Uses of CollectionAPIResponse in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type CollectionAPIResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionAPIResponse>
CollectionController.deleteCollection
(String locale, String version, long storeId, String authToken, long businessId, long collectionId) This method is used to delete Collection based on given Collection Request.