| Package | Description |
|---|---|
| de.hybris.platform.cmswebservices.pagesrestrictions.controller |
| Modifier and Type | Method and Description |
|---|---|
PageRestrictionListData |
PagesRestrictionsController.getAllPagesRestrictions()
Find restrictions for all pages.
|
PageRestrictionListData |
PagesRestrictionsController.getAllPagesRestrictionsByPageIds(List<String> pageIds)
Retrieve all restrictions that belong to the page for the given page ids.
|
protected PageRestrictionListData |
PagesRestrictionsController.getAllRestrictionsByPage(String pageId) |
PageRestrictionListData |
PagesRestrictionsController.getRestrictionsByPage(String pageId)
Retrieve all restrictions that belong to the page for the given page id.
|
PageRestrictionListData |
PagesRestrictionsController.updatePageRestrictionListData(String pageId,
PageRestrictionListData pageRestrictionListData)
Updates the list of page-restriction relations for the given page id.
|
| Modifier and Type | Method and Description |
|---|---|
PageRestrictionListData |
PagesRestrictionsController.updatePageRestrictionListData(String pageId,
PageRestrictionListData pageRestrictionListData)
Updates the list of page-restriction relations for the given page id.
|
Copyright © 2000-2016 SAP SE. All Rights Reserved.