Uses of Class
de.hybris.platform.cmsfacades.data.PageRestrictionData
Packages that use PageRestrictionData
Package
Description
-
Uses of PageRestrictionData in de.hybris.platform.cmsfacades.pagesrestrictions
Methods in de.hybris.platform.cmsfacades.pagesrestrictions that return types with arguments of type PageRestrictionDataModifier and TypeMethodDescriptionPageRestrictionFacade.getAllPagesRestrictions()Get a list of restrictions for all pages.PageRestrictionFacade.getRestrictionsByPage(String pageId) Get a list of restrictions for a given page.Method parameters in de.hybris.platform.cmsfacades.pagesrestrictions with type arguments of type PageRestrictionDataModifier and TypeMethodDescriptionvoidPageRestrictionFacade.updateRestrictionRelationsByPage(String pageId, List<PageRestrictionData> pageRestrictionsListData) Updates the list of restrictions associated with the pageId based according to the provided pageRestrictionsListData -
Uses of PageRestrictionData in de.hybris.platform.cmsfacades.pagesrestrictions.impl
Methods in de.hybris.platform.cmsfacades.pagesrestrictions.impl that return PageRestrictionDataModifier and TypeMethodDescriptionprotected PageRestrictionDataDefaultPageRestrictionFacade.buildPageRestrictionData(AbstractPageModel page, AbstractRestrictionModel restriction) Build a new page restriction dto to hold a single pageId - restrictionId pair.Methods in de.hybris.platform.cmsfacades.pagesrestrictions.impl that return types with arguments of type PageRestrictionDataModifier and TypeMethodDescriptionDefaultPageRestrictionFacade.getAllPagesRestrictions()protected List<PageRestrictionData>DefaultPageRestrictionFacade.getAllRestrictionsByPage(AbstractPageModel page) DefaultPageRestrictionFacade.getRestrictionsByPage(String pageId) Method parameters in de.hybris.platform.cmsfacades.pagesrestrictions.impl with type arguments of type PageRestrictionDataModifier and TypeMethodDescriptionvoidDefaultPageRestrictionFacade.updateRestrictionRelationsByPage(String pageId, List<PageRestrictionData> pageRestrictionsListData) protected voidDefaultPageRestrictionFacade.validatePageForUpdate(AbstractPageModel page, List<PageRestrictionData> pageRestrictionsListData) Validate that page defaultPage attribute and list of restrictions to be applied to the page.