Uses of Class
de.hybris.platform.cms2.model.RestrictionTypeModel
Packages that use RestrictionTypeModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
-
Uses of RestrictionTypeModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return types with arguments of type RestrictionTypeModelModifier and TypeMethodDescriptionCMSPageTypeModel.getRestrictionTypes()Generated method - Getter of theCMSPageType.restrictionTypesattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model with type arguments of type RestrictionTypeModelModifier and TypeMethodDescriptionvoidCMSPageTypeModel.setRestrictionTypes(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 RestrictionTypeModelModifier and TypeMethodDescriptionCMSAdminRestrictionService.getAllowedRestrictionTypesForPage(AbstractPageModel page) Returns a collection of all restrictions which can be applied on the given pageCMSAdminRestrictionService.getAllowedRestrictionTypesForPage(String pageId) Returns a collection of all restrictions which can be applied on the given page (via its id)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 RestrictionTypeModelModifier and TypeMethodDescriptionDefaultCMSAdminRestrictionService.getAllowedRestrictionTypesForPage(AbstractPageModel page) DefaultCMSAdminRestrictionService.getAllowedRestrictionTypesForPage(String id) DefaultCMSAdminRestrictionService.getAllRestrictionTypes() -
Uses of RestrictionTypeModel in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl
Methods in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl with parameters of type RestrictionTypeModelModifier and TypeMethodDescriptionprotected 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 RestrictionTypeModelModifier and TypeMethodDescriptionprotected Converter<RestrictionTypeModel,RestrictionTypeData> DefaultRestrictionFacade.getRestrictionTypeModelConverter()Method parameters in de.hybris.platform.cmsfacades.restrictions.impl with type arguments of type RestrictionTypeModelModifier and TypeMethodDescriptionvoidDefaultRestrictionFacade.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 -
Uses of RestrictionTypeModel in de.hybris.platform.cmsfacades.util.dao.impl
Methods in de.hybris.platform.cmsfacades.util.dao.impl that return RestrictionTypeModelModifier and TypeMethodDescriptionDefaultRestrictionTypeDao.getRestrictionTypeByCode(String code) -
Uses of RestrictionTypeModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return RestrictionTypeModel