Uses of Interface
de.hybris.platform.cms2.servicelayer.services.CMSRestrictionService
Packages that use CMSRestrictionService
Package
Description
-
Uses of CMSRestrictionService in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl that return CMSRestrictionServiceModifier and TypeMethodDescriptionprotected CMSRestrictionServiceDefaultCmsCacheKeyProvider.getCmsRestrictionService(javax.servlet.http.HttpServletRequest request) -
Uses of CMSRestrictionService in de.hybris.platform.acceleratorcms.component.slot.impl
Methods in de.hybris.platform.acceleratorcms.component.slot.impl that return CMSRestrictionServiceModifier and TypeMethodDescriptionprotected CMSRestrictionServiceDefaultCMSPageSlotComponentService.getCmsRestrictionService()Methods in de.hybris.platform.acceleratorcms.component.slot.impl with parameters of type CMSRestrictionServiceModifier and TypeMethodDescriptionvoidDefaultCMSPageSlotComponentService.setCmsRestrictionService(CMSRestrictionService cmsRestrictionService) -
Uses of CMSRestrictionService in de.hybris.platform.acceleratorcms.services.impl
Classes in de.hybris.platform.acceleratorcms.services.impl that implement CMSRestrictionServiceModifier and TypeClassDescriptionclassSubclass of the DefaultCMSRestrictionService that selects the Page that matches the most restrictions. -
Uses of CMSRestrictionService in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl that return CMSRestrictionServiceModifier and TypeMethodDescriptionprotected CMSRestrictionServiceCMSAbstractRestrictionPrepareInterceptor.getCmsRestrictionService()Constructors in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type CMSRestrictionServiceModifierConstructorDescriptionCMSAbstractRestrictionPrepareInterceptor(ModelService modelService, ItemModelPrepareInterceptorService itemModelPrepareInterceptorService, CMSRestrictionService cmsRestrictionService) -
Uses of CMSRestrictionService in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return CMSRestrictionServiceModifier and TypeMethodDescriptionprotected CMSRestrictionServiceDefaultCMSAdminRestrictionService.getCmsRestrictionService()Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type CMSRestrictionServiceModifier and TypeMethodDescriptionvoidDefaultCMSAdminRestrictionService.setCmsRestrictionService(CMSRestrictionService cmsRestrictionService) -
Uses of CMSRestrictionService in de.hybris.platform.cms2.servicelayer.services.impl
Classes in de.hybris.platform.cms2.servicelayer.services.impl that implement CMSRestrictionServiceModifier and TypeClassDescriptionclassDefault implementation of cms restriction service which is used for evaluate restriction that is attached to page or component.Methods in de.hybris.platform.cms2.servicelayer.services.impl that return CMSRestrictionServiceModifier and TypeMethodDescriptionprotected CMSRestrictionServiceAbstractCMSPageService.getCmsRestrictionService()DefaultCMSContentSlotService.getCmsRestrictionService()Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type CMSRestrictionServiceModifier and TypeMethodDescriptionvoidAbstractCMSPageService.setCmsRestrictionService(CMSRestrictionService cmsRestrictionService) voidDefaultCMSContentSlotService.setCmsRestrictionService(CMSRestrictionService cmsRestrictionService) -
Uses of CMSRestrictionService in de.hybris.platform.cms2lib.cmstags
Methods in de.hybris.platform.cms2lib.cmstags with parameters of type CMSRestrictionServiceModifier and TypeMethodDescriptionprotected booleanCMSComponentTag.isAllowed(AbstractCMSComponentModel component, RestrictionData restrictionData, CMSRestrictionService cmsRestrictionService, boolean previewEnabled) Checks whether component should be displayed. -
Uses of CMSRestrictionService in de.hybris.platform.cmsfacades.rendering.visibility.impl
Methods in de.hybris.platform.cmsfacades.rendering.visibility.impl that return CMSRestrictionServiceModifier and TypeMethodDescriptionprotected CMSRestrictionServiceCMSComponentRenderingVisibilityRule.getCmsRestrictionService()Methods in de.hybris.platform.cmsfacades.rendering.visibility.impl with parameters of type CMSRestrictionServiceModifier and TypeMethodDescriptionvoidCMSComponentRenderingVisibilityRule.setCmsRestrictionService(CMSRestrictionService cmsRestrictionService)