Class CxCmsCatalogService
- java.lang.Object
-
- de.hybris.platform.personalizationservices.service.impl.DefaultCxCatalogService
-
- de.hybris.platform.personalizationcms.service.CxCmsCatalogService
-
- All Implemented Interfaces:
CxCatalogService
public class CxCmsCatalogService extends DefaultCxCatalogService
Extension ofDefaultCxCatalogServicethat includes information about preview ticket.
-
-
Constructor Summary
Constructors Constructor Description CxCmsCatalogService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CatalogVersionModel>getConfiguredCatalogVersions()Returns list of catalog versions that should be used by personalization.protected java.lang.StringgetPreviewTicketId()protected SessionServicegetSessionService()voidsetSessionService(SessionService sessionService)-
Methods inherited from class de.hybris.platform.personalizationservices.service.impl.DefaultCxCatalogService
getConfiguredCatalogVersions, getCxConfigurationService, getCxCustomizationService, getRegistry, isPersonalizationInCatalog, setCxCatalogLookupStrategies, setCxConfigurationService, setCxCustomizationService
-
-
-
-
Method Detail
-
getConfiguredCatalogVersions
public java.util.List<CatalogVersionModel> getConfiguredCatalogVersions()
Description copied from interface:CxCatalogServiceReturns list of catalog versions that should be used by personalization.- Specified by:
getConfiguredCatalogVersionsin interfaceCxCatalogService- Overrides:
getConfiguredCatalogVersionsin classDefaultCxCatalogService- Returns:
- list of catalog versions
-
getPreviewTicketId
protected java.lang.String getPreviewTicketId()
-
setSessionService
public void setSessionService(SessionService sessionService)
-
getSessionService
protected SessionService getSessionService()
-
-