Package org.apache.ofbiz.widget.model
Class ModelTreeAction.Service
- java.lang.Object
-
- org.apache.ofbiz.widget.model.AbstractModelAction
-
- org.apache.ofbiz.widget.model.ModelTreeAction
-
- org.apache.ofbiz.widget.model.ModelTreeAction.Service
-
- All Implemented Interfaces:
java.io.Serializable
,ModelAction
- Enclosing class:
- ModelTreeAction
public static class ModelTreeAction.Service extends ModelTreeAction
Models the <service> element.- See Also:
widget-tree.xsd
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ofbiz.widget.model.ModelTreeAction
ModelTreeAction.EntityAnd, ModelTreeAction.EntityCondition, ModelTreeAction.Script, ModelTreeAction.Service
-
Nested classes/interfaces inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
AbstractModelAction.EntityOne, AbstractModelAction.GetRelated, AbstractModelAction.GetRelatedOne, AbstractModelAction.PropertyMap, AbstractModelAction.PropertyToField, AbstractModelAction.SetField
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.widget.model.ModelTreeAction
module
-
-
Constructor Summary
Constructors Constructor Description Service(ModelTree.ModelNode.ModelSubNode modelSubNode, org.w3c.dom.Element serviceElement)
Service(ModelTree.ModelNode modelNode, org.w3c.dom.Element serviceElement)
-
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()
FlexibleStringExpander
getResultMapListNameExdr()
FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>>
getResultMapNameAcsr()
FlexibleStringExpander
getResultMapValueNameExdr()
FlexibleStringExpander
getServiceNameExdr()
FlexibleStringExpander
getValueNameExdr()
void
runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Executes this action.-
Methods inherited from class org.apache.ofbiz.widget.model.ModelTreeAction
getModelSubNode, getModelTree, readNodeActions, readSubNodeActions
-
Methods inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
getModelWidget, newInstance, readSubActions, runSubActions, toString
-
-
-
-
Constructor Detail
-
Service
public Service(ModelTree.ModelNode modelNode, org.w3c.dom.Element serviceElement)
-
Service
public Service(ModelTree.ModelNode.ModelSubNode modelSubNode, org.w3c.dom.Element serviceElement)
-
-
Method Detail
-
accept
public void accept(ModelActionVisitor visitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getAutoFieldMapExdr
public FlexibleStringExpander getAutoFieldMapExdr()
-
getFieldMap
public java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> getFieldMap()
-
getResultMapListNameExdr
public FlexibleStringExpander getResultMapListNameExdr()
-
getResultMapNameAcsr
public FlexibleMapAccessor<java.util.Map<java.lang.String,java.lang.Object>> getResultMapNameAcsr()
-
getResultMapValueNameExdr
public FlexibleStringExpander getResultMapValueNameExdr()
-
getServiceNameExdr
public FlexibleStringExpander getServiceNameExdr()
-
getValueNameExdr
public FlexibleStringExpander getValueNameExdr()
-
runAction
public void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Description copied from interface:ModelAction
Executes this action.
-
-