com.actuate.activeportal.forms
Class SelectJobsActionForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.actuate.activeportal.forms.BaseActionForm
          extended by com.actuate.activeportal.forms.GeneralFilterActionForm
              extended by com.actuate.activeportal.forms.SelectJobsActionForm
All Implemented Interfaces:
java.io.Serializable

public class SelectJobsActionForm
extends GeneralFilterActionForm

This form contains the list of jobproperties for scheduled, running, pending or completed job. The action classes use the setter methods to set the job list. The JSP pages use the getter method to get the job list and display the data.

See Also:
Serialized Form

Constructor Summary
SelectJobsActionForm()
           
 
Method Summary
 int getJobCount()
          Return the job list count.
 com.actuate.schemas.JobProperties[] getJobProperties()
          Gets the list of jobs.
 void setJobProperties(com.actuate.schemas.JobProperties[] propertieses)
          Sets the list of jobs.
 
Methods inherited from class com.actuate.activeportal.forms.GeneralFilterActionForm
getCompletedFilter, getFilter, getPendingFilter, getRunningFilter, getScheduledFilter, getWaitingFilter, isApplyFilter, isCbFail, isCbSuccess, isFilterEnabled, isOnlyLatest, isResetFilter, isShowDocuments, isShowExecutables, isShowFolders, reset, setApplyFilter, setCbFail, setCbSuccess, setCompletedFilter, setFilter, setFilterEnabled, setOnlyLatest, setPendingFilter, setResetFilter, setRunningFilter, setScheduledFilter, setShowDocuments, setShowExecutables, setShowFolders, setWaitingFilter
 
Methods inherited from class com.actuate.activeportal.forms.BaseActionForm
fixUTF8, isPostback, setPostback
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectJobsActionForm

public SelectJobsActionForm()
Method Detail

getJobCount

public int getJobCount()
Return the job list count.


getJobProperties

public com.actuate.schemas.JobProperties[] getJobProperties()
Gets the list of jobs.


setJobProperties

public void setJobProperties(com.actuate.schemas.JobProperties[] propertieses)
Sets the list of jobs.