Uses of Class
atg.projects.store.email.RecentlySentList.SentItem

Packages that use RecentlySentList.SentItem
atg.projects.store.email   
 

Uses of RecentlySentList.SentItem in atg.projects.store.email
 

Methods in atg.projects.store.email that return RecentlySentList.SentItem
 RecentlySentList.SentItem RecentlySentList.getItem(int pIndex)
          Return SentItem at the given index
 

Methods in atg.projects.store.email that return types with arguments of type RecentlySentList.SentItem
 java.util.List<RecentlySentList.SentItem> RecentlySentList.getSentList()
          Returns list of sent items
 

Methods in atg.projects.store.email with parameters of type RecentlySentList.SentItem
 boolean RecentlySentList.addItem(RecentlySentList.SentItem pItem)
          Adds new item to the list.
 boolean RecentlySentList.removeItem(RecentlySentList.SentItem pItem)
          Removes item from the list
 

Method parameters in atg.projects.store.email with type arguments of type RecentlySentList.SentItem
 void RecentlySentList.setSentList(java.util.LinkedList<RecentlySentList.SentItem> pSentList)
          Sets new list for recently sent items