Class CatalogVersionsPreviewStrategy
- java.lang.Object
-
- de.hybris.platform.acceleratorcms.preview.strategies.impl.CatalogVersionsPreviewStrategy
-
- All Implemented Interfaces:
PreviewContextInformationLoaderStrategy
public class CatalogVersionsPreviewStrategy extends java.lang.Object implements PreviewContextInformationLoaderStrategy
-
-
Constructor Summary
Constructors Constructor Description CatalogVersionsPreviewStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogVersionService
getCatalogVersionService()
void
initContextFromPreview(PreviewDataModel preview)
void
setCatalogVersionService(CatalogVersionService catalogVersionService)
-
-
-
Method Detail
-
initContextFromPreview
public void initContextFromPreview(PreviewDataModel preview)
- Specified by:
initContextFromPreview
in interfacePreviewContextInformationLoaderStrategy
-
getCatalogVersionService
public CatalogVersionService getCatalogVersionService()
-
setCatalogVersionService
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
-
-