com.dotmarketing.portlets.dashboard.action
Class ViewDashboardAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.liferay.portal.struts.PortletAction
          extended by com.dotmarketing.portal.struts.DotPortletAction
              extended by com.dotmarketing.portlets.dashboard.action.ViewDashboardAction

public class ViewDashboardAction
extends DotPortletAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
ViewDashboardAction()
           
 
Method Summary
 void downloadToExcel(javax.servlet.http.HttpServletResponse response, com.liferay.portal.model.User user, java.lang.String trending, java.lang.String viewType, java.lang.String hostId)
           
 void processAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.portlet.PortletConfig config, javax.portlet.ActionRequest req, javax.portlet.ActionResponse res)
           
 org.apache.struts.action.ActionForward render(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.portlet.PortletConfig config, javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 
Methods inherited from class com.dotmarketing.portal.struts.DotPortletAction
_checkCopyAndMovePermissions, _checkCopyAndMovePermissions, _checkDeletePermissions, _checkDeletePermissions, _checkPermissions, _checkPermissions, _checkReadPermissions, _checkReadPermissions, _checkUserPermissions, _checkWritePermissions, _checkWritePermissions, _copyPermissions, _deleteVersionWebAsset, _deleteWebAsset, _editWebAsset, _getUser, _getUser, _getVersionBackWebAsset, _getVersionsWebAsset, _handleException, _handleException, _handleException, _moveWebAsset, _publishWebAsset, _retrieveWebAsset, _sendToReferral, _undeleteWebAsset, _unLockWebAsset, _unPublishWebAsset, _viewWebAssets, _viewWebAssets, getCategoryAPI, getForward, getForward, setCategoryAPI
 
Methods inherited from class com.liferay.portal.struts.PortletAction
execute, getForward, getForward, getResources, getResources, getResources, getResources, setForward
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewDashboardAction

public ViewDashboardAction()
                    throws java.lang.InstantiationException,
                           java.lang.IllegalAccessException,
                           java.lang.ClassNotFoundException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException
Method Detail

render

public org.apache.struts.action.ActionForward render(org.apache.struts.action.ActionMapping mapping,
                                                     org.apache.struts.action.ActionForm form,
                                                     javax.portlet.PortletConfig config,
                                                     javax.portlet.RenderRequest req,
                                                     javax.portlet.RenderResponse res)
                                              throws java.lang.Exception
Overrides:
render in class com.liferay.portal.struts.PortletAction
Throws:
java.lang.Exception

processAction

public void processAction(org.apache.struts.action.ActionMapping mapping,
                          org.apache.struts.action.ActionForm form,
                          javax.portlet.PortletConfig config,
                          javax.portlet.ActionRequest req,
                          javax.portlet.ActionResponse res)
                   throws java.lang.Exception
Overrides:
processAction in class com.liferay.portal.struts.PortletAction
Throws:
java.lang.Exception

downloadToExcel

public void downloadToExcel(javax.servlet.http.HttpServletResponse response,
                            com.liferay.portal.model.User user,
                            java.lang.String trending,
                            java.lang.String viewType,
                            java.lang.String hostId)
                     throws DotSecurityException
Throws:
DotSecurityException


Copyright © 2013 dotCMS Inc. All Rights Reserved.