| Modifier and Type | Method and Description |
|---|---|
AccountSummary |
IMailAccountDao.fetchAccountSummaryFromStore(MailStoreConfiguration storeConfig,
String username,
String mailAccount,
String folder,
int start,
int max)
Obtains a summary of the email messages from the configured store (to/from/subject/date) and general
mailbox summary.
|
AccountSummary |
EmailAccountService.getAccountSummary(javax.portlet.PortletRequest req,
int start,
int max,
boolean refresh,
String folder) |
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 |
DemoAccountService.getAccountSummary(javax.portlet.PortletRequest req,
int start,
int max,
boolean refresh,
String folder) |
| Modifier and Type | Method and Description |
|---|---|
AccountSummary |
ExchangeAccountDaoImpl.fetchAccountSummaryFromStore(MailStoreConfiguration config,
String username,
String mailAccount,
String folder,
int start,
int max) |
| Modifier and Type | Method and Description |
|---|---|
AccountSummary |
JavamailAccountDaoImpl.fetchAccountSummaryFromStore(MailStoreConfiguration config,
String username,
String mailAccount,
String folder,
int start,
int max) |
Copyright © 2015 Jasig. All Rights Reserved.