Interface PageContentSlotFacade
- All Known Implementing Classes:
DefaultPageContentSlotFacade
public interface PageContentSlotFacade
Facade for managing content slot relations in pages.
-
Method Summary
Modifier and TypeMethodDescriptiongetContentSlotsByPage(String pageId) Get a list of content slots with their slot and their position in the page for a given page.
-
Method Details
-
getContentSlotsByPage
List<PageContentSlotData> getContentSlotsByPage(String pageId) throws CMSItemNotFoundException, ConversionException Get a list of content slots with their slot and their position in the page for a given page.- Parameters:
pageId- - the page containing the content slots- Returns:
- list of page ids with the position for a given slot; never null
- Throws:
CMSItemNotFoundException- when the page cannot be foundConversionException- when the converter for the CMS Relation Model type is not found
-