Package | Description |
---|---|
atg.projects.store.email |
Modifier and Type | Method and Description |
---|---|
RecentlySentList.SentItem |
RecentlySentList.getItem(int pIndex)
Return SentItem at the given index
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RecentlySentList.SentItem> |
RecentlySentList.getSentList()
Returns list of sent items
|
Modifier and Type | Method and Description |
---|---|
boolean |
RecentlySentList.addItem(RecentlySentList.SentItem pItem)
Adds new item to the list.
|
boolean |
RecentlySentList.removeItem(RecentlySentList.SentItem pItem)
Removes item from the list
|
Modifier and Type | Method and Description |
---|---|
void |
RecentlySentList.setSentList(java.util.LinkedList<RecentlySentList.SentItem> pSentList)
Sets new list for recently sent items
|