org.ofbiz.service.eca
Class ServiceEcaAction
java.lang.Object
org.ofbiz.service.eca.ServiceEcaAction
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceEcaAction
- extends java.lang.Object
- implements java.io.Serializable
ServiceEcaAction
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
eventName
protected java.lang.String eventName
serviceName
protected java.lang.String serviceName
serviceMode
protected java.lang.String serviceMode
resultMapName
protected java.lang.String resultMapName
runAsUser
protected java.lang.String runAsUser
newTransaction
protected boolean newTransaction
resultToContext
protected boolean resultToContext
resultToResult
protected boolean resultToResult
ignoreFailure
protected boolean ignoreFailure
ignoreError
protected boolean ignoreError
persist
protected boolean persist
ServiceEcaAction
protected ServiceEcaAction()
ServiceEcaAction
public ServiceEcaAction(org.w3c.dom.Element action,
java.lang.String event)
getServiceName
public java.lang.String getServiceName()
getServiceMode
public java.lang.String getServiceMode()
isPersist
public boolean isPersist()
getShortDisplayDescription
public java.lang.String getShortDisplayDescription()
runAction
public boolean runAction(java.lang.String selfService,
DispatchContext dctx,
java.util.Map<java.lang.String,java.lang.Object> context,
java.util.Map<java.lang.String,java.lang.Object> result)
throws GenericServiceException
- Throws:
GenericServiceException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object