Uses of Class
com.skava.oms.model.response.CollectionsResponse
Packages that use CollectionsResponse
Package
Description
This package contains the information about collection service implementation
This package contains the information about the oms web applications
-
Uses of CollectionsResponse in com.skava.oms.service.collection.impl
Methods in com.skava.oms.service.collection.impl that return types with arguments of type CollectionsResponseModifier and TypeMethodDescriptionGetAllCollectionsServiceImpl.methodFallback
(GetAllCollectionsRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetAllCollectionsServiceImpl.process
(@Valid GetAllCollectionsRequest request) This method is used to load all Collection based on given Collection. -
Uses of CollectionsResponse in com.skava.oms.web
Methods in com.skava.oms.web that return types with arguments of type CollectionsResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionsResponse>
CollectionController.getAllCollections
(long businessId, String version, String locale, int page, int size, String filters, String sort) This method is used to find all Collections based on given CollectionRequest.