Package org.apache.ofbiz.entity
Class GenericDelegator.EntityEcaRuleRunner<T>
java.lang.Object
org.apache.ofbiz.entity.GenericDelegator.EntityEcaRuleRunner<T>
- Enclosing class:
- GenericDelegator
-
Constructor Summary
ModifierConstructorDescriptionprotected
EntityEcaRuleRunner
(EntityEcaHandler<T> entityEcaHandler, Map<String, List<T>> eventMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
evalRules
(String event, String currentOperation, GenericEntity value, boolean isError) Eval rules.
-
Constructor Details
-
EntityEcaRuleRunner
-
-
Method Details
-
evalRules
protected void evalRules(String event, String currentOperation, GenericEntity value, boolean isError) throws GenericEntityException Eval rules.- Parameters:
event
- the eventcurrentOperation
- the current operationvalue
- the valueisError
- the is error- Throws:
GenericEntityException
- the generic entity exception
-