public class DefaultPageContentSlotContainerFacade extends java.lang.Object implements PageContentSlotContainerFacade
PageContentSlotContainerFacade.| Constructor and Description |
|---|
DefaultPageContentSlotContainerFacade() |
public DefaultPageContentSlotContainerFacade()
public java.util.List<PageContentSlotContainerData> getPageContentSlotContainersByPageId(java.lang.String pageId) throws CMSItemNotFoundException
PageContentSlotContainerFacadegetPageContentSlotContainersByPageId in interface PageContentSlotContainerFacadepageId - - the page for which to look up the containers forCMSItemNotFoundException - when the page cannot be foundprotected java.util.stream.Stream<PageContentSlotContainerData> buildPageContentSlotContainerStream(java.lang.String pageId, ContentSlotData contentSlot)
pageId - - the page for which to look up the containers forcontentSlot - - the slot for which to look up the containers forprotected PageContentSlotContainerData buildPageContentSlotContainer(java.lang.String pageId, java.lang.String slotId, AbstractCMSComponentContainerModel container)
pageId - - the page where the content slot resides.slotId - - the slot where the container residescontainer - - the model of the container for which to retrieve its dataprotected java.util.stream.Stream<java.lang.String> getComponentUuid(AbstractCMSComponentModel component)
component - - the component for which to retrieve its UUID.protected CMSAdminPageService getAdminPageService()
public void setAdminPageService(CMSAdminPageService adminPageService)
protected CMSAdminContentSlotService getAdminContentSlotService()
public void setAdminContentSlotService(CMSAdminContentSlotService adminContentSlotService)
protected SessionSearchRestrictionsDisabler getSessionSearchRestrictionsDisabler()
public void setSessionSearchRestrictionsDisabler(SessionSearchRestrictionsDisabler sessionSearchRestrictionsDisabler)
protected CMSAdminComponentService getAdminComponentService()
public void setAdminComponentService(CMSAdminComponentService adminComponentService)
protected UniqueItemIdentifierService getUniqueItemIdentifierService()
public void setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
Copyright © 2018 SAP SE. All Rights Reserved.