Class ActionListForm

java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kew.actionlist.web.ActionListForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm

public class ActionListForm extends org.kuali.rice.kns.web.struts.form.KualiForm
Struts form for action ActionListAction
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • ActionListForm

      public ActionListForm()
  • Method Details

    • getHelpDeskActionListUserName

      public String getHelpDeskActionListUserName()
    • setHelpDeskActionListUserName

      public void setHelpDeskActionListUserName(String helpDeskActionListUserName)
    • getMethodToCall

      public String getMethodToCall()
      Overrides:
      getMethodToCall in class org.kuali.rice.kns.web.struts.form.KualiForm
    • setMethodToCall

      public void setMethodToCall(String methodToCall)
      Overrides:
      setMethodToCall in class org.kuali.rice.kns.web.struts.form.KualiForm
    • getDelegator

      public String getDelegator()
    • setDelegator

      public void setDelegator(String delegator)
    • getDocType

      public String getDocType()
    • setDocType

      public void setDocType(String docType)
    • getFilterLegend

      public String getFilterLegend()
    • setFilterLegend

      public void setFilterLegend(String filterLegend)
    • getActionListType

      public String getActionListType()
    • setActionListType

      public void setActionListType(String actionListType)
    • getCustomActionList

      public Boolean getCustomActionList()
    • setCustomActionList

      public void setCustomActionList(Boolean customActionList)
    • getDefaultActionToTake

      public String getDefaultActionToTake()
    • setDefaultActionToTake

      public void setDefaultActionToTake(String defaultActionToTake)
    • getActionsToTake

      public List<ActionToTake> getActionsToTake()
    • setActionsToTake

      public void setActionsToTake(List<ActionToTake> actionsToTake)
    • getActions

      public ActionToTake getActions(int index)
    • getDefaultActions

      public Map<?,?> getDefaultActions()
    • setDefaultActions

      public void setDefaultActions(Map<?,?> defaultActions)
    • getDelegationId

      public String getDelegationId()
    • setDelegationId

      public void setDelegationId(String delegationId)
    • getDelegators

      public List<?> getDelegators()
    • setDelegators

      public void setDelegators(List<?> delegators)
    • getHasCustomActions

      public Boolean getHasCustomActions()
    • setHasCustomActions

      public void setHasCustomActions(Boolean hasCustomActions)
    • getDir

      public String getDir()
    • setDir

      public void setDir(String dir)
    • getPage

      public Integer getPage()
    • setPage

      public void setPage(Integer page)
    • getSort

      public String getSort()
    • setSort

      public void setSort(String sort)
    • getCurrentPage

      public Integer getCurrentPage()
    • setCurrentPage

      public void setCurrentPage(Integer currentPage)
    • getCurrentDir

      public String getCurrentDir()
    • setCurrentDir

      public void setCurrentDir(String currentDir)
    • getCurrentSort

      public String getCurrentSort()
    • setCurrentSort

      public void setCurrentSort(String currentSort)
    • getCount

      public int getCount()
    • setCount

      public void setCount(int count)
    • getCssFile

      public String getCssFile()
    • setCssFile

      public void setCssFile(String cssFile)
    • getLogoAlign

      public String getLogoAlign()
    • setLogoAlign

      public void setLogoAlign(String logoAlign)
    • getViewOutbox

      public String getViewOutbox()
    • setViewOutbox

      public void setViewOutbox(String viewOutbox)
    • getOutboxItems

      public String[] getOutboxItems()
    • setOutboxItems

      public void setOutboxItems(String[] outboxItems)
    • isOutBoxEmpty

      public boolean isOutBoxEmpty()
    • setOutBoxEmpty

      public void setOutBoxEmpty(boolean outBoxEmpty)
    • getShowOutbox

      public Boolean getShowOutbox()
    • setShowOutbox

      public void setShowOutbox(Boolean showOutbox)
    • getHeaderButtons

      public List<org.kuali.rice.kns.web.ui.ExtraButton> getHeaderButtons()
    • setHeaderButtons

      public void setHeaderButtons(List<org.kuali.rice.kns.web.ui.ExtraButton> headerButtons)
    • getMenuBar

      public String getMenuBar()
    • populate

      public void populate(javax.servlet.http.HttpServletRequest request)
      Specified by:
      populate in interface org.kuali.rice.kns.web.struts.form.pojo.PojoForm
      Overrides:
      populate in class org.kuali.rice.kns.web.struts.form.KualiForm
    • getRouteLogPopup

      public Boolean getRouteLogPopup()
    • getDocumentPopup

      public Boolean getDocumentPopup()
    • setRouteLogPopup

      public void setRouteLogPopup(Boolean routeLogPopup)
    • setDocumentPopup

      public void setDocumentPopup(Boolean documentPopup)
    • getHasDisplayParameters

      public Boolean getHasDisplayParameters()
    • setHasDisplayParameters

      public void setHasDisplayParameters(Boolean hasDisplayParameters)
    • getPrimaryDelegates

      public List<WebFriendlyRecipient> getPrimaryDelegates()
    • setPrimaryDelegates

      public void setPrimaryDelegates(List<WebFriendlyRecipient> primaryDelegates)
    • getPrimaryDelegateId

      public String getPrimaryDelegateId()
    • setPrimaryDelegateId

      public void setPrimaryDelegateId(String primaryDelegateId)