Uses of Interface
de.hybris.platform.cms2.servicelayer.services.CMSRestrictionService
-
-
Uses of CMSRestrictionService in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl that return CMSRestrictionService Modifier and Type Method Description protected 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 CMSRestrictionService Modifier and Type Method Description protected CMSRestrictionServiceDefaultCMSPageSlotComponentService. getCmsRestrictionService()Methods in de.hybris.platform.acceleratorcms.component.slot.impl with parameters of type CMSRestrictionService Modifier and Type Method Description voidDefaultCMSPageSlotComponentService. setCmsRestrictionService(CMSRestrictionService cmsRestrictionService) -
Uses of CMSRestrictionService in de.hybris.platform.acceleratorcms.services.impl
Classes in de.hybris.platform.acceleratorcms.services.impl that implement CMSRestrictionService Modifier and Type Class Description classRankingCMSRestrictionServiceSubclass of the DefaultCMSRestrictionService that selects the Page that matches the most restrictions. -
Uses of CMSRestrictionService in de.hybris.platform.cms2.relateditems.impl
Methods in de.hybris.platform.cms2.relateditems.impl that return CMSRestrictionService Modifier and Type Method Description protected CMSRestrictionServiceDefaultRelatedItemsOnPageService. getCmsRestrictionService()Constructors in de.hybris.platform.cms2.relateditems.impl with parameters of type CMSRestrictionService Constructor Description DefaultRelatedItemsOnPageService(CMSPageService cmsPageService, CMSRestrictionService cmsRestrictionService, CMSComponentService cmsComponentService) -
Uses of CMSRestrictionService in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl that return CMSRestrictionService Modifier and Type Method Description protected CMSRestrictionServiceCMSAbstractRestrictionPrepareInterceptor. getCmsRestrictionService()Constructors in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type CMSRestrictionService Constructor Description CMSAbstractRestrictionPrepareInterceptor(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 CMSRestrictionService Modifier and Type Method Description protected CMSRestrictionServiceDefaultCMSAdminRestrictionService. getCmsRestrictionService()Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type CMSRestrictionService Modifier and Type Method Description voidDefaultCMSAdminRestrictionService. 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 CMSRestrictionService Modifier and Type Class Description classDefaultCMSRestrictionServiceDefault 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 CMSRestrictionService Modifier and Type Method Description protected CMSRestrictionServiceAbstractCMSPageService. getCmsRestrictionService()CMSRestrictionServiceDefaultCMSContentSlotService. getCmsRestrictionService()Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type CMSRestrictionService Modifier and Type Method Description voidAbstractCMSPageService. 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 CMSRestrictionService Modifier and Type Method Description protected 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 CMSRestrictionService Modifier and Type Method Description protected CMSRestrictionServiceCMSComponentRenderingVisibilityRule. getCmsRestrictionService()Methods in de.hybris.platform.cmsfacades.rendering.visibility.impl with parameters of type CMSRestrictionService Modifier and Type Method Description voidCMSComponentRenderingVisibilityRule. setCmsRestrictionService(CMSRestrictionService cmsRestrictionService)
-