com.actuate.activeportal.forms
Class SelectJobNoticesActionForm

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.SelectJobNoticesActionForm
All Implemented Interfaces:
java.io.Serializable

public class SelectJobNoticesActionForm
extends GeneralFilterActionForm

This form contains the list of job notice for a channel. The action classes use the setter methods to set the job notice properties. The JSP pages use the getter method to get the job notices and display the data.

See Also:
Serialized Form

Constructor Summary
SelectJobNoticesActionForm()
           
 
Method Summary
 java.lang.String getChannelDisplayName()
          Gets the channel display name.
 java.lang.String getChannelName()
          Gets the channel name for which the job Notices are available.
 com.actuate.schemas.JobNotice[] getJobNotices()
          Gets the list of Job Notices.
 int getNoticeCount()
          Gets the notice count.
 void setChannelDisplayName(java.lang.String string)
          Sets the channel display name.
 void setChannelName(java.lang.String string)
          Sets the channel name.
 void setJobNotices(com.actuate.schemas.JobNotice[] notices)
          Sets the Job notices list.
 
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

SelectJobNoticesActionForm

public SelectJobNoticesActionForm()
Method Detail

getJobNotices

public com.actuate.schemas.JobNotice[] getJobNotices()
Gets the list of Job Notices.


setJobNotices

public void setJobNotices(com.actuate.schemas.JobNotice[] notices)
Sets the Job notices list.


getNoticeCount

public int getNoticeCount()
Gets the notice count.


getChannelName

public java.lang.String getChannelName()
Gets the channel name for which the job Notices are available.


setChannelName

public void setChannelName(java.lang.String string)
Sets the channel name.


getChannelDisplayName

public java.lang.String getChannelDisplayName()
Gets the channel display name.


setChannelDisplayName

public void setChannelDisplayName(java.lang.String string)
Sets the channel display name.