| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
CMSPageSlotComponentService.getContentSlotForPosition(CmsPageRequestContextData cmsPageRequestContextData,
java.lang.String position)
Lookup the Content Slot data on the current page in the specified position.
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
DefaultCMSPageSlotComponentService.getContentSlotForPosition(CmsPageRequestContextData cmsPageRequestContextData,
java.lang.String position) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,ContentSlotData> |
DefaultCMSPageContextService.getPositionsToContentSlots(AbstractPageModel page)
Retrieve all content slots for the page and return them in a map
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
CMSDataFactory.createContentSlotData(AbstractPageModel page,
ContentSlotForTemplateModel csForTemplate) |
ContentSlotData |
CMSDataFactory.createContentSlotData(ContentSlotForPageModel csForPage) |
ContentSlotData |
CMSDataFactory.createContentSlotData(java.lang.String pageId,
ContentSlotModel contentSlot,
java.lang.String position,
boolean fromMaster,
boolean allowOverwrite) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContentSlotData |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
DefaultCMSDataFactory.createContentSlotData(AbstractPageModel page,
ContentSlotForTemplateModel csForTemplate) |
ContentSlotData |
DefaultCMSDataFactory.createContentSlotData(ContentSlotForPageModel csForPage) |
ContentSlotData |
DefaultCMSDataFactory.createContentSlotData(java.lang.String pageId,
ContentSlotModel contentSlot,
java.lang.String position,
boolean fromMaster,
boolean allowOverwrite) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
CMSPageService.getContentSlotForPage(AbstractPageModel page,
java.lang.String position)
Returns a contentslot for the given page and position.
|
ContentSlotData |
CMSPageService.getContentSlotForPage(AbstractPageModel page,
java.lang.String position,
PagePreviewCriteriaData pagePreviewCriteria)
Returns a contentslot for the given page, position and
PagePreviewCriteriaData. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ContentSlotData> |
CMSPageService.getContentSlotsForPage(AbstractPageModel page)
Returns collection of
ContentSlotData objects containing data taken from all
ContentSlotForPageModel objects as well from ContentSlotForTemplateModel objects for
passed
as parameter AbstractPageModel object. |
java.util.Collection<ContentSlotData> |
CMSPageService.getContentSlotsForPage(AbstractPageModel page,
PagePreviewCriteriaData pagePreviewCriteria)
Returns collection of
ContentSlotData objects containing data taken from all
ContentSlotForPageModel objects as well from ContentSlotForTemplateModel objects for a
given AbstractPageModel and PagePreviewCriteriaData. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ContentSlotData> |
CMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page)
returns a collection of all content slots for the given page.
|
java.util.Collection<ContentSlotData> |
CMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page,
boolean includeMasterTemplateSlots)
Returns a collection of all content slots for the given page.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ContentSlotData> |
DefaultCMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page)
returns a collection of all content slots for the given page.
|
java.util.Collection<ContentSlotData> |
DefaultCMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page,
boolean includeMasterTemplateSlots)
Returns a collection of all content slots for the given page.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ContentSlotModel> |
DefaultCMSAdminContentSlotService.appendTemplateSlots(PageTemplateModel pageTemplate,
java.util.Set<java.lang.String> positions,
java.util.List<ContentSlotData> contentSlots,
AbstractPageModel page)
Gets all of the content slots for templates that do not share a position already identified in the content slots
for pages.
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
DefaultCMSPageService.getContentSlotForPage(AbstractPageModel page,
java.lang.String position)
Returns a contentslot for the given page and position.
|
ContentSlotData |
DefaultCMSPageService.getContentSlotForPage(AbstractPageModel page,
java.lang.String position,
PagePreviewCriteriaData pagePreviewCriteria)
Returns a contentslot for the given page, position and
PagePreviewCriteriaData. |
protected ContentSlotData |
DefaultCMSPageService.getPageContentSlotFromVersionSessionContext(java.lang.String position)
Return the Content Slot Data for a given page associated by the version in the session context and position.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<ContentSlotData> |
DefaultCMSPageService.getAllContentSlotsForPageAndSlots(AbstractPageModel page,
java.util.Collection<ContentSlotForPageModel> pageSlots,
java.util.Collection<ContentSlotForTemplateModel> templateSlots)
Returns a list of
ContentSlotData for a provided page, list of ContentSlotForPageModel and
ContentSlotForTemplateModel. |
java.util.Collection<ContentSlotData> |
DefaultCMSPageService.getContentSlotsForPage(AbstractPageModel page)
Returns collection of
ContentSlotData objects containing data taken from all
ContentSlotForPageModel objects as well from ContentSlotForTemplateModel objects for
passed
as parameter AbstractPageModel object. |
java.util.Collection<ContentSlotData> |
DefaultCMSPageService.getContentSlotsForPage(AbstractPageModel page,
PagePreviewCriteriaData pagePreviewCriteria)
Returns collection of
ContentSlotData objects containing data taken from all
ContentSlotForPageModel objects as well from ContentSlotForTemplateModel objects for a
given AbstractPageModel and PagePreviewCriteriaData. |
protected java.util.Collection<ContentSlotData> |
DefaultCMSPageService.getContentSlotsForPageVersionFromSessionContext(AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ContentSlotModel> |
DefaultCMSPageService.appendContentSlots(java.util.List<ContentSlotData> contentSlots,
java.util.List<java.lang.String> positions,
java.util.Collection<ContentSlotForTemplateModel> templateSlots,
AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
PageContentSlotData |
ContentSlotDataConverter.convert(ContentSlotData source) |
PageContentSlotData |
ContentSlotDataConverter.convert(ContentSlotData source,
PageContentSlotData target) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.stream.Stream<PageContentSlotComponentData> |
DefaultPageContentSlotComponentFacade.buildPageContentSlotComponentStream(java.lang.String pageId,
ContentSlotData contentSlot)
Build a stream of
PageContentSlotComponentData |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.stream.Stream<PageContentSlotContainerData> |
DefaultPageContentSlotContainerFacade.buildPageContentSlotContainerStream(java.lang.String pageId,
ContentSlotData contentSlot)
Gets a list of containers data found within a given slot.
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<ContentSlotData,PageContentSlotData> |
PageModelToDataRenderingPopulator.getContentSlotModelToDataRenderingConverter() |
protected Converter<ContentSlotData,PageContentSlotData> |
PageRenderingPopulator.getContentSlotRenderingConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PageModelToDataRenderingPopulator.isSlotActive(ContentSlotData contentSlot)
This method is used to determine whether a content slot is active or not.
|
protected boolean |
PageRenderingPopulator.isSlotActive(ContentSlotData contentSlot)
This method is used to determine whether a content slot is active or not.
|
void |
ContentSlotModelToDataRenderingPopulator.populate(ContentSlotData contentSlotData,
PageContentSlotData targetData) |
protected void |
PageModelToDataRenderingPopulatorTest.setContentSlotActivePeriod(ContentSlotData slotData,
java.util.Date activeFrom,
java.util.Date activeUntil) |
protected void |
PageRenderingPopulatorTest.setContentSlotActivePeriod(ContentSlotData slotData,
java.util.Date activeFrom,
java.util.Date activeUntil) |
protected void |
PageModelToDataRenderingPopulatorTest.setSlotAsInactive(ContentSlotData slotData) |
protected void |
PageRenderingPopulatorTest.setSlotAsInactive(ContentSlotData slotData) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageModelToDataRenderingPopulator.setContentSlotModelToDataRenderingConverter(Converter<ContentSlotData,PageContentSlotData> contentSlotModelToDataRenderingConverter) |
void |
PageRenderingPopulator.setContentSlotRenderingConverter(Converter<ContentSlotData,PageContentSlotData> contentSlotRenderingConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.