

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

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

| boolean org.turro.activity.ContractParticipationCatcher.getCanChangeFor | ( | Contract | v | ) |
Definition at line 109 of file ContractParticipationCatcher.java.
| boolean org.turro.activity.ContractParticipationCatcher.getCanDelete | ( | Contract | v | ) |
Definition at line 64 of file ContractParticipationCatcher.java.
| String org.turro.activity.ContractParticipationCatcher.getDescription | ( | ) |
Definition at line 38 of file ContractParticipationCatcher.java.

| String org.turro.activity.ContractParticipationCatcher.getDescription | ( | Contract | v | ) |
Definition at line 69 of file ContractParticipationCatcher.java.

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

| Object org.turro.activity.ContractParticipationCatcher.getReferringEntity | ( | Contract | v | ) |
Definition at line 119 of file ContractParticipationCatcher.java.
| void org.turro.activity.ContractParticipationCatcher.onChange | ( | Object | entity | ) |
Definition at line 84 of file ContractParticipationCatcher.java.

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