| Package | Description |
|---|---|
| de.hybris.platform.cms2.model |
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
|
| de.hybris.platform.cms2.model.pages |
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
|
| de.hybris.platform.cms2.resource | |
| de.hybris.platform.cms2.servicelayer.daos | |
| de.hybris.platform.cms2.servicelayer.daos.impl | |
| de.hybris.platform.cms2.servicelayer.services.admin | |
| de.hybris.platform.cms2.servicelayer.services.admin.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSPageTypeModel> |
RestrictionTypeModel.getPageTypes()
Generated method - Getter of the
RestrictionType.pageTypes attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionTypeModel.setPageTypes(Collection<CMSPageTypeModel> value)
Generated method - Setter of
RestrictionType.pageTypes attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
Set<CMSPageTypeModel> |
PageTemplateModel.getRestrictedPageTypes()
Generated method - Getter of the
PageTemplate.restrictedPageTypes attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
PageTemplateModel.setRestrictedPageTypes(Set<CMSPageTypeModel> value)
Generated method - Setter of
PageTemplate.restrictedPageTypes attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
CMSPageTypeModel |
CMSPageTypeResource.getCMSPageTypeModel()
Convenience method which just delegates to
#getResourceValue() |
protected CMSPageTypeModel |
CMSPageTypeResource.readResource(String resourceId)
Gets the
CMSPageTypeModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSPageTypeModel> |
CMSPageTypesResource.getCMSPageTypesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSPageTypeResource.setCMSPageTypeModel(CMSPageTypeModel value)
Convenience method which just delegates to
#setResourceValue(CMSPageTypeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSPageTypesResource.setCMSPageTypesCollection(Collection<CMSPageTypeModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PageTemplateModel> |
CMSPageTemplateDao.findAllRestrictedPageTemplatesByCatalogVersion(CatalogVersionModel catalogVersion,
boolean active,
CMSPageTypeModel pageType)
Find all restricted page templates by catalog version,
active boolean flag and cms page type. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PageTemplateModel> |
DefaultCMSPageTemplateDao.findAllRestrictedPageTemplatesByCatalogVersion(CatalogVersionModel catalogVersion,
boolean active,
CMSPageTypeModel pageType)
Find all restricted page templates by catalog version,
active boolean flag and cms page type. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSPageTypeModel> |
CMSAdminPageService.getAllPageTypes()
Returns a collection of all available page types.
|
Optional<CMSPageTypeModel> |
CMSAdminPageService.getPageTypeByCode(String typeCode)
Returns the page type with the given type code.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PageTemplateModel> |
CMSAdminPageService.getAllRestrictedPageTemplates(boolean active,
CMSPageTypeModel type)
returns all restricted page templates (only of the active catalogVersion)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSPageTypeModel> |
DefaultCMSAdminPageService.getAllPageTypes() |
Optional<CMSPageTypeModel> |
DefaultCMSAdminPageService.getPageTypeByCode(String typeCode) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PageTemplateModel> |
DefaultCMSAdminPageService.getAllRestrictedPageTemplates(boolean active,
CMSPageTypeModel type)
returns all restricted page templates (only of the active catalogVersion)
|
Copyright © 2017 SAP SE. All Rights Reserved.