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

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

@Service(value="blCustomerFieldService")
public class CustomerFieldServiceImpl
extends AbstractRuleBuilderFieldService

An implementation of a RuleBuilderFieldService that constructs metadata necessary to build the supported fields for a Customer entity

Author:
Elbert Bautista (elbertbautista)

Field Summary
 
Fields inherited from class org.broadleafcommerce.openadmin.web.rulebuilder.service.AbstractRuleBuilderFieldService
applicationContext, dynamicEntityDao, fields
 
Constructor Summary
CustomerFieldServiceImpl()
           
 
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

CustomerFieldServiceImpl

public CustomerFieldServiceImpl()
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.