| Modifier and Type | Method and Description |
|---|---|
protected CatalogModel |
AbstractPreviewServlet.getPreviewValueForCatalogPage(HttpServletRequest req,
Class<CatalogPageModel> clazz,
PreviewDataModel previewCtx)
Deprecated.
Returns the default preview catalog.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogPageModel |
CatalogPageResource.getCatalogPageModel()
Convenience method which just delegates to
#getResourceValue() |
protected CatalogPageModel |
CatalogPageResource.readResource(String resourceId)
Gets the
CatalogPageModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CatalogPageModel> |
CatalogPagesResource.getCatalogPagesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogPageResource.setCatalogPageModel(CatalogPageModel value)
Convenience method which just delegates to
#setResourceValue(CatalogPageModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogPagesResource.setCatalogPagesCollection(Collection<CatalogPageModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CatalogPageModel |
CMSPageService.getDefaultCatalogPage()
Returns the default catalog page WITHOUT evaluating any restrictions
|
CatalogPageModel |
CMSPageService.getPageByCatalog(CatalogModel catalog)
Deprecated.
use
CMSPageService.getPageForCatalog(CatalogModel) instead. |
CatalogPageModel |
CMSPageService.getPageByCatalogId(String catalogId)
Deprecated.
use
CMSPageService.getPageForCatalogId(String) instead. |
CatalogPageModel |
CMSPageService.getPageForCatalog(CatalogModel catalog)
Gets the page by catalog.
|
CatalogPageModel |
CMSPageService.getPageForCatalogId(String catalogId)
Gets the page for catalog id.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogPageModel |
DefaultCMSPageService.getDefaultCatalogPage()
Returns the default catalog page WITHOUT evaluating any restrictions
|
CatalogPageModel |
DefaultCMSPageService.getPageByCatalog(CatalogModel catalog)
Gets the page by catalog.
|
CatalogPageModel |
DefaultCMSPageService.getPageByCatalogId(String catalogId)
Gets the page by catalog id.
|
CatalogPageModel |
DefaultCMSPageService.getPageForCatalog(CatalogModel catalog)
Gets the page by catalog.
|
CatalogPageModel |
DefaultCMSPageService.getPageForCatalogId(String catalogId)
Gets the page for catalog id.
|
Copyright © 2017 SAP SE. All Rights Reserved.