Package org.apache.ofbiz.widget.model
Class AbstractModelAction.Service
java.lang.Object
org.apache.ofbiz.widget.model.AbstractModelAction
org.apache.ofbiz.widget.model.AbstractModelAction.Service
- All Implemented Interfaces:
Serializable
,ModelAction
- Enclosing class:
- AbstractModelAction
Models the <service> element.
- See Also:
-
widget-screen.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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ModelActionVisitor visitor) Gets auto field map exdr.Gets field map.Gets result map name acsr.Gets service name exdr.void
Executes this action.Methods inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
getModelWidget, newInstance, readSubActions, runSubActions, toString
-
Constructor Details
-
Service
-
-
Method Details
-
accept
- Throws:
Exception
-
getServiceNameExdr
Gets service name exdr.- Returns:
- the service name exdr
-
runAction
Description copied from interface:ModelAction
Executes this action. -
getAutoFieldMapExdr
Gets auto field map exdr.- Returns:
- the auto field map exdr
-
getFieldMap
Gets field map.- Returns:
- the field map
-
getResultMapNameAcsr
Gets result map name acsr.- Returns:
- the result map name acsr
-