

Public Member Functions | |
| String | getDescription () |
| Dao | createDao () |
| WhereClause | getQuery (Path entityPath) |
| boolean | getCanDelete (EntityParticipation v) |
| String | getDescription (EntityParticipation v) |
| void | doDelete (EntityParticipation v) |
| void | doShow (EntityParticipation v) |
| void | onChange (Object entity) |
| void | onDelete (Object entity) |
| boolean | getCanChangeFor (EntityParticipation v) |
| void | doChangeFor (EntityParticipation v, Path toPath) |
| Object | getReferringEntity (EntityParticipation v) |
Public Member Functions inherited from org.turro.activity.JpaParticipationCatcher< V > | |
| List< IParticipation > | getParticipations (Path entityPath) |
| Dao | getDao () |
| 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 36 of file CommonsParticipationCatcher.java.
| Dao org.turro.participation.CommonsParticipationCatcher.createDao | ( | ) |
Reimplemented from org.turro.activity.JpaParticipationCatcher< V >.
Definition at line 44 of file CommonsParticipationCatcher.java.
| void org.turro.participation.CommonsParticipationCatcher.doChangeFor | ( | EntityParticipation | v, |
| Path | toPath | ||
| ) |
Definition at line 94 of file CommonsParticipationCatcher.java.
| void org.turro.participation.CommonsParticipationCatcher.doDelete | ( | EntityParticipation | v | ) |
Definition at line 69 of file CommonsParticipationCatcher.java.

| void org.turro.participation.CommonsParticipationCatcher.doShow | ( | EntityParticipation | v | ) |
Definition at line 74 of file CommonsParticipationCatcher.java.
| boolean org.turro.participation.CommonsParticipationCatcher.getCanChangeFor | ( | EntityParticipation | v | ) |
Definition at line 89 of file CommonsParticipationCatcher.java.
| boolean org.turro.participation.CommonsParticipationCatcher.getCanDelete | ( | EntityParticipation | v | ) |
Definition at line 59 of file CommonsParticipationCatcher.java.
| String org.turro.participation.CommonsParticipationCatcher.getDescription | ( | ) |
Implements org.turro.activity.IParticipationCatcher.
Definition at line 39 of file CommonsParticipationCatcher.java.
| String org.turro.participation.CommonsParticipationCatcher.getDescription | ( | EntityParticipation | v | ) |
Definition at line 64 of file CommonsParticipationCatcher.java.

| WhereClause org.turro.participation.CommonsParticipationCatcher.getQuery | ( | Path | entityPath | ) |
Reimplemented from org.turro.activity.JpaParticipationCatcher< V >.
Definition at line 49 of file CommonsParticipationCatcher.java.

| Object org.turro.participation.CommonsParticipationCatcher.getReferringEntity | ( | EntityParticipation | v | ) |
Definition at line 99 of file CommonsParticipationCatcher.java.

| void org.turro.participation.CommonsParticipationCatcher.onChange | ( | Object | entity | ) |
Implements org.turro.activity.IParticipationCatcher.
Definition at line 79 of file CommonsParticipationCatcher.java.
| void org.turro.participation.CommonsParticipationCatcher.onDelete | ( | Object | entity | ) |
Implements org.turro.activity.IParticipationCatcher.
Definition at line 84 of file CommonsParticipationCatcher.java.