Class DefaultCMSRestrictionEvaluatorRegistry
java.lang.Object
de.hybris.platform.cms2.servicelayer.services.evaluator.impl.DefaultCMSRestrictionEvaluatorRegistry
- All Implemented Interfaces:
CMSRestrictionEvaluatorRegistry,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class DefaultCMSRestrictionEvaluatorRegistry
extends Object
implements CMSRestrictionEvaluatorRegistry
Resolves mapped
CMSRestrictionEvaluator instances per restriction type-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.ApplicationContextgetCMSRestrictionEvaluator(String restrictionTypeCode) voidinit()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetEvaluatorsMap(Map<String, CMSRestrictionEvaluator> evaluatorMap)
-
Constructor Details
-
DefaultCMSRestrictionEvaluatorRegistry
public DefaultCMSRestrictionEvaluatorRegistry()
-
-
Method Details
-
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext() -
getCMSRestrictionEvaluator
- Specified by:
getCMSRestrictionEvaluatorin interfaceCMSRestrictionEvaluatorRegistry
-
getEvaluatorsMap
-
init
public void init() -
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
setEvaluatorsMap
-