org.broadleafcommerce.admin.web.rulebuilder.service
Class LocaleFieldServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.openadmin.web.rulebuilder.service.AbstractRuleBuilderFieldService
      extended by org.broadleafcommerce.admin.web.rulebuilder.service.LocaleFieldServiceImpl
All Implemented Interfaces:
Cloneable, RuleBuilderFieldService, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@Service(value="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, fields
 
Constructor Summary
LocaleFieldServiceImpl()
           
 
Method Summary
 String getDtoClassName()
           
 String getName()
           
 void init()
           
 
Methods inherited from class org.broadleafcommerce.openadmin.web.rulebuilder.service.AbstractRuleBuilderFieldService
afterPropertiesSet, buildFields, clone, getField, getFields, getSecondaryFieldType, getSupportedFieldType, setApplicationContext, setFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleFieldServiceImpl

public LocaleFieldServiceImpl()
Method Detail

init

public void init()
Specified by:
init in class AbstractRuleBuilderFieldService

getName

public String getName()

getDtoClassName

public String getDtoClassName()
Specified by:
getDtoClassName in class AbstractRuleBuilderFieldService


Copyright © 2013. All Rights Reserved.