Interface PageContentSlotContainerFacade
-
- All Known Implementing Classes:
DefaultPageContentSlotContainerFacade
public interface PageContentSlotContainerFacadeFacade for managing containers in pages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PageContentSlotContainerData>getPageContentSlotContainersByPageId(java.lang.String pageId)Get a list of containers with their components for a given page.
-
-
-
Method Detail
-
getPageContentSlotContainersByPageId
java.util.List<PageContentSlotContainerData> getPageContentSlotContainersByPageId(java.lang.String pageId) throws CMSItemNotFoundException
Get a list of containers with their components for a given page.- Parameters:
pageId- - the page for which to look up the containers for- Returns:
- list of containers with their component UUIDs; never null
- Throws:
CMSItemNotFoundException- when the page cannot be found
-
-