| org.sakaiproject.email.api.Digest
Digest | public interface Digest extends Entity,Comparable(Code) | |
Digest stores sets of messages for a given user (id).
|
Method Summary | |
String | getId() Access the (user) id for this digest. | List | getMessages(Time period) Access the list (DigestMessage) of messages, for the time period.
Parameters: period - A time in the time period to select. | List | getPeriods() Access the list (String, TimePeriod string) of periods. |
getId | String getId()(Code) | | Access the (user) id for this digest.
The (user) id for this digest. |
getMessages | List getMessages(Time period)(Code) | | Access the list (DigestMessage) of messages, for the time period.
Parameters: period - A time in the time period to select. The List (DigestMessage) of messages (possibly empty). |
getPeriods | List getPeriods()(Code) | | Access the list (String, TimePeriod string) of periods.
The List (String, TimePeriod string) of periods. |
|
|