Interface CxCatalogLookupStrategy
-
- All Known Implementing Classes:
AllCatalogsHierarchyLookupStrategy,AllCatalogsLookupStrategy,LeavesOrClosestAncestorsCatalogLookupStrategy
public interface CxCatalogLookupStrategyInterface for strategies that implement the logic to retrieve catalog versions for calculating personalization and retrieving action results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CatalogVersionModel>getCatalogVersionsForCalculation()CxCatalogLookupTypegetType()
-
-
-
Method Detail
-
getCatalogVersionsForCalculation
java.util.List<CatalogVersionModel> getCatalogVersionsForCalculation()
-
getType
CxCatalogLookupType getType()
-
-