| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
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.