Interface CxCatalogLookupStrategy
-
- All Known Implementing Classes:
AllCatalogsHierarchyLookupStrategy
,AllCatalogsLookupStrategy
,LeavesOrClosestAncestorsCatalogLookupStrategy
public interface CxCatalogLookupStrategy
Interface 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()
CxCatalogLookupType
getType()
-
-
-
Method Detail
-
getCatalogVersionsForCalculation
java.util.List<CatalogVersionModel> getCatalogVersionsForCalculation()
-
getType
CxCatalogLookupType getType()
-
-