Uses of Class
com.skava.accounts.model.exchange.response.CollectionsAPIResponse
Packages that use CollectionsAPIResponse
Package
Description
Accounts Service Implementations.
Accounts Web Controller Implementations.
-
Uses of CollectionsAPIResponse in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return CollectionsAPIResponseModifier and TypeMethodDescriptionFindAllCollectionServiceImpl.process
(CollectionRequestInternal request) This method is used to load all Collection based on given Collection. -
Uses of CollectionsAPIResponse in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type CollectionsAPIResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionsAPIResponse>
CollectionController.findAllCollection
(String locale, String version, long storeId, String authToken, int page, long businessId, int size, String filter, String sort) This method is used to find all Collections based on given Collection Request.