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

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

@Service(value="blFulfillmentGroupFieldService")
public class FulfillmentGroupFieldServiceImpl
extends AbstractRuleBuilderFieldService

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

Author:
Elbert Bautista (elbertbautista)

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

FulfillmentGroupFieldServiceImpl

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