org.ofbiz.service.eca
Class ServiceEcaAction

java.lang.Object
  extended by 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

Field Summary
protected  java.lang.String eventName
           
protected  boolean ignoreError
           
protected  boolean ignoreFailure
           
static java.lang.String module
           
protected  boolean newTransaction
           
protected  boolean persist
           
protected  java.lang.String resultMapName
           
protected  boolean resultToContext
           
protected  boolean resultToResult
           
protected  java.lang.String runAsUser
           
protected  java.lang.String serviceMode
           
protected  java.lang.String serviceName
           
 
Constructor Summary
protected ServiceEcaAction()
           
  ServiceEcaAction(org.w3c.dom.Element action, java.lang.String event)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getServiceMode()
           
 java.lang.String getServiceName()
           
 java.lang.String getShortDisplayDescription()
           
 boolean isPersist()
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ServiceEcaAction

protected ServiceEcaAction()

ServiceEcaAction

public ServiceEcaAction(org.w3c.dom.Element action,
                        java.lang.String event)
Method Detail

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