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

Packages that use EmailPreviewException
org.jasig.portlet.emailpreview.dao   
org.jasig.portlet.emailpreview.dao.exchange   
org.jasig.portlet.emailpreview.dao.javamail   
org.jasig.portlet.emailpreview.security   
 

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

Methods in org.jasig.portlet.emailpreview.dao that throw EmailPreviewException
 AccountSummary IEmailAccountService.getAccountSummary(javax.portlet.PortletRequest req, int start, int max, boolean refresh, String folder)
          Obtains the AccountSummary object from the data store itself, or possibly from cache.
 

Uses of EmailPreviewException in org.jasig.portlet.emailpreview.dao.exchange
 

Methods in org.jasig.portlet.emailpreview.dao.exchange that throw EmailPreviewException
 AccountSummary ExchangeAccountDaoImpl.fetchAccountSummaryFromStore(MailStoreConfiguration config, String username, String mailAccount, int start, int max, String folder)
           
 AccountSummary ExchangeAccountService.getAccountSummary(javax.portlet.PortletRequest req, int start, int max, boolean refresh, String folder)
           
 

Uses of EmailPreviewException in org.jasig.portlet.emailpreview.dao.javamail
 

Methods in org.jasig.portlet.emailpreview.dao.javamail that throw EmailPreviewException
 AccountSummary JavamailAccountDaoImpl.fetchAccountSummaryFromStore(MailStoreConfiguration config, javax.mail.Authenticator auth, String username, String mailAccount, int start, int max)
           
 AccountSummary JavamailAccountService.getAccountSummary(javax.portlet.PortletRequest req, int start, int max, boolean refresh, String folder)
           
 

Uses of EmailPreviewException in org.jasig.portlet.emailpreview.security
 

Subclasses of EmailPreviewException in org.jasig.portlet.emailpreview.security
 class StringEncryptionException
          A custom Exception for the email preview portlet that may be thrown as the result of a failure in encrypting/decrypting a string.
 



Copyright © 2013 Jasig. All Rights Reserved.