org.ofbiz.widget.form
Class ModelFormAction.Service

java.lang.Object
  extended by org.ofbiz.widget.form.ModelFormAction
      extended by org.ofbiz.widget.form.ModelFormAction.Service
Enclosing class:
ModelFormAction

public static class ModelFormAction.Service
extends ModelFormAction


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ofbiz.widget.form.ModelFormAction
ModelFormAction.EntityAnd, ModelFormAction.EntityCondition, ModelFormAction.EntityOne, ModelFormAction.PropertyMap, ModelFormAction.PropertyToField, ModelFormAction.Script, ModelFormAction.Service, ModelFormAction.SetField
 
Field Summary
protected  FlexibleStringExpander autoFieldMapExdr
           
protected  java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
           
protected  FlexibleStringExpander resultMapListNameExdr
           
protected  FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>> resultMapNameAcsr
           
protected  FlexibleStringExpander serviceNameExdr
           
 
Fields inherited from class org.ofbiz.widget.form.ModelFormAction
modelForm, module
 
Constructor Summary
ModelFormAction.Service(ModelForm modelForm, org.w3c.dom.Element serviceElement)
           
 
Method Summary
 void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
           
 
Methods inherited from class org.ofbiz.widget.form.ModelFormAction
readSubActions, runSubActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceNameExdr

protected FlexibleStringExpander serviceNameExdr

resultMapNameAcsr

protected FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>> resultMapNameAcsr

autoFieldMapExdr

protected FlexibleStringExpander autoFieldMapExdr

resultMapListNameExdr

protected FlexibleStringExpander resultMapListNameExdr

fieldMap

protected java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
Constructor Detail

ModelFormAction.Service

public ModelFormAction.Service(ModelForm modelForm,
                               org.w3c.dom.Element serviceElement)
Method Detail

runAction

public void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Specified by:
runAction in class ModelFormAction