|
|||||||||
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.FileListActionForm
com.actuate.activeportal.forms.SearchFilesActionForm
public class SearchFilesActionForm
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
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 |
---|
public SearchFilesActionForm()
Method Detail |
---|
public java.lang.String getSearchFilter()
public void setSearchFilter(java.lang.String string)
string
- The search filterpublic void fixUTF8()
fixUTF8
in class FileListActionForm
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |