

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

| void org.turro.activity.IssueParticipationCatcher.doDelete | ( | IssueParticipant | v | ) |
Definition at line 72 of file IssueParticipationCatcher.java.

| void org.turro.activity.IssueParticipationCatcher.doShow | ( | IssueParticipant | v | ) |
Definition at line 79 of file IssueParticipationCatcher.java.

| boolean org.turro.activity.IssueParticipationCatcher.getCanChangeFor | ( | IssueParticipant | v | ) |
Definition at line 100 of file IssueParticipationCatcher.java.
| boolean org.turro.activity.IssueParticipationCatcher.getCanDelete | ( | IssueParticipant | v | ) |
Definition at line 62 of file IssueParticipationCatcher.java.

| String org.turro.activity.IssueParticipationCatcher.getDescription | ( | ) |
Definition at line 40 of file IssueParticipationCatcher.java.

| String org.turro.activity.IssueParticipationCatcher.getDescription | ( | IssueParticipant | v | ) |
Definition at line 67 of file IssueParticipationCatcher.java.

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

| Object org.turro.activity.IssueParticipationCatcher.getReferringEntity | ( | IssueParticipant | v | ) |
Definition at line 118 of file IssueParticipationCatcher.java.

| void org.turro.activity.IssueParticipationCatcher.onChange | ( | Object | entity | ) |
Definition at line 84 of file IssueParticipationCatcher.java.

| void org.turro.activity.IssueParticipationCatcher.onDelete | ( | Object | entity | ) |
Definition at line 95 of file IssueParticipationCatcher.java.