org.jasig.portlet.emailpreview.controller
Class EmailAccountSummaryController

java.lang.Object
  extended by org.jasig.portlet.emailpreview.controller.EmailAccountSummaryController

@Controller
@RequestMapping(value="VIEW")
public class EmailAccountSummaryController
extends Object


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
EmailAccountSummaryController()
           
 
Method Summary
 void getAccountSummary(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, int pageStart, int numberOfMessages)
           
 void setAccountInfoDao(IEmailAccountDao accountInfoDao)
           
 void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
          Set the service for handling portlet AJAX requests.
 void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)
           
 void setLinkServiceRegistry(ILinkServiceRegistry linkServiceRegistry)
           
 void setMailStoreDao(IMailStoreDao mailStoreDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

EmailAccountSummaryController

public EmailAccountSummaryController()
Method Detail

setAccountInfoDao

public void setAccountInfoDao(IEmailAccountDao accountInfoDao)

setMailStoreDao

public void setMailStoreDao(IMailStoreDao mailStoreDao)

setAjaxPortletSupportService

public void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
Set the service for handling portlet AJAX requests.

Parameters:
ajaxPortletSupportService -

setLinkServiceRegistry

public void setLinkServiceRegistry(ILinkServiceRegistry linkServiceRegistry)

setAuthenticationServiceRegistry

public void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)

getAccountSummary

@RequestMapping(params="action=accountSummary")
public void getAccountSummary(javax.portlet.ActionRequest request,
                                                   javax.portlet.ActionResponse response,
                                                   @RequestParam(value="pageStart")
                                                   int pageStart,
                                                   @RequestParam(value="numberOfMessages")
                                                   int numberOfMessages)
                       throws IOException
Throws:
IOException


Copyright © 2010 Jasig. All Rights Reserved.