Public Member Functions | |
String | getDescription () |
Dao | createDao () |
WhereClause | getQuery (Path entityPath) |
boolean | getCanDelete (Attendee v) |
String | getDescription (Attendee v) |
void | doDelete (Attendee v) |
void | doShow (Attendee v) |
void | onChange (Object entity) |
void | onDelete (Object entity) |
boolean | getCanChangeFor (Attendee v) |
void | doChangeFor (Attendee v, Path toPath) |
Object | getReferringEntity (Attendee v) |
Public Member Functions inherited from org.turro.activity.JpaParticipationCatcher< Attendee > | |
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 32 of file AttendeeParticipationCatcher.java.
Dao org.turro.activity.AttendeeParticipationCatcher.createDao | ( | ) |
Definition at line 40 of file AttendeeParticipationCatcher.java.
void org.turro.activity.AttendeeParticipationCatcher.doChangeFor | ( | Attendee | v, |
Path | toPath | ||
) |
Definition at line 93 of file AttendeeParticipationCatcher.java.
void org.turro.activity.AttendeeParticipationCatcher.doDelete | ( | Attendee | v | ) |
Definition at line 64 of file AttendeeParticipationCatcher.java.
void org.turro.activity.AttendeeParticipationCatcher.doShow | ( | Attendee | v | ) |
Definition at line 73 of file AttendeeParticipationCatcher.java.
boolean org.turro.activity.AttendeeParticipationCatcher.getCanChangeFor | ( | Attendee | v | ) |
Definition at line 88 of file AttendeeParticipationCatcher.java.
boolean org.turro.activity.AttendeeParticipationCatcher.getCanDelete | ( | Attendee | v | ) |
Definition at line 54 of file AttendeeParticipationCatcher.java.
String org.turro.activity.AttendeeParticipationCatcher.getDescription | ( | ) |
Definition at line 35 of file AttendeeParticipationCatcher.java.
String org.turro.activity.AttendeeParticipationCatcher.getDescription | ( | Attendee | v | ) |
Definition at line 59 of file AttendeeParticipationCatcher.java.
WhereClause org.turro.activity.AttendeeParticipationCatcher.getQuery | ( | Path | entityPath | ) |
Definition at line 45 of file AttendeeParticipationCatcher.java.
Object org.turro.activity.AttendeeParticipationCatcher.getReferringEntity | ( | Attendee | v | ) |
Definition at line 98 of file AttendeeParticipationCatcher.java.
void org.turro.activity.AttendeeParticipationCatcher.onChange | ( | Object | entity | ) |
Definition at line 78 of file AttendeeParticipationCatcher.java.
void org.turro.activity.AttendeeParticipationCatcher.onDelete | ( | Object | entity | ) |
Definition at line 83 of file AttendeeParticipationCatcher.java.