Uses of Class
de.hybris.platform.cms2.exceptions.RestrictionEvaluationException
-
-
Uses of RestrictionEvaluationException in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl with parameters of type RestrictionEvaluationException Modifier and Type Method Description protected java.lang.StringDefaultCmsCacheKeyProvider. handleRestrictionEvaluationException(javax.servlet.http.HttpServletRequest request, SimpleCMSComponentModel component, AbstractRestrictionModel restriction, RestrictionEvaluationException e) -
Uses of RestrictionEvaluationException in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that throw RestrictionEvaluationException Modifier and Type Method Description booleanCMSRestrictionService. evaluate(AbstractRestrictionModel restriction, RestrictionData restrictionDataInfo)Evaluates given restriction forRestrictionDatacontext object. -
Uses of RestrictionEvaluationException in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that throw RestrictionEvaluationException Modifier and Type Method Description booleanDefaultCMSRestrictionService. evaluate(AbstractRestrictionModel restriction, RestrictionData restrictionDataInfo)Evaluates given restriction forRestrictionDatacontext object.protected booleanDefaultCMSRestrictionService. evaluateAnyRestriction(AbstractRestrictionModel restrictionModel, RestrictionData context)voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateCatalogRestriction2False()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateCatalogRestriction2True()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateCategoryRestriction2False()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateCategoryRestriction2True()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateInverseTimeRestriction2False()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateInverseTimeRestriction2True()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateProductRestriction2False()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateProductRestriction2True()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateTimeRestriction2False()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateTimeRestriction2True()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateUserGroupRestriction2False()voidDefaultCMSRestrictionServiceIntegrationTest. shouldEvaluateUserGroupRestriction2True()voidDefaultCMSRestrictionServiceTest. shouldReturnFalseWhenRestrictionIsMatchedButInverted()voidDefaultCMSRestrictionServiceTest. shouldReturnFalseWhenRestrictionIsNotMatched()voidDefaultCMSRestrictionServiceTest. shouldReturnTrueWhenRestrictionIsMatched()voidDefaultCMSRestrictionServiceTest. shouldReturnTrueWhenRestrictionIsNotMatchedButInverted()voidDefaultCMSRestrictionServiceTest. shouldThrowExceptionWhenNoEvaluatorFound()
-