Uses of Class
com.skava.model.responses.CollectionsResponse
Packages that use CollectionsResponse
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of CollectionsResponse in com.skava.service.impl
Methods in com.skava.service.impl that return CollectionsResponseModifier and TypeMethodDescriptionGetAllCollectionServiceImpl.process
(CollectionRequest input) This service is used to load all collections for the requested business and load collections based on pagination parameters like page and size. -
Uses of CollectionsResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type CollectionsResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionsResponse>
CollectionController.getAllCollections
(Long businessId, String authToken, int page, int size, String filter, String sort, String locale, String version, long storeId) This service is used to retrieve collection details for the requested business and load collections based on pagination parameters like page and size.