public class EventDispatcher
extends java.lang.Object
| Constructor and Description |
|---|
EventDispatcher(EntityDAO targetDAO) |
EventDispatcher(EntityDAO targetDAO,
java.lang.String dataTransformerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchEvent(int when,
JdbcWrapper jdbcWrapper) |
void |
dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo) |
void |
dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo,
AbstractBMPEntity sourceBmp,
java.util.Map modifiedFields) |
void |
dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo,
AbstractBMPEntity sourceBmp,
java.util.Map modifiedFields,
java.util.Map transferData) |
void |
dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo,
java.util.Map transferData) |
public EventDispatcher(EntityDAO targetDAO, java.lang.String dataTransformerName)
public EventDispatcher(EntityDAO targetDAO)
public void dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo,
AbstractBMPEntity sourceBmp,
java.util.Map modifiedFields)
throws PersistenceException
PersistenceExceptionpublic void dispatchEvent(int when,
JdbcWrapper jdbcWrapper)
throws PersistenceException
PersistenceExceptionpublic void dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo)
throws PersistenceException
PersistenceExceptionpublic void dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo,
java.util.Map transferData)
throws PersistenceException
PersistenceExceptionpublic void dispatchEvent(int when,
JdbcWrapper jdbcWrapper,
EntityVO vo,
AbstractBMPEntity sourceBmp,
java.util.Map modifiedFields,
java.util.Map transferData)
throws PersistenceException
PersistenceException