Package org.apache.ofbiz.entity.eca
Interface EntityEcaHandler<T>
- All Known Implementing Classes:
DelegatorEcaHandler
public interface EntityEcaHandler<T>
EntityEcaHandler interface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
Invoked after the entity operation, but before the cache is cleared.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
-
Field Details
-
EV_VALIDATE
- See Also:
-
EV_RUN
- See Also:
-
EV_RETURN
- See Also:
-
EV_CACHE_CLEAR
Invoked after the entity operation, but before the cache is cleared.- See Also:
-
EV_CACHE_CHECK
- See Also:
-
EV_CACHE_PUT
- See Also:
-
OP_CREATE
- See Also:
-
OP_STORE
- See Also:
-
OP_REMOVE
- See Also:
-
OP_FIND
- See Also:
-
-
Method Details
-
setDelegator
-
getEntityEventMap
-
evalRules
void evalRules(String currentOperation, Map<String, List<T>> eventMap, String event, GenericEntity value, boolean isError) throws GenericEntityException- Throws:
GenericEntityException
-