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