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
-
Method Details
-
getCatalogVersionsForCalculation
List<CatalogVersionModel> getCatalogVersionsForCalculation() -
getType
CxCatalogLookupType getType()
-