com.actuate.activeportal.forms
Class SearchFilesActionForm

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.FileListActionForm
                  extended by com.actuate.activeportal.forms.SearchFilesActionForm
All Implemented Interfaces:
IContentList, java.io.Serializable

public class SearchFilesActionForm
extends FileListActionForm

This form is used by the search page. The search action uses the filter set in this form by the framework for' retrieving the list of files from the server. This form is then populated with the list of files retrieved from the server

Author:
Actuate Corporation
See Also:
Serialized Form

Constructor Summary
SearchFilesActionForm()
           
 
Method Summary
 void fixUTF8()
          This method is called to convert the data submitted by the browser to a java string value.
 java.lang.String getSearchFilter()
          Returns the filter that has been applied on the search page
 void setSearchFilter(java.lang.String string)
          Sets the filter to be applied when the search is executed.
 
Methods inherited from class com.actuate.activeportal.forms.FileListActionForm
addCategory, getArray, getCategories, getCollection, getFolderId, getFolderName, getFolders, isEmpty, isShowLatestQueries, setAllItems, setFolderId, setFolderName, setFolders, setShowLatestQueries
 
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
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

SearchFilesActionForm

public SearchFilesActionForm()
Method Detail

getSearchFilter

public java.lang.String getSearchFilter()
Returns the filter that has been applied on the search page

Returns:
The search filter

setSearchFilter

public void setSearchFilter(java.lang.String string)
Sets the filter to be applied when the search is executed.

Parameters:
string - The search filter

fixUTF8

public void fixUTF8()
This method is called to convert the data submitted by the browser to a java string value.

Overrides:
fixUTF8 in class FileListActionForm