com.actuate.activeportal.forms
Class GeneralFilterActionForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.actuate.activeportal.forms.BaseActionForm
          extended by com.actuate.activeportal.forms.GeneralFilterActionForm
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChannelListActionForm, FileListActionForm, SelectJobNoticesActionForm, SelectJobsActionForm, SubscribeChannelActionForm

public class GeneralFilterActionForm
extends BaseActionForm

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

See Also:
Serialized Form

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

GeneralFilterActionForm

public GeneralFilterActionForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Struts framework reset method.

Overrides:
reset in class org.apache.struts.action.ActionForm

getFilter

public java.lang.String getFilter()
Returns the filter.


setFilter

public void setFilter(java.lang.String filter)
Sets the filter.


getScheduledFilter

public java.lang.String getScheduledFilter()
Returns:
the filter for schedule job tab

setScheduledFilter

public void setScheduledFilter(java.lang.String filter)
Set the schedule filter


getWaitingFilter

public java.lang.String getWaitingFilter()
Returns:
the filter for waiting job tab

setWaitingFilter

public void setWaitingFilter(java.lang.String filter)
Set the schedule filter


getPendingFilter

public java.lang.String getPendingFilter()
Returns:
the filter for pending job tab

setPendingFilter

public void setPendingFilter(java.lang.String filter)
Set the pending filter


getRunningFilter

public java.lang.String getRunningFilter()
Returns:
the filter for running job tab

setRunningFilter

public void setRunningFilter(java.lang.String filter)
Set the running filter


getCompletedFilter

public java.lang.String getCompletedFilter()
Returns:
the filter for completed job tab

setCompletedFilter

public void setCompletedFilter(java.lang.String filter)
Set the completed filter


isOnlyLatest

public boolean isOnlyLatest()
Returns the onlyLatest.

Returns:
boolean

setOnlyLatest

public void setOnlyLatest(boolean onlyLatest)
Sets the flag to indicate to get the latest files.

Parameters:
onlyLatest - The onlyLatest to set

isShowDocuments

public boolean isShowDocuments()
Returns the showDocuments.

Returns:
boolean

setShowDocuments

public void setShowDocuments(boolean showDocuments)
Sets the showDocuments.


isShowExecutables

public boolean isShowExecutables()
Returns the showExecutables.


setShowExecutables

public void setShowExecutables(boolean showExecutables)
Sets the showExecutables.

Parameters:
showExecutables - The showExecutables to set

isShowFolders

public boolean isShowFolders()
Returns the showFolders.

Returns:
boolean

setShowFolders

public void setShowFolders(boolean showFolders)
Sets the showFolders.

Parameters:
showFolders - The showFolders to set

isResetFilter

public boolean isResetFilter()
Returns the resetFilter.

Returns:
String

setResetFilter

public void setResetFilter(boolean resetFilter)
Sets the resetFilter.

Parameters:
resetFilter - The resetFilter to set

isApplyFilter

public boolean isApplyFilter()
Returns the updateFilter.

Returns:
String

setApplyFilter

public void setApplyFilter(boolean applyFilter)
Sets the updateFilter.

Parameters:
applyFilter - The updateFilter to set

isCbFail

public boolean isCbFail()
Returns the cbFail.

Returns:
boolean

setCbFail

public void setCbFail(boolean cbFail)
Sets the cbFail.

Parameters:
cbFail - The cbFail to set

isCbSuccess

public boolean isCbSuccess()
Returns the cbSuccess.

Returns:
boolean

setCbSuccess

public void setCbSuccess(boolean cbSuccess)
Sets the cbSuccess.

Parameters:
cbSuccess - The cbSuccess to set

isFilterEnabled

public boolean isFilterEnabled()
Returns the filterEnabled.

Returns:
boolean

setFilterEnabled

public void setFilterEnabled(boolean filterEnabled)
Sets the filterEnabled.

Parameters:
filterEnabled - The filterEnabled to set