| Modifier and Type | Method and Description |
|---|---|
IEmailAccountService |
BaseEmailController.getEmailAccountService(javax.portlet.PortletRequest req) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmailAccountService
Implements the email account service, handling caching of data for efficiency.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DemoAccountService
A Demo implementation of
IEmailAccountService. |
| Modifier and Type | Method and Description |
|---|---|
IEmailAccountService |
IServiceBroker.getEmailAccountService(javax.portlet.PortletRequest request)
Returns the appropriate email account service for this request.
|
IEmailAccountService |
SimpleServiceBroker.getEmailAccountService(javax.portlet.PortletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IEmailAccountService> |
SimpleServiceBroker.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleServiceBroker.setServices(Map<String,IEmailAccountService> services) |
Copyright © 2014 Jasig. All Rights Reserved.