Uses of Class
de.hybris.platform.cmsfacades.data.PageTypeRestrictionTypeData
-
Packages that use PageTypeRestrictionTypeData Package Description de.hybris.platform.cmsfacades.pagetypesrestrictiontypes de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl -
-
Uses of PageTypeRestrictionTypeData in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes
Methods in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes that return types with arguments of type PageTypeRestrictionTypeData Modifier and Type Method Description java.util.List<PageTypeRestrictionTypeData>PageTypeRestrictionTypeFacade. getRestrictionTypesForAllPageTypes()Get a list of restrictions types for all page types. -
Uses of PageTypeRestrictionTypeData in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl
Methods in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl that return PageTypeRestrictionTypeData Modifier and Type Method Description protected PageTypeRestrictionTypeDataDefaultPageTypeRestrictionTypeFacade. buildPageTypesRestrictionTypesData(CMSPageTypeModel pageType, RestrictionTypeModel restrictionType)Build a new page restriction dto to hold a single pageType - restrictionType pair.Methods in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl that return types with arguments of type PageTypeRestrictionTypeData Modifier and Type Method Description java.util.List<PageTypeRestrictionTypeData>DefaultPageTypeRestrictionTypeFacade. getRestrictionTypesForAllPageTypes()
-