Public Member Functions | |
String | getDescription () |
Dao | createDao () |
WhereClause | getQuery (Path entityPath) |
boolean | getCanDelete (Acceptance v) |
String | getDescription (Acceptance v) |
void | doDelete (Acceptance v) |
void | doShow (Acceptance v) |
void | onChange (Object entity) |
void | onDelete (Object entity) |
boolean | getCanChangeFor (Acceptance v) |
void | doChangeFor (Acceptance v, Path toPath) |
Object | getReferringEntity (Acceptance v) |
Public Member Functions inherited from org.turro.activity.JpaParticipationCatcher< Acceptance > | |
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 34 of file AcceptanceParticipationCatcher.java.
Dao org.turro.activity.AcceptanceParticipationCatcher.createDao | ( | ) |
Definition at line 42 of file AcceptanceParticipationCatcher.java.
void org.turro.activity.AcceptanceParticipationCatcher.doChangeFor | ( | Acceptance | v, |
Path | toPath | ||
) |
Definition at line 96 of file AcceptanceParticipationCatcher.java.
void org.turro.activity.AcceptanceParticipationCatcher.doDelete | ( | Acceptance | v | ) |
Definition at line 71 of file AcceptanceParticipationCatcher.java.
void org.turro.activity.AcceptanceParticipationCatcher.doShow | ( | Acceptance | v | ) |
Definition at line 76 of file AcceptanceParticipationCatcher.java.
boolean org.turro.activity.AcceptanceParticipationCatcher.getCanChangeFor | ( | Acceptance | v | ) |
Definition at line 91 of file AcceptanceParticipationCatcher.java.
boolean org.turro.activity.AcceptanceParticipationCatcher.getCanDelete | ( | Acceptance | v | ) |
Definition at line 61 of file AcceptanceParticipationCatcher.java.
String org.turro.activity.AcceptanceParticipationCatcher.getDescription | ( | ) |
Definition at line 37 of file AcceptanceParticipationCatcher.java.
String org.turro.activity.AcceptanceParticipationCatcher.getDescription | ( | Acceptance | v | ) |
Definition at line 66 of file AcceptanceParticipationCatcher.java.
WhereClause org.turro.activity.AcceptanceParticipationCatcher.getQuery | ( | Path | entityPath | ) |
Definition at line 47 of file AcceptanceParticipationCatcher.java.
Object org.turro.activity.AcceptanceParticipationCatcher.getReferringEntity | ( | Acceptance | v | ) |
Definition at line 101 of file AcceptanceParticipationCatcher.java.
void org.turro.activity.AcceptanceParticipationCatcher.onChange | ( | Object | entity | ) |
Definition at line 81 of file AcceptanceParticipationCatcher.java.
void org.turro.activity.AcceptanceParticipationCatcher.onDelete | ( | Object | entity | ) |
Definition at line 86 of file AcceptanceParticipationCatcher.java.