Class ActionListAction

java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.kuali.rice.kns.web.struts.action.KualiAction
org.kuali.rice.kew.actionlist.web.ActionListAction

public class ActionListAction extends KualiAction
Action doing Action list stuff
Author:
Kuali Rice Team (rice.collab@kuali.org)a
  • Field Details

  • Constructor Details

    • ActionListAction

      public ActionListAction()
  • Method Details

    • execute

      public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Overrides:
      execute in class KualiAction
      Throws:
      Exception
    • refresh

      public org.apache.struts.action.ActionForward refresh(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Overrides:
      refresh in class KualiAction
      Throws:
      Exception
    • defaultDispatch

      protected org.apache.struts.action.ActionForward defaultDispatch(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Overrides:
      defaultDispatch in class KualiAction
      Throws:
      Exception
    • start

      public org.apache.struts.action.ActionForward start(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception
    • getPageSize

      protected int getPageSize(Preferences preferences)
      Gets the page size of the Action List. Uses the user's preferences for page size unless the action list has been throttled by an application constant, in which case it uses the smaller of the two values.
    • buildCurrentPage

      protected org.displaytag.pagination.PaginatedList buildCurrentPage(List<? extends ActionItemBase> actionList, Integer page, String sortCriterion, String sortDirection, int pageSize, Preferences preferences, ActionListForm form) throws WorkflowException
      Throws:
      WorkflowException
    • takeMassActions

      public org.apache.struts.action.ActionForward takeMassActions(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception
    • getActionItemFromActionList

      protected ActionItemBase getActionItemFromActionList(List<? extends ActionItemBase> actionList, String actionItemId)
    • helpDeskActionListLogin

      public org.apache.struts.action.ActionForward helpDeskActionListLogin(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception
    • clearFilter

      public org.apache.struts.action.ActionForward clearFilter(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception
    • clearHelpDeskActionListUser

      public org.apache.struts.action.ActionForward clearHelpDeskActionListUser(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception
    • count

      public org.apache.struts.action.ActionForward count(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Generates an Action List count.
      Throws:
      Exception
    • removeOutboxItems

      public org.apache.struts.action.ActionForward removeOutboxItems(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception
    • viewFilter

      public org.apache.struts.action.ActionForward viewFilter(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Navigate to the Action List Filter page, preserving any newly-modified primary/secondary delegation filters as necessary.
      Throws:
      Exception
    • viewPreferences

      public org.apache.struts.action.ActionForward viewPreferences(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Navigate to the user's Preferences page, preserving any newly-modified primary/secondary delegation filters as necessary.
      Throws:
      Exception