Public Member Functions | |
String | getDescription () |
Dao | createDao () |
WhereClause | getQuery (Path entityPath) |
boolean | getCanDelete (Sendable v) |
String | getDescription (Sendable v) |
void | doDelete (Sendable v) |
void | doShow (Sendable v) |
void | onChange (Object entity) |
void | onDelete (Object entity) |
boolean | getCanChangeFor (Sendable v) |
void | doChangeFor (Sendable v, Path toPath) |
Object | getReferringEntity (Sendable v) |
Public Member Functions inherited from org.turro.activity.JpaParticipationCatcher< Sendable > | |
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 SendableActivityCatcher.java.
Dao org.turro.activity.SendableActivityCatcher.createDao | ( | ) |
Definition at line 41 of file SendableActivityCatcher.java.
void org.turro.activity.SendableActivityCatcher.doChangeFor | ( | Sendable | v, |
Path | toPath | ||
) |
Definition at line 93 of file SendableActivityCatcher.java.
void org.turro.activity.SendableActivityCatcher.doDelete | ( | Sendable | v | ) |
Definition at line 68 of file SendableActivityCatcher.java.
void org.turro.activity.SendableActivityCatcher.doShow | ( | Sendable | v | ) |
Definition at line 73 of file SendableActivityCatcher.java.
boolean org.turro.activity.SendableActivityCatcher.getCanChangeFor | ( | Sendable | v | ) |
Definition at line 88 of file SendableActivityCatcher.java.
boolean org.turro.activity.SendableActivityCatcher.getCanDelete | ( | Sendable | v | ) |
Definition at line 58 of file SendableActivityCatcher.java.
String org.turro.activity.SendableActivityCatcher.getDescription | ( | ) |
Definition at line 36 of file SendableActivityCatcher.java.
String org.turro.activity.SendableActivityCatcher.getDescription | ( | Sendable | v | ) |
Definition at line 63 of file SendableActivityCatcher.java.
WhereClause org.turro.activity.SendableActivityCatcher.getQuery | ( | Path | entityPath | ) |
Definition at line 46 of file SendableActivityCatcher.java.
Object org.turro.activity.SendableActivityCatcher.getReferringEntity | ( | Sendable | v | ) |
Definition at line 106 of file SendableActivityCatcher.java.
void org.turro.activity.SendableActivityCatcher.onChange | ( | Object | entity | ) |
Definition at line 78 of file SendableActivityCatcher.java.
void org.turro.activity.SendableActivityCatcher.onDelete | ( | Object | entity | ) |
Definition at line 83 of file SendableActivityCatcher.java.