Public Member Functions | |
String | getDescription () |
Dao | createDao () |
WhereClause | getQuery (Path entityPath) |
boolean | getCanDelete (ContactService v) |
String | getDescription (ContactService v) |
void | doDelete (ContactService v) |
void | doShow (ContactService v) |
void | onChange (Object entity) |
void | onDelete (Object entity) |
boolean | getCanChangeFor (ContactService v) |
void | doChangeFor (ContactService v, Path toPath) |
Object | getReferringEntity (ContactService v) |
Public Member Functions inherited from org.turro.activity.JpaParticipationCatcher< ContactService > | |
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 33 of file ServiceParticipationCatcher.java.
Dao org.turro.activity.ServiceParticipationCatcher.createDao | ( | ) |
Definition at line 41 of file ServiceParticipationCatcher.java.
void org.turro.activity.ServiceParticipationCatcher.doChangeFor | ( | ContactService | v, |
Path | toPath | ||
) |
Definition at line 94 of file ServiceParticipationCatcher.java.
void org.turro.activity.ServiceParticipationCatcher.doDelete | ( | ContactService | v | ) |
Definition at line 69 of file ServiceParticipationCatcher.java.
void org.turro.activity.ServiceParticipationCatcher.doShow | ( | ContactService | v | ) |
Definition at line 74 of file ServiceParticipationCatcher.java.
boolean org.turro.activity.ServiceParticipationCatcher.getCanChangeFor | ( | ContactService | v | ) |
Definition at line 89 of file ServiceParticipationCatcher.java.
boolean org.turro.activity.ServiceParticipationCatcher.getCanDelete | ( | ContactService | v | ) |
Definition at line 59 of file ServiceParticipationCatcher.java.
String org.turro.activity.ServiceParticipationCatcher.getDescription | ( | ) |
Definition at line 36 of file ServiceParticipationCatcher.java.
String org.turro.activity.ServiceParticipationCatcher.getDescription | ( | ContactService | v | ) |
Definition at line 64 of file ServiceParticipationCatcher.java.
WhereClause org.turro.activity.ServiceParticipationCatcher.getQuery | ( | Path | entityPath | ) |
Definition at line 46 of file ServiceParticipationCatcher.java.
Object org.turro.activity.ServiceParticipationCatcher.getReferringEntity | ( | ContactService | v | ) |
Definition at line 99 of file ServiceParticipationCatcher.java.
void org.turro.activity.ServiceParticipationCatcher.onChange | ( | Object | entity | ) |
Definition at line 79 of file ServiceParticipationCatcher.java.
void org.turro.activity.ServiceParticipationCatcher.onDelete | ( | Object | entity | ) |
Definition at line 84 of file ServiceParticipationCatcher.java.