public class DefaultCMSDataFactory extends java.lang.Object implements CMSDataFactory
| Modifier and Type | Field and Description |
|---|---|
protected CatalogService |
catalogService |
protected CategoryService |
categoryService |
protected CMSSiteService |
cmsSiteService |
protected ProductService |
productService |
| Constructor and Description |
|---|
DefaultCMSDataFactory() |
protected CMSSiteService cmsSiteService
protected ProductService productService
protected CategoryService categoryService
protected CatalogService catalogService
public ContentSlotData createContentSlotData(ContentSlotForPageModel csForPage)
createContentSlotData in interface CMSDataFactorypublic ContentSlotData createContentSlotData(AbstractPageModel page, ContentSlotForTemplateModel csForTemplate)
createContentSlotData in interface CMSDataFactorypublic ContentSlotData createContentSlotData(java.lang.String pageId, ContentSlotModel contentSlot, java.lang.String position, boolean fromMaster, boolean allowOverwrite)
createContentSlotData in interface CMSDataFactorypublic RestrictionData createRestrictionData()
createRestrictionData in interface CMSDataFactorypublic RestrictionData createRestrictionData(java.lang.String categoryCode, java.lang.String productCode, java.lang.String catalogCode)
createRestrictionData in interface CMSDataFactorypublic RestrictionData createRestrictionData(CategoryModel category, ProductModel product)
createRestrictionData in interface CMSDataFactorypublic RestrictionData createRestrictionData(ProductModel product)
createRestrictionData in interface CMSDataFactorypublic RestrictionData createRestrictionData(CategoryModel category)
createRestrictionData in interface CMSDataFactorypublic RestrictionData createRestrictionData(CatalogModel catalog)
createRestrictionData in interface CMSDataFactorypublic RestrictionData createRestrictionData(java.lang.String key, java.lang.Object value)
createRestrictionData in interface CMSDataFactorypublic void setCmsSiteService(CMSSiteService cmsSiteService)
public void setCategoryService(CategoryService categoryService)
public void setCatalogService(CatalogService catalogService)
public void setProductService(ProductService productService)
Copyright © 2018 SAP SE. All Rights Reserved.