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

Packages that use IEmailAccountDao
org.jasig.portlet.emailpreview.controller   
org.jasig.portlet.emailpreview.dao.impl   
 

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

Methods in org.jasig.portlet.emailpreview.controller with parameters of type IEmailAccountDao
 void EmailMessageController.setAccountInfoDao(IEmailAccountDao accountInfoDao)
           
 void EmailAccountSummaryController.setAccountInfoDao(IEmailAccountDao accountInfoDao)
           
 

Uses of IEmailAccountDao in org.jasig.portlet.emailpreview.dao.impl
 

Classes in org.jasig.portlet.emailpreview.dao.impl that implement IEmailAccountDao
 class EmailAccountDaoImpl
          A Data Access Object (DAO) for retrieving email account information.
 



Copyright © 2010 Jasig. All Rights Reserved.