Public Member Functions | |
String | getDescription () |
Dao | createDao () |
WhereClause | getQuery (Path entityPath) |
boolean | getCanDelete (Participant v) |
String | getDescription (Participant v) |
void | doDelete (Participant v) |
void | doShow (Participant v) |
void | onChange (Object entity) |
void | onDelete (Object entity) |
boolean | getCanChangeFor (Participant v) |
void | doChangeFor (Participant v, Path toPath) |
Object | getReferringEntity (Participant v) |
Public Member Functions inherited from org.turro.activity.JpaParticipationCatcher< Participant > | |
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 37 of file DossierParticipationCatcher.java.
Dao org.turro.activity.DossierParticipationCatcher.createDao | ( | ) |
Definition at line 45 of file DossierParticipationCatcher.java.
void org.turro.activity.DossierParticipationCatcher.doChangeFor | ( | Participant | v, |
Path | toPath | ||
) |
Definition at line 105 of file DossierParticipationCatcher.java.
void org.turro.activity.DossierParticipationCatcher.doDelete | ( | Participant | v | ) |
Definition at line 72 of file DossierParticipationCatcher.java.
void org.turro.activity.DossierParticipationCatcher.doShow | ( | Participant | v | ) |
Definition at line 79 of file DossierParticipationCatcher.java.
boolean org.turro.activity.DossierParticipationCatcher.getCanChangeFor | ( | Participant | v | ) |
Definition at line 100 of file DossierParticipationCatcher.java.
boolean org.turro.activity.DossierParticipationCatcher.getCanDelete | ( | Participant | v | ) |
Definition at line 62 of file DossierParticipationCatcher.java.
String org.turro.activity.DossierParticipationCatcher.getDescription | ( | ) |
Definition at line 40 of file DossierParticipationCatcher.java.
String org.turro.activity.DossierParticipationCatcher.getDescription | ( | Participant | v | ) |
Definition at line 67 of file DossierParticipationCatcher.java.
WhereClause org.turro.activity.DossierParticipationCatcher.getQuery | ( | Path | entityPath | ) |
Definition at line 50 of file DossierParticipationCatcher.java.
Object org.turro.activity.DossierParticipationCatcher.getReferringEntity | ( | Participant | v | ) |
Definition at line 118 of file DossierParticipationCatcher.java.
void org.turro.activity.DossierParticipationCatcher.onChange | ( | Object | entity | ) |
Definition at line 84 of file DossierParticipationCatcher.java.
void org.turro.activity.DossierParticipationCatcher.onDelete | ( | Object | entity | ) |
Definition at line 95 of file DossierParticipationCatcher.java.