public class DefaultPageContentSlotFacade extends java.lang.Object implements PageContentSlotFacade
PageContentSlotFacade.| Constructor and Description |
|---|
DefaultPageContentSlotFacade() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSAdminContentSlotService |
getAdminContentSlotService() |
protected CMSAdminPageService |
getAdminPageService() |
protected ContentSlotDataConverter |
getContentSlotDataConverter() |
java.util.List<PageContentSlotData> |
getContentSlotsByPage(java.lang.String pageId)
Get a list of content slots with their slot and their position in the page for a given page.
|
protected PageContentSlotConverterRegistry |
getPageContentSlotConverterRegistry() |
void |
setAdminContentSlotService(CMSAdminContentSlotService adminContentSlotService) |
void |
setAdminPageService(CMSAdminPageService adminPageService) |
void |
setContentSlotDataConverter(ContentSlotDataConverter contentSlotDataConverter) |
void |
setPageContentSlotConverterRegistry(PageContentSlotConverterRegistry pageContentSlotConverterRegistry) |
public java.util.List<PageContentSlotData> getContentSlotsByPage(java.lang.String pageId) throws CMSItemNotFoundException, ConversionException
PageContentSlotFacadegetContentSlotsByPage in interface PageContentSlotFacadepageId - - the page containing the content slotsCMSItemNotFoundException - when the page cannot be foundConversionException - when the converter for the CMS Relation Model type is not foundprotected CMSAdminContentSlotService getAdminContentSlotService()
public void setAdminContentSlotService(CMSAdminContentSlotService adminContentSlotService)
protected PageContentSlotConverterRegistry getPageContentSlotConverterRegistry()
public void setPageContentSlotConverterRegistry(PageContentSlotConverterRegistry pageContentSlotConverterRegistry)
protected CMSAdminPageService getAdminPageService()
public void setAdminPageService(CMSAdminPageService adminPageService)
protected ContentSlotDataConverter getContentSlotDataConverter()
public void setContentSlotDataConverter(ContentSlotDataConverter contentSlotDataConverter)
Copyright © 2018 SAP SE. All Rights Reserved.