Uses of Class
de.hybris.platform.cms2.model.RestrictionTypeModel
-
Packages that use RestrictionTypeModel Package Description de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.cms2.servicelayer.services.admin de.hybris.platform.cms2.servicelayer.services.admin.impl de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl de.hybris.platform.cmsfacades.restrictions.impl de.hybris.platform.cmsfacades.util.dao de.hybris.platform.cmsfacades.util.dao.impl de.hybris.platform.cmsfacades.util.models -
-
Uses of RestrictionTypeModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return types with arguments of type RestrictionTypeModel Modifier and Type Method Description java.util.Collection<RestrictionTypeModel>CMSPageTypeModel. getRestrictionTypes()Generated method - Getter of theCMSPageType.restrictionTypesattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model with type arguments of type RestrictionTypeModel Modifier and Type Method Description voidCMSPageTypeModel. setRestrictionTypes(java.util.Collection<RestrictionTypeModel> value)Generated method - Setter ofCMSPageType.restrictionTypesattribute defined at extensioncms2. -
Uses of RestrictionTypeModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type RestrictionTypeModel Modifier and Type Method Description java.util.Collection<RestrictionTypeModel>CMSAdminRestrictionService. getAllowedRestrictionTypesForPage(AbstractPageModel page)Returns a collection of all restrictions which can be applied on the given pagejava.util.Collection<RestrictionTypeModel>CMSAdminRestrictionService. getAllowedRestrictionTypesForPage(java.lang.String pageId)Returns a collection of all restrictions which can be applied on the given page (via its id)java.util.Collection<RestrictionTypeModel>CMSAdminRestrictionService. getAllRestrictionTypes()Returns a collection of all available restriction types. -
Uses of RestrictionTypeModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type RestrictionTypeModel Modifier and Type Method Description java.util.Collection<RestrictionTypeModel>DefaultCMSAdminRestrictionService. getAllowedRestrictionTypesForPage(AbstractPageModel page)java.util.Collection<RestrictionTypeModel>DefaultCMSAdminRestrictionService. getAllowedRestrictionTypesForPage(java.lang.String id)java.util.Collection<RestrictionTypeModel>DefaultCMSAdminRestrictionService. getAllRestrictionTypes() -
Uses of RestrictionTypeModel in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl
Methods in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl with parameters of type RestrictionTypeModel 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. -
Uses of RestrictionTypeModel in de.hybris.platform.cmsfacades.restrictions.impl
Methods in de.hybris.platform.cmsfacades.restrictions.impl that return types with arguments of type RestrictionTypeModel Modifier and Type Method Description protected Converter<RestrictionTypeModel,RestrictionTypeData>DefaultRestrictionFacade. getRestrictionTypeModelConverter()Method parameters in de.hybris.platform.cmsfacades.restrictions.impl with type arguments of type RestrictionTypeModel Modifier and Type Method Description voidDefaultRestrictionFacade. setRestrictionTypeModelConverter(Converter<RestrictionTypeModel,RestrictionTypeData> restrictionTypeModelConverter) -
Uses of RestrictionTypeModel in de.hybris.platform.cmsfacades.util.dao
Methods in de.hybris.platform.cmsfacades.util.dao that return RestrictionTypeModel Modifier and Type Method Description RestrictionTypeModelRestrictionTypeDao. getRestrictionTypeByCode(java.lang.String code) -
Uses of RestrictionTypeModel in de.hybris.platform.cmsfacades.util.dao.impl
Methods in de.hybris.platform.cmsfacades.util.dao.impl that return RestrictionTypeModel Modifier and Type Method Description RestrictionTypeModelDefaultRestrictionTypeDao. getRestrictionTypeByCode(java.lang.String code) -
Uses of RestrictionTypeModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return RestrictionTypeModel Modifier and Type Method Description RestrictionTypeModelRestrictionTypeModelMother. CMSTimeRestriction()
-