

Public Member Functions | |
| String | getDescription () |
| Dao | createDao () |
| WhereClause | getQuery (Path entityPath) |
| boolean | getCanDelete (VoteIt v) |
| String | getDescription (VoteIt v) |
| void | doDelete (VoteIt v) |
| void | doShow (VoteIt v) |
| void | onChange (Object entity) |
| void | onDelete (Object entity) |
| boolean | getCanChangeFor (VoteIt v) |
| void | doChangeFor (VoteIt v, Path toPath) |
| Object | getReferringEntity (VoteIt v) |
Public Member Functions inherited from org.turro.activity.JpaParticipationCatcher< VoteIt > | |
| 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 VoteItParticipationCatcher.java.
| Dao org.turro.activity.VoteItParticipationCatcher.createDao | ( | ) |
Definition at line 41 of file VoteItParticipationCatcher.java.
| void org.turro.activity.VoteItParticipationCatcher.doChangeFor | ( | VoteIt | v, |
| Path | toPath | ||
| ) |
Definition at line 91 of file VoteItParticipationCatcher.java.
| void org.turro.activity.VoteItParticipationCatcher.doDelete | ( | VoteIt | v | ) |
Definition at line 66 of file VoteItParticipationCatcher.java.

| void org.turro.activity.VoteItParticipationCatcher.doShow | ( | VoteIt | v | ) |
Definition at line 71 of file VoteItParticipationCatcher.java.
| boolean org.turro.activity.VoteItParticipationCatcher.getCanChangeFor | ( | VoteIt | v | ) |
Definition at line 86 of file VoteItParticipationCatcher.java.
| boolean org.turro.activity.VoteItParticipationCatcher.getCanDelete | ( | VoteIt | v | ) |
Definition at line 56 of file VoteItParticipationCatcher.java.
| String org.turro.activity.VoteItParticipationCatcher.getDescription | ( | ) |
Definition at line 36 of file VoteItParticipationCatcher.java.
| String org.turro.activity.VoteItParticipationCatcher.getDescription | ( | VoteIt | v | ) |
Definition at line 61 of file VoteItParticipationCatcher.java.

| WhereClause org.turro.activity.VoteItParticipationCatcher.getQuery | ( | Path | entityPath | ) |
Definition at line 46 of file VoteItParticipationCatcher.java.

| Object org.turro.activity.VoteItParticipationCatcher.getReferringEntity | ( | VoteIt | v | ) |
Definition at line 96 of file VoteItParticipationCatcher.java.

| void org.turro.activity.VoteItParticipationCatcher.onChange | ( | Object | entity | ) |
Definition at line 76 of file VoteItParticipationCatcher.java.
| void org.turro.activity.VoteItParticipationCatcher.onDelete | ( | Object | entity | ) |
Definition at line 81 of file VoteItParticipationCatcher.java.