Uses of Class
de.hybris.platform.cmsfacades.data.PageRestrictionData
-
Packages that use PageRestrictionData Package Description de.hybris.platform.cmsfacades.pagesrestrictions de.hybris.platform.cmsfacades.pagesrestrictions.impl -
-
Uses of PageRestrictionData in de.hybris.platform.cmsfacades.pagesrestrictions
Methods in de.hybris.platform.cmsfacades.pagesrestrictions that return types with arguments of type PageRestrictionData Modifier and Type Method Description java.util.List<PageRestrictionData>PageRestrictionFacade. getAllPagesRestrictions()Get a list of restrictions for all pages.java.util.List<PageRestrictionData>PageRestrictionFacade. getRestrictionsByPage(java.lang.String pageId)Get a list of restrictions for a given page.Method parameters in de.hybris.platform.cmsfacades.pagesrestrictions with type arguments of type PageRestrictionData Modifier and Type Method Description voidPageRestrictionFacade. updateRestrictionRelationsByPage(java.lang.String pageId, java.util.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 PageRestrictionData Modifier and Type Method Description protected 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 PageRestrictionData Modifier and Type Method Description java.util.List<PageRestrictionData>DefaultPageRestrictionFacade. getAllPagesRestrictions()protected java.util.List<PageRestrictionData>DefaultPageRestrictionFacade. getAllRestrictionsByPage(AbstractPageModel page)java.util.List<PageRestrictionData>DefaultPageRestrictionFacade. getRestrictionsByPage(java.lang.String pageId)Method parameters in de.hybris.platform.cmsfacades.pagesrestrictions.impl with type arguments of type PageRestrictionData Modifier and Type Method Description voidDefaultPageRestrictionFacade. updateRestrictionRelationsByPage(java.lang.String pageId, java.util.List<PageRestrictionData> pageRestrictionsListData)protected voidDefaultPageRestrictionFacade. validatePageForUpdate(AbstractPageModel page, java.util.List<PageRestrictionData> pageRestrictionsListData)Validate that page defaultPage attribute and list of restrictions to be applied to the page.
-