Class AllCatalogsLookupStrategy
- java.lang.Object
-
- de.hybris.platform.personalizationservices.strategies.impl.AllCatalogsLookupStrategy
-
- All Implemented Interfaces:
CxCatalogLookupStrategy
public class AllCatalogsLookupStrategy extends java.lang.Object implements CxCatalogLookupStrategy
Implementation ofCxCatalogLookupStrategythat look for personalization in all the catalogs present in the session.
-
-
Constructor Summary
Constructors Constructor Description AllCatalogsLookupStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CatalogVersionServicegetCatalogVersionService()java.util.List<CatalogVersionModel>getCatalogVersionsForCalculation()protected CxCatalogServicegetCxCatalogService()CxCatalogLookupTypegetType()voidsetCatalogVersionService(CatalogVersionService catalogVersionService)voidsetCxCatalogService(CxCatalogService cxCatalogService)
-
-
-
Method Detail
-
getCatalogVersionsForCalculation
public java.util.List<CatalogVersionModel> getCatalogVersionsForCalculation()
- Specified by:
getCatalogVersionsForCalculationin interfaceCxCatalogLookupStrategy
-
setCxCatalogService
public void setCxCatalogService(CxCatalogService cxCatalogService)
-
setCatalogVersionService
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
-
getType
public CxCatalogLookupType getType()
- Specified by:
getTypein interfaceCxCatalogLookupStrategy
-
getCxCatalogService
protected CxCatalogService getCxCatalogService()
-
getCatalogVersionService
protected CatalogVersionService getCatalogVersionService()
-
-