| Modifier and Type | Method and Description |
|---|---|
List<PageRestrictionData> |
PageRestrictionListData.getPageRestrictionList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageRestrictionListData.setPageRestrictionList(List<PageRestrictionData> pageRestrictionList) |
| Modifier and Type | Method and Description |
|---|---|
List<PageRestrictionData> |
PageRestrictionFacade.getAllPagesRestrictions()
Get a list of restrictions for all pages.
|
List<PageRestrictionData> |
PageRestrictionFacade.getRestrictionsByPage(String pageId)
Get a list of restrictions for a given page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageRestrictionFacade.updateRestrictionRelationsByPage(String pageId,
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 |
|---|---|
List<PageRestrictionData> |
DefaultPageRestrictionFacade.getAllPagesRestrictions() |
protected List<PageRestrictionData> |
DefaultPageRestrictionFacade.getAllRestrictionsByPage(AbstractPageModel page) |
List<PageRestrictionData> |
DefaultPageRestrictionFacade.getRestrictionsByPage(String pageId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageRestrictionFacade.updateRestrictionRelationsByPage(String pageId,
List<PageRestrictionData> pageRestrictionsListData) |
protected void |
DefaultPageRestrictionFacade.validatePageForUpdate(AbstractPageModel page,
List<PageRestrictionData> pageRestrictionsListData)
Validate that page defaultPage attribute and list of restrictions to be applied to the page.
|
Copyright © 2000-2016 SAP SE. All Rights Reserved.