Package org.apache.ofbiz.widget.model
Class ModelTreeAction.EntityAnd
- java.lang.Object
-
- org.apache.ofbiz.widget.model.AbstractModelAction
-
- org.apache.ofbiz.widget.model.ModelTreeAction
-
- org.apache.ofbiz.widget.model.ModelTreeAction.EntityAnd
-
- All Implemented Interfaces:
java.io.Serializable
,ModelAction
- Enclosing class:
- ModelTreeAction
public static class ModelTreeAction.EntityAnd extends ModelTreeAction
Models the <entity-and> 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 EntityAnd(ModelTree.ModelNode.ModelSubNode modelSubNode, org.w3c.dom.Element entityAndElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ModelActionVisitor visitor)
ByAndFinder
getFinder()
java.lang.String
getListName()
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
-
EntityAnd
public EntityAnd(ModelTree.ModelNode.ModelSubNode modelSubNode, org.w3c.dom.Element entityAndElement)
-
-
Method Detail
-
accept
public void accept(ModelActionVisitor visitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getFinder
public ByAndFinder getFinder()
-
getListName
public java.lang.String getListName()
-
runAction
public void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Description copied from interface:ModelAction
Executes this action.
-
-