Uses of Class
com.skava.price.model.PricesAPIResponse
Packages that use PricesAPIResponse
Package
Description
Cart and checkout Orchestration transformation Classes available here.
Catalog util classes are available here.
List util classes are available here.
The quotation orchestration transformation classes are available here
-
Uses of PricesAPIResponse in com.skava.cart.orchestration.transformation
Method parameters in com.skava.cart.orchestration.transformation with type arguments of type PricesAPIResponseModifier and TypeMethodDescriptionstatic void
CartPriceTransformation.updatePriceInfoInSFCart
(SFCart sfCart, Map<String, PricesAPIResponse> priceResponses, List<String> myList) This method is used to update the price information in the cart response -
Uses of PricesAPIResponse in com.skava.catalog.orchestration.util
Methods in com.skava.catalog.orchestration.util with parameters of type PricesAPIResponseModifier and TypeMethodDescriptionPriceResponseUtil.convertPriceModelToMap
(PricesAPIResponse priceAndValuesAPIResponse) This method is used to convert price model to Map type. -
Uses of PricesAPIResponse in com.skava.list.orchestration.utils
Methods in com.skava.list.orchestration.utils with parameters of type PricesAPIResponseModifier and TypeMethodDescriptionstatic void
ListUtils.convertToSFCatalogSkuAndSet
(Sku catalogSku, PricesAPIResponse priceResult, SFListItem item, String currencyCode, String currencySymbol, List<String> myList) This method is used to convert catalog sku and set. -
Uses of PricesAPIResponse in com.skava.quotation.orchestration.transformation
Method parameters in com.skava.quotation.orchestration.transformation with type arguments of type PricesAPIResponseModifier and TypeMethodDescriptionstatic void
QuotationPriceTransformation.updatePriceInfoInSFCart
(SFCart sfCart, Map<String, PricesAPIResponse> priceResponses, List<String> myList) This method is used to update the price information in the cart response