Class LocaleFieldServiceImpl
java.lang.Object
org.broadleafcommerce.openadmin.web.rulebuilder.service.AbstractRuleBuilderFieldService
org.broadleafcommerce.admin.web.rulebuilder.service.LocaleFieldServiceImpl
- All Implemented Interfaces:
Cloneable,EventListener,RuleBuilderFieldService,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
@Service("blLocaleFieldService")
public class LocaleFieldServiceImpl
extends AbstractRuleBuilderFieldService
An implementation of a RuleBuilderFieldService
that constructs metadata necessary
to build the supported fields for a Locale entity
- Author:
- Jeff Fischer
-
Field Summary
Fields inherited from class org.broadleafcommerce.openadmin.web.rulebuilder.service.AbstractRuleBuilderFieldService
applicationContext, dynamicEntityDao, extensionManager, fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadleafcommerce.openadmin.web.rulebuilder.service.AbstractRuleBuilderFieldService
buildFields, clone, constructFieldDTOFromFieldData, getField, getFields, getOverrideFieldEntityKey, getSecondaryFieldType, getSupportedFieldType, onApplicationEvent, setApplicationContext, setFields, setRuleBuilderFieldServiceExtensionManager, validateRuleBuilderStateMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
LocaleFieldServiceImpl
public LocaleFieldServiceImpl()
-
-
Method Details
-
init
public void init()- Specified by:
initin classAbstractRuleBuilderFieldService
-
getName
-
getDtoClassName
- Specified by:
getDtoClassNamein classAbstractRuleBuilderFieldService
-