| Package | Description |
|---|---|
| de.hybris.platform.cmsfacades.pagesrestrictions | |
| de.hybris.platform.cmsfacades.pagesrestrictions.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PageRestrictionData> |
PageRestrictionFacade.getAllPagesRestrictions()
Get a list of restrictions for all pages.
|
java.util.List<PageRestrictionData> |
PageRestrictionFacade.getRestrictionsByPage(java.lang.String pageId)
Get a list of restrictions for a given page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageRestrictionFacade.updateRestrictionRelationsByPage(java.lang.String pageId,
java.util.List<PageRestrictionData> pageRestrictionsListData)
Updates the list of restrictions associated with the pageId based according to the provided
pageRestrictionsListData
|
| Modifier and Type | Method and Description |
|---|---|
protected PageRestrictionData |
DefaultPageRestrictionFacade.buildPageRestrictionData(AbstractPageModel page,
AbstractRestrictionModel restriction)
Build a new page restriction dto to hold a single pageId - restrictionId pair.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PageRestrictionData> |
DefaultPageRestrictionFacade.getAllPagesRestrictions() |
protected java.util.List<PageRestrictionData> |
DefaultPageRestrictionFacade.getAllRestrictionsByPage(AbstractPageModel page) |
java.util.List<PageRestrictionData> |
DefaultPageRestrictionFacade.getRestrictionsByPage(java.lang.String pageId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageRestrictionFacade.updateRestrictionRelationsByPage(java.lang.String pageId,
java.util.List<PageRestrictionData> pageRestrictionsListData) |
protected void |
DefaultPageRestrictionFacade.validatePageForUpdate(AbstractPageModel page,
java.util.List<PageRestrictionData> pageRestrictionsListData)
Validate that page defaultPage attribute and list of restrictions to be applied to the page.
|
Copyright © 2018 SAP SE. All Rights Reserved.