Uses of Class
com.skava.model.responses.CollectionsResponse
Packages that use CollectionsResponse
Package
Description
Notification service implementations.
Notification Controller classes.
-
Uses of CollectionsResponse in com.skava.service.impl
Methods in com.skava.service.impl that return CollectionsResponse -
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 version, long storeId, String authToken, @jakarta.validation.constraints.Min(value=1L, message="{param.page.min}") int page, @jakarta.validation.constraints.Min(value=1L, message="{param.size.min}"),@jakarta.validation.constraints.Max(value=50L, message="{param.size.max}") int size, String locale, String filter, String sort) This service is used to load all the collections based on the given page,size and businesId.