Uses of Class
de.hybris.platform.cms2.exceptions.RestrictionEvaluationException
Packages that use RestrictionEvaluationException
Package
Description
-
Uses of RestrictionEvaluationException in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl with parameters of type RestrictionEvaluationExceptionModifier and TypeMethodDescriptionprotected 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 RestrictionEvaluationExceptionModifier and TypeMethodDescriptionbooleanCMSRestrictionService.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 RestrictionEvaluationExceptionModifier and TypeMethodDescriptionbooleanDefaultCMSRestrictionService.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()