Uses of Class
de.hybris.platform.cmswebservices.data.PageRestrictionListData
Packages that use PageRestrictionListData
-
Uses of PageRestrictionListData in de.hybris.platform.cmswebservices.pagesrestrictions.controller
Methods in de.hybris.platform.cmswebservices.pagesrestrictions.controller that return PageRestrictionListDataModifier and TypeMethodDescriptionPagesRestrictionsController.getAllPagesRestrictions()Deprecated, for removal: This API element is subject to removal in a future version.PagesRestrictionsController.getAllPagesRestrictionsByPageIds(List<String> pageIds) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useCMSItemControllerinstead.protected PageRestrictionListDataPagesRestrictionsController.getAllRestrictionsByPage(String pageId) Deprecated, for removal: This API element is subject to removal in a future version.PagesRestrictionsController.getRestrictionsByPage(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.PagesRestrictionsController.updatePageRestrictionListData(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 PageRestrictionListDataModifier and TypeMethodDescriptionPagesRestrictionsController.updatePageRestrictionListData(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.
CMSItemControllerinstead.