Uses of Class
de.hybris.platform.cmswebservices.data.PageRestrictionListData
-
Packages that use PageRestrictionListData Package Description de.hybris.platform.cmswebservices.pagesrestrictions.controller -
-
Uses of PageRestrictionListData in de.hybris.platform.cmswebservices.pagesrestrictions.controller
Methods in de.hybris.platform.cmswebservices.pagesrestrictions.controller that return PageRestrictionListData Modifier and Type Method Description PageRestrictionListDataPagesRestrictionsController. getAllPagesRestrictions()Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSItemControllerinstead.PageRestrictionListDataPagesRestrictionsController. getAllPagesRestrictionsByPageIds(java.util.List<java.lang.String> pageIds)Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSItemControllerinstead.protected PageRestrictionListDataPagesRestrictionsController. getAllRestrictionsByPage(java.lang.String pageId)Deprecated, for removal: This API element is subject to removal in a future version.PageRestrictionListDataPagesRestrictionsController. getRestrictionsByPage(java.lang.String pageId)Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSItemController#getCMSItemByUUid(String)using the page UUID instead.PageRestrictionListDataPagesRestrictionsController. updatePageRestrictionListData(java.lang.String pageId, PageRestrictionListData pageRestrictionListData)Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSItemController#getCMSItemByUUid(String)using the page UUID instead.Methods in de.hybris.platform.cmswebservices.pagesrestrictions.controller with parameters of type PageRestrictionListData Modifier and Type Method Description PageRestrictionListDataPagesRestrictionsController. updatePageRestrictionListData(java.lang.String pageId, PageRestrictionListData pageRestrictionListData)Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSItemController#getCMSItemByUUid(String)using the page UUID instead.
-