| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
CMSDataFactory.createContentSlotData(AbstractPageModel page,
ContentSlotForTemplateModel csForTemplate) |
ContentSlotData |
CMSDataFactory.createContentSlotData(ContentSlotForPageModel csForPage) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
CMSPageService.getContentSlotForPage(AbstractPageModel page,
String position)
Returns a contentslot for the given page and position.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentSlotData> |
CMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page)
returns a collection of all content slots for the given page.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentSlotData> |
DefaultCMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page)
returns a collection of all content slots for the given page.
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
DefaultCMSPageService.getContentSlotForPage(AbstractPageModel page,
String position)
Returns a contentslot for the given page and position.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2017 SAP SE. All Rights Reserved.