|
|||||||||
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
public class GeneralFilterActionForm
This is a base form containing common properties for a filter.
A boolean property filterEnabled
indicates
whether if filtering is enabled.
The filter string is in filter
Constructor Summary | |
---|---|
GeneralFilterActionForm()
|
Method Summary | |
---|---|
java.lang.String |
getCompletedFilter()
|
java.lang.String |
getFilter()
Returns the filter. |
java.lang.String |
getPendingFilter()
|
java.lang.String |
getRunningFilter()
|
java.lang.String |
getScheduledFilter()
|
java.lang.String |
getWaitingFilter()
|
boolean |
isApplyFilter()
Returns the updateFilter. |
boolean |
isCbFail()
Returns the cbFail. |
boolean |
isCbSuccess()
Returns the cbSuccess. |
boolean |
isFilterEnabled()
Returns the filterEnabled. |
boolean |
isOnlyLatest()
Returns the onlyLatest. |
boolean |
isResetFilter()
Returns the resetFilter. |
boolean |
isShowDocuments()
Returns the showDocuments. |
boolean |
isShowExecutables()
Returns the showExecutables. |
boolean |
isShowFolders()
Returns the showFolders. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Struts framework reset method. |
void |
setApplyFilter(boolean applyFilter)
Sets the updateFilter. |
void |
setCbFail(boolean cbFail)
Sets the cbFail. |
void |
setCbSuccess(boolean cbSuccess)
Sets the cbSuccess. |
void |
setCompletedFilter(java.lang.String filter)
Set the completed filter |
void |
setFilter(java.lang.String filter)
Sets the filter. |
void |
setFilterEnabled(boolean filterEnabled)
Sets the filterEnabled. |
void |
setOnlyLatest(boolean onlyLatest)
Sets the flag to indicate to get the latest files. |
void |
setPendingFilter(java.lang.String filter)
Set the pending filter |
void |
setResetFilter(boolean resetFilter)
Sets the resetFilter. |
void |
setRunningFilter(java.lang.String filter)
Set the running filter |
void |
setScheduledFilter(java.lang.String filter)
Set the schedule filter |
void |
setShowDocuments(boolean showDocuments)
Sets the showDocuments. |
void |
setShowExecutables(boolean showExecutables)
Sets the showExecutables. |
void |
setShowFolders(boolean showFolders)
Sets the showFolders. |
void |
setWaitingFilter(java.lang.String filter)
Set the schedule filter |
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 GeneralFilterActionForm()
Method Detail |
---|
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
public java.lang.String getScheduledFilter()
public void setScheduledFilter(java.lang.String filter)
public java.lang.String getWaitingFilter()
public void setWaitingFilter(java.lang.String filter)
public java.lang.String getPendingFilter()
public void setPendingFilter(java.lang.String filter)
public java.lang.String getRunningFilter()
public void setRunningFilter(java.lang.String filter)
public java.lang.String getCompletedFilter()
public void setCompletedFilter(java.lang.String filter)
public boolean isOnlyLatest()
public void setOnlyLatest(boolean onlyLatest)
onlyLatest
- The onlyLatest to setpublic boolean isShowDocuments()
public void setShowDocuments(boolean showDocuments)
public boolean isShowExecutables()
public void setShowExecutables(boolean showExecutables)
showExecutables
- The showExecutables to setpublic boolean isShowFolders()
public void setShowFolders(boolean showFolders)
showFolders
- The showFolders to setpublic boolean isResetFilter()
public void setResetFilter(boolean resetFilter)
resetFilter
- The resetFilter to setpublic boolean isApplyFilter()
public void setApplyFilter(boolean applyFilter)
applyFilter
- The updateFilter to setpublic boolean isCbFail()
public void setCbFail(boolean cbFail)
cbFail
- The cbFail to setpublic boolean isCbSuccess()
public void setCbSuccess(boolean cbSuccess)
cbSuccess
- The cbSuccess to setpublic boolean isFilterEnabled()
public void setFilterEnabled(boolean filterEnabled)
filterEnabled
- The filterEnabled to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |