Uses of Class
org.jasig.portlet.emailpreview.EmailMessage

Packages that use EmailMessage
org.jasig.portlet.emailpreview   
org.jasig.portlet.emailpreview.dao   
org.jasig.portlet.emailpreview.dao.impl   
 

Uses of EmailMessage in org.jasig.portlet.emailpreview
 

Methods in org.jasig.portlet.emailpreview that return types with arguments of type EmailMessage
 List<EmailMessage> AccountInfo.getMessages()
          Returns a list that contains a certain number of the most recent unread emails in the user's inbox.
 

Method parameters in org.jasig.portlet.emailpreview with type arguments of type EmailMessage
 void AccountInfo.setMessages(List<EmailMessage> unreadMessages)
          Sets a list that contains a certain number of the most recent unread emails in the user's inbox.
 

Uses of EmailMessage in org.jasig.portlet.emailpreview.dao
 

Methods in org.jasig.portlet.emailpreview.dao that return EmailMessage
 EmailMessage IEmailAccountDao.retrieveMessage(MailStoreConfiguration storeConfig, Authenticator auth, int messageNum)
          Retrieve an individual message from the mail store.
 

Uses of EmailMessage in org.jasig.portlet.emailpreview.dao.impl
 

Methods in org.jasig.portlet.emailpreview.dao.impl that return EmailMessage
 EmailMessage EmailAccountDaoImpl.retrieveMessage(MailStoreConfiguration storeConfig, Authenticator auth, int messageNum)
           
protected  EmailMessage EmailAccountDaoImpl.wrapMessage(Message currentMessage, boolean populateContent)
           
 

Methods in org.jasig.portlet.emailpreview.dao.impl that return types with arguments of type EmailMessage
protected  List<EmailMessage> EmailAccountDaoImpl.getEmailMessages(Folder mailFolder, int pageStart, int messageCount)
           
 



Copyright © 2010 Jasig. All Rights Reserved.