Interface PageContentSlotContainerFacade
- All Known Implementing Classes:
DefaultPageContentSlotContainerFacade
public interface PageContentSlotContainerFacade
Facade for managing containers in pages.
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of containers with their components for a given page.
-
Method Details
-
getPageContentSlotContainersByPageId
List<PageContentSlotContainerData> getPageContentSlotContainersByPageId(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
-