Package org.apache.ofbiz.entityext.eca
Class EntityEcaAction
- java.lang.Object
-
- org.apache.ofbiz.entityext.eca.EntityEcaAction
-
- All Implemented Interfaces:
java.io.Serializable
public final class EntityEcaAction extends java.lang.Object implements java.io.Serializable
EntityEcaAction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description EntityEcaAction(org.w3c.dom.Element action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getServiceName()
int
hashCode()
void
runAction(DispatchContext dctx, java.util.Map<java.lang.String,? extends java.lang.Object> context, GenericEntity newValue)
java.lang.String
toString()
-
-
-
Method Detail
-
getServiceName
public java.lang.String getServiceName()
-
runAction
public void runAction(DispatchContext dctx, java.util.Map<java.lang.String,? extends java.lang.Object> context, GenericEntity newValue) throws GenericEntityException
- Throws:
GenericEntityException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-