|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
com.actuate.activeportal.forms.BaseActionForm
com.actuate.activeportal.forms.GeneralFilterActionForm
com.actuate.activeportal.forms.SelectJobNoticesActionForm
public class SelectJobNoticesActionForm
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.
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 |
---|
public SelectJobNoticesActionForm()
Method Detail |
---|
public com.actuate.schemas.JobNotice[] getJobNotices()
public void setJobNotices(com.actuate.schemas.JobNotice[] notices)
public int getNoticeCount()
public java.lang.String getChannelName()
public void setChannelName(java.lang.String string)
public java.lang.String getChannelDisplayName()
public void setChannelDisplayName(java.lang.String string)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |