Uses of Interface
org.jasig.portlet.emailpreview.dao.IEmailAccountService

Packages that use IEmailAccountService
org.jasig.portlet.emailpreview.controller   
org.jasig.portlet.emailpreview.dao.demo   
org.jasig.portlet.emailpreview.dao.exchange   
org.jasig.portlet.emailpreview.dao.javamail   
org.jasig.portlet.emailpreview.service   
 

Uses of IEmailAccountService in org.jasig.portlet.emailpreview.controller
 

Methods in org.jasig.portlet.emailpreview.controller that return IEmailAccountService
 IEmailAccountService BaseEmailController.getEmailAccountService(javax.portlet.PortletRequest req)
           
 

Uses of IEmailAccountService in org.jasig.portlet.emailpreview.dao.demo
 

Classes in org.jasig.portlet.emailpreview.dao.demo that implement IEmailAccountService
 class DemoAccountService
          A Demo implementation of IEmailAccountService.
 

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

Classes in org.jasig.portlet.emailpreview.dao.exchange that implement IEmailAccountService
 class ExchangeAccountService
          Implements the email account service for Exchange using Exchange Web Services.
 

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

Classes in org.jasig.portlet.emailpreview.dao.javamail that implement IEmailAccountService
 class JavamailAccountService
          A Data Access Object (DAO) for retrieving email account information.
 

Uses of IEmailAccountService in org.jasig.portlet.emailpreview.service
 

Methods in org.jasig.portlet.emailpreview.service that return IEmailAccountService
 IEmailAccountService SimpleServiceBroker.getEmailAccountService(javax.portlet.PortletRequest request)
           
 IEmailAccountService IServiceBroker.getEmailAccountService(javax.portlet.PortletRequest request)
          Returns the appropriate email account service for this request.
 

Methods in org.jasig.portlet.emailpreview.service that return types with arguments of type IEmailAccountService
 Map<String,IEmailAccountService> SimpleServiceBroker.getServices()
           
 

Method parameters in org.jasig.portlet.emailpreview.service with type arguments of type IEmailAccountService
 void SimpleServiceBroker.setServices(Map<String,IEmailAccountService> services)
           
 



Copyright © 2013 Jasig. All Rights Reserved.