Uses of Class
com.skava.price.model.exchange.response.PriceListsAndSkusAPIResponse
Packages that use PriceListsAndSkusAPIResponse
Package
Description
Service Implementations available in the Price Service are defined in this
package.
Rest Controllers available in the Price Services are maintained in this
package.
-
Uses of PriceListsAndSkusAPIResponse in com.skava.price.service.impl
Methods in com.skava.price.service.impl that return PriceListsAndSkusAPIResponseModifier and TypeMethodDescriptionFindAllPriceListServiceImpl.process
(PriceListRequestInternal request) This method is used to load all PriceList based on given PriceList. -
Uses of PriceListsAndSkusAPIResponse in com.skava.price.web
Methods in com.skava.price.web that return types with arguments of type PriceListsAndSkusAPIResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PriceListsAndSkusAPIResponse>
PriceListController.findAllPriceList
(long collectionId, String versionId, String locale, String authToken, com.skava.core.qdsl.sort.EcomSorts sort, String filters, int page, int size) This method is used to find all PriceLists and the number of SKUs in the list based on given PriceListRequest.