Interface PageContentSlotContainerFacade

    • 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