public class PagesRestrictionsController
extends java.lang.Object
| Constructor and Description |
|---|
PagesRestrictionsController() |
| Modifier and Type | Method and Description |
|---|---|
PageRestrictionListData |
getAllPagesRestrictions() |
PageRestrictionListData |
getAllPagesRestrictionsByPageIds(java.util.List<java.lang.String> pageIds) |
protected PageRestrictionListData |
getAllRestrictionsByPage(java.lang.String pageId) |
protected DataMapper |
getDataMapper() |
protected PageRestrictionFacade |
getPageRestrictionFacade() |
PageRestrictionListData |
getRestrictionsByPage(java.lang.String pageId) |
void |
setDataMapper(DataMapper dataMapper) |
void |
setPageRestrictionFacade(PageRestrictionFacade pageRestrictionFacade) |
PageRestrictionListData |
updatePageRestrictionListData(java.lang.String pageId,
PageRestrictionListData pageRestrictionListData) |
public PageRestrictionListData getAllPagesRestrictions()
public PageRestrictionListData getAllPagesRestrictionsByPageIds(java.util.List<java.lang.String> pageIds)
public PageRestrictionListData getRestrictionsByPage(java.lang.String pageId)
protected PageRestrictionListData getAllRestrictionsByPage(java.lang.String pageId)
public PageRestrictionListData updatePageRestrictionListData(java.lang.String pageId, PageRestrictionListData pageRestrictionListData) throws CMSItemNotFoundException, WebserviceValidationException
protected PageRestrictionFacade getPageRestrictionFacade()
public void setPageRestrictionFacade(PageRestrictionFacade pageRestrictionFacade)
protected DataMapper getDataMapper()
public void setDataMapper(DataMapper dataMapper)
Copyright © 2018 SAP SE. All Rights Reserved.