

Public Member Functions | |
| EntityActivitySet | getActivities (Date from, String entityPath, String type) |
| Object | getMainEntity (Object entity) |
| List | getComments (String path, Date from, String select) |
| List | getStars (String path, Date from, String select) |
| List | getVotes (String path, Date from, String select) |
| List | getConvocations (String path, Date from, String select) |
Definition at line 38 of file ContactLastActivity.java.
| EntityActivitySet org.turro.activity.ContactLastActivity.getActivities | ( | Date | from, |
| String | entityPath, | ||
| String | type | ||
| ) |
Implements org.turro.activity.ILastActivity.
Definition at line 41 of file ContactLastActivity.java.

| List org.turro.activity.ContactLastActivity.getComments | ( | String | path, |
| Date | from, | ||
| String | select | ||
| ) |
Definition at line 81 of file ContactLastActivity.java.


| List org.turro.activity.ContactLastActivity.getConvocations | ( | String | path, |
| Date | from, | ||
| String | select | ||
| ) |
Definition at line 117 of file ContactLastActivity.java.


| Object org.turro.activity.ContactLastActivity.getMainEntity | ( | Object | entity | ) |
Implements org.turro.activity.ILastActivity.
Definition at line 77 of file ContactLastActivity.java.
| List org.turro.activity.ContactLastActivity.getStars | ( | String | path, |
| Date | from, | ||
| String | select | ||
| ) |
Definition at line 93 of file ContactLastActivity.java.


| List org.turro.activity.ContactLastActivity.getVotes | ( | String | path, |
| Date | from, | ||
| String | select | ||
| ) |
Definition at line 105 of file ContactLastActivity.java.

