
Public Member Functions | |
| void | doDelete () |
| void | doChangeFor (Path entityPath) |
| String | getDescription () |
| boolean | isCanDelete () |
| V | getEntity () |
| void | setEntity (V entity) |
| Object | getReferring () |
| void | setReferring (Object value) |
| IParticipationCatcher | getCatcher () |
| <V> |
Definition at line 27 of file IParticipation.java.
| void org.turro.activity.IParticipation< V >.doChangeFor | ( | Path | entityPath | ) |
Implemented in org.turro.activity.JpaParticipation< V >.
| void org.turro.activity.IParticipation< V >.doDelete | ( | ) |
Implemented in org.turro.activity.JpaParticipation< V >.

| IParticipationCatcher org.turro.activity.IParticipation< V >.getCatcher | ( | ) |
Implemented in org.turro.activity.JpaParticipation< V >.
| String org.turro.activity.IParticipation< V >.getDescription | ( | ) |
Implemented in org.turro.activity.JpaParticipation< V >.
| V org.turro.activity.IParticipation< V >.getEntity | ( | ) |
Implemented in org.turro.activity.JpaParticipation< V >.
| Object org.turro.activity.IParticipation< V >.getReferring | ( | ) |
Implemented in org.turro.activity.JpaParticipation< V >.
| boolean org.turro.activity.IParticipation< V >.isCanDelete | ( | ) |
Implemented in org.turro.activity.JpaParticipation< V >.
| void org.turro.activity.IParticipation< V >.setEntity | ( | V | entity | ) |
Implemented in org.turro.activity.JpaParticipation< V >.
| void org.turro.activity.IParticipation< V >.setReferring | ( | Object | value | ) |
Implemented in org.turro.activity.JpaParticipation< V >.