Class SearchUtil
java.lang.Object
com.skava.search.orchestration.utils.SearchUtil
The Class PromotionUtils
This class defines the promotion related methods.- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidexcludePriceFacetOnSku(SFProduct currProduct, String priceFacet) This method removes the price facets value from Skustatic voidexcludePriceFacetsFromList(List<SFProduct> currentProduct, String excludePriceFacetsList) This method is used to exclude price facets based on excludePriceFacets property
-
Method Details
-
excludePriceFacetsFromList
public static void excludePriceFacetsFromList(List<SFProduct> currentProduct, String excludePriceFacetsList) This method is used to exclude price facets based on excludePriceFacets property- Parameters:
currentProduct- Indicates the SFProductexcludePriceFacetsList- Indicates the property value
-
excludePriceFacetOnSku
This method removes the price facets value from Sku- Parameters:
currProduct- Indicates the current SF productpriceFacet- Indicates the exclude price facet value
-