Public Member Functions | |
String | getDescription () |
Dao | createDao () |
WhereClause | getQuery (Path entityPath) |
boolean | getCanDelete (QueueOptions v) |
String | getDescription (QueueOptions v) |
void | doDelete (QueueOptions v) |
void | doShow (QueueOptions v) |
void | onChange (Object entity) |
void | onDelete (Object entity) |
boolean | getCanChangeFor (QueueOptions v) |
void | doChangeFor (QueueOptions v, Path toPath) |
Object | getReferringEntity (QueueOptions v) |
Public Member Functions inherited from org.turro.activity.JpaParticipationCatcher< QueueOptions > | |
List< IParticipation > | getParticipations (Path entityPath) |
Dao | getDao () |
abstract Dao | createDao () |
abstract WhereClause | getQuery (Path entityPath) |
abstract boolean | getCanDelete (V v) |
abstract boolean | getCanChangeFor (V v) |
abstract String | getDescription (V v) |
abstract void | doDelete (V v) |
abstract void | doShow (V v) |
abstract void | doChangeFor (V v, Path toPath) |
abstract Object | getReferringEntity (V v) |
Definition at line 36 of file MailParticipationCatcher.java.
Dao org.turro.activity.MailParticipationCatcher.createDao | ( | ) |
Definition at line 44 of file MailParticipationCatcher.java.
void org.turro.activity.MailParticipationCatcher.doChangeFor | ( | QueueOptions | v, |
Path | toPath | ||
) |
Definition at line 99 of file MailParticipationCatcher.java.
void org.turro.activity.MailParticipationCatcher.doDelete | ( | QueueOptions | v | ) |
Definition at line 72 of file MailParticipationCatcher.java.
void org.turro.activity.MailParticipationCatcher.doShow | ( | QueueOptions | v | ) |
Definition at line 79 of file MailParticipationCatcher.java.
boolean org.turro.activity.MailParticipationCatcher.getCanChangeFor | ( | QueueOptions | v | ) |
Definition at line 94 of file MailParticipationCatcher.java.
boolean org.turro.activity.MailParticipationCatcher.getCanDelete | ( | QueueOptions | v | ) |
Definition at line 61 of file MailParticipationCatcher.java.
String org.turro.activity.MailParticipationCatcher.getDescription | ( | ) |
Definition at line 39 of file MailParticipationCatcher.java.
String org.turro.activity.MailParticipationCatcher.getDescription | ( | QueueOptions | v | ) |
Definition at line 66 of file MailParticipationCatcher.java.
WhereClause org.turro.activity.MailParticipationCatcher.getQuery | ( | Path | entityPath | ) |
Definition at line 49 of file MailParticipationCatcher.java.
Object org.turro.activity.MailParticipationCatcher.getReferringEntity | ( | QueueOptions | v | ) |
Definition at line 112 of file MailParticipationCatcher.java.
void org.turro.activity.MailParticipationCatcher.onChange | ( | Object | entity | ) |
Definition at line 84 of file MailParticipationCatcher.java.
void org.turro.activity.MailParticipationCatcher.onDelete | ( | Object | entity | ) |
Definition at line 89 of file MailParticipationCatcher.java.