Public Member Functions | |
String | getDescription () |
Dao | createDao () |
WhereClause | getQuery (Path entityPath) |
boolean | getCanDelete (DescribeIt v) |
String | getDescription (DescribeIt v) |
void | doDelete (DescribeIt v) |
void | doShow (DescribeIt v) |
void | onChange (Object entity) |
void | onDelete (Object entity) |
boolean | getCanChangeFor (DescribeIt v) |
void | doChangeFor (DescribeIt v, Path toPath) |
Object | getReferringEntity (DescribeIt v) |
Public Member Functions inherited from org.turro.activity.JpaParticipationCatcher< DescribeIt > | |
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 DescribeItParticipationCatcher.java.
Dao org.turro.activity.DescribeItParticipationCatcher.createDao | ( | ) |
Definition at line 42 of file DescribeItParticipationCatcher.java.
void org.turro.activity.DescribeItParticipationCatcher.doChangeFor | ( | DescribeIt | v, |
Path | toPath | ||
) |
Definition at line 92 of file DescribeItParticipationCatcher.java.
void org.turro.activity.DescribeItParticipationCatcher.doDelete | ( | DescribeIt | v | ) |
Definition at line 67 of file DescribeItParticipationCatcher.java.
void org.turro.activity.DescribeItParticipationCatcher.doShow | ( | DescribeIt | v | ) |
Definition at line 72 of file DescribeItParticipationCatcher.java.
boolean org.turro.activity.DescribeItParticipationCatcher.getCanChangeFor | ( | DescribeIt | v | ) |
Definition at line 87 of file DescribeItParticipationCatcher.java.
boolean org.turro.activity.DescribeItParticipationCatcher.getCanDelete | ( | DescribeIt | v | ) |
Definition at line 57 of file DescribeItParticipationCatcher.java.
String org.turro.activity.DescribeItParticipationCatcher.getDescription | ( | ) |
Definition at line 37 of file DescribeItParticipationCatcher.java.
String org.turro.activity.DescribeItParticipationCatcher.getDescription | ( | DescribeIt | v | ) |
Definition at line 62 of file DescribeItParticipationCatcher.java.
WhereClause org.turro.activity.DescribeItParticipationCatcher.getQuery | ( | Path | entityPath | ) |
Definition at line 47 of file DescribeItParticipationCatcher.java.
Object org.turro.activity.DescribeItParticipationCatcher.getReferringEntity | ( | DescribeIt | v | ) |
Definition at line 97 of file DescribeItParticipationCatcher.java.
void org.turro.activity.DescribeItParticipationCatcher.onChange | ( | Object | entity | ) |
Definition at line 77 of file DescribeItParticipationCatcher.java.
void org.turro.activity.DescribeItParticipationCatcher.onDelete | ( | Object | entity | ) |
Definition at line 82 of file DescribeItParticipationCatcher.java.