Uses of Class
com.skava.price.model.PriceValue
Packages that use PriceValue
-
Uses of PriceValue in com.skava.catalog.orchestration.util
Method parameters in com.skava.catalog.orchestration.util with type arguments of type PriceValueModifier and TypeMethodDescriptionstatic Double
PriceUtil.getPrice
(List<PriceValue> values, String priceName) This method is used to get price value from the list of price values response based on the provided price name.PriceUtil.getPriceFacets
(List<PriceValue> values, List<String> myList) This method is used to get priceFacets from the list of price values response based on the provided price name.