Package org.apache.ofbiz.widget.model
Class ModelFormAction.Service
- java.lang.Object
-
- org.apache.ofbiz.widget.model.AbstractModelAction
-
- org.apache.ofbiz.widget.model.ModelFormAction.Service
-
- All Implemented Interfaces:
java.io.Serializable
,ModelAction
- Enclosing class:
- ModelFormAction
public static class ModelFormAction.Service extends AbstractModelAction
Models the <service> element.- See Also:
widget-form.xsd
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
AbstractModelAction.EntityAnd, AbstractModelAction.EntityCondition, AbstractModelAction.EntityOne, AbstractModelAction.GetRelated, AbstractModelAction.GetRelatedOne, AbstractModelAction.PropertyMap, AbstractModelAction.PropertyToField, AbstractModelAction.Script, AbstractModelAction.Service, AbstractModelAction.SetField
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
module
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ModelActionVisitor visitor)
FlexibleStringExpander
getAutoFieldMapExdr()
java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object>
getFieldMap()
boolean
getIgnoreError()
FlexibleStringExpander
getResultMapListNameExdr()
FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>>
getResultMapNameAcsr()
java.lang.String
getServiceName()
FlexibleStringExpander
getServiceNameExdr()
void
runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Executes this action.-
Methods inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
getModelWidget, newInstance, readSubActions, runSubActions, toString
-
-
-
-
Constructor Detail
-
Service
public Service(ModelForm modelForm, org.w3c.dom.Element serviceElement)
-
-
Method Detail
-
accept
public void accept(ModelActionVisitor visitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getServiceName
public java.lang.String getServiceName()
-
runAction
public void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Description copied from interface:ModelAction
Executes this action.
-
getAutoFieldMapExdr
public FlexibleStringExpander getAutoFieldMapExdr()
-
getFieldMap
public java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> getFieldMap()
-
getIgnoreError
public boolean getIgnoreError()
-
getResultMapListNameExdr
public FlexibleStringExpander getResultMapListNameExdr()
-
getResultMapNameAcsr
public FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>> getResultMapNameAcsr()
-
getServiceNameExdr
public FlexibleStringExpander getServiceNameExdr()
-
-