

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

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

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

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

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