com.filenet.wcm.apps.server.ui.list
Class BrowseListView.FolderNavSimpleSearch

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.base.WcmDpContainer
      extended bycom.filenet.wcm.toolkit.server.base.WcmModule
          extended bycom.filenet.wcm.toolkit.server.base.GlobalEventModule
              extended bycom.filenet.wcm.toolkit.server.base.WcmUiModule
                  extended bycom.filenet.wcm.apps.server.ui.SimpleSearchRenderingModule
                      extended bycom.filenet.wcm.apps.server.ui.SimpleSearchModule
                          extended bycom.filenet.wcm.apps.server.ui.list.BrowseListView.FolderNavSimpleSearch
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Enclosing class:
BrowseListView

public class BrowseListView.FolderNavSimpleSearch
extends SimpleSearchModule


Field Summary
 
Fields inherited from class com.filenet.wcm.apps.server.ui.SimpleSearchModule
alwaysMagazine, DOCUMENT, FILTER_TYPE_KEY, filterPage, foldersearchstring, listView, PRINT_STATE_KEY, STATE_KEY, textLinksBar, TYPE_STRING, wsClearCriteriaText
 
Fields inherited from class com.filenet.wcm.apps.server.ui.SimpleSearchRenderingModule
adp, ALL_VERSIONS, classLabel, config, controller, CURRENT_VERSION, dateFormat, ds, ENDS_WITH, EQ, FORM_NAME, GT, GTEQ, HIDE, IN, ISNOTNULL, ISNULL, LIKE, LT, LTEQ, NEQ, OBJTYPE_CUSTOM_OBJECT, OBJTYPE_DOCUMENT, OBJTYPE_FOLDER, RELEASED_VERSION, SHOW, sitePrefs, STARTS_WITH, state, subclassesLabel, timeFormat, timezone, wsCustomObject, wsDocument, wsFilterByClass, wsFolder, wsIncludeSubclasses
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
BrowseListView.FolderNavSimpleSearch()
           
 
Method Summary
protected  void addAdditionalDocumentProps(com.filenet.wcm.toolkit.server.util.FilterData filterData)
          Overrides by sub classes to add addtional criteria to the search criteria.
protected  void addBrowseDocFilter(com.filenet.wcm.toolkit.server.util.FilterData filter)
           
protected  void clearStateCriteria()
           
protected  void doSearch()
           
 SimpleSearchState getSimpleSearchState()
           
 void initialize()
           
 SimpleSearchState loadState(java.lang.String objectType, java.lang.String objectStoreName)
           
 void onChangeObjectType(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onClearCriteria(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Clears the form to empty values.
 void onShowFull(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Event that happens when clicking on "Show Search Criteria" link.
 void onShowMini(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Event that happens when clicking on "Hide Search Criteria" link.
protected  void readPropData(javax.servlet.http.HttpServletRequest request)
           
 void render(java.io.Writer w)
           
protected  boolean renderFilterClass(java.io.Writer w)
           
 
Methods inherited from class com.filenet.wcm.apps.server.ui.SimpleSearchModule
addSetAsDefaultLink, addSwitchModeLink, configureListView, createListView, getFormName, getSearchObjectStore, getShowSearchFor, getSimpleSearchResultsListView, getTemplatePropItems, onClearChoice, onClearClass, onClearUser, onExecuteSearch, onGetNewCriteria, onHideSearch, onPrintView, onReset, onSelectIncludeSubclasses, onSelectObject, onSelectUser, onSetAsDefault, onSetChoice, onSetClass, onSetObject, onSetSearchIn, onSetUser, onShowSearch, onStartPage, onStateChanged, onStateChanged, renderFilterClassUI, renderOperator, renderSingleProperty, setHideFilterClass, setSearchContainerTypes, setSearchCustomObjectTypes, setSearchingObjectStore, setSearchingObjectType, setSearchMimeTypes
 
Methods inherited from class com.filenet.wcm.apps.server.ui.SimpleSearchRenderingModule
getCVLlistboxIndex, getCVLlistboxValue, getOperatorLabel, renderAndOrValue, renderCheckboxes, renderContentCriteria, renderFilterClassReadOnly, renderFilterProperty, renderLabelAndOperator, renderObjectTypeDropDown, renderPathAndToolBar, renderPropertyCriteria, renderSeparator, renderVersionOptionDropDown
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmUiModule
getActive, getBasePath, getBaseUrl, getBaseURLBuilder, getControllerEventUrl, getControllerEventUrl, getEventFormFields, getEventFormFields, getEventFormTag, getEventFormTag, getEventUrl, getEventUrl, getEventUrl, getEventUrl, getFormSubmitUrl, getFormSubmitUrl, getGlobalEventUrl, getGlobalEventUrl, getPageUrl, getPageUrl, getPageUrl, getPageUrl, getUiParent, peekEvent, renderJSP, routeEvent, routeEvent, serverSideInclude, serverSideInclude, setActive, setJSP
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.GlobalEventModule
subscribeGlobalEvent
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
addChild, addChild, addChild, cleanup, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer
addDataProvider, addDataProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent
 

Constructor Detail

BrowseListView.FolderNavSimpleSearch

public BrowseListView.FolderNavSimpleSearch()
Method Detail

getSimpleSearchState

public SimpleSearchState getSimpleSearchState()

initialize

public void initialize()
                throws java.lang.Exception
Specified by:
initialize in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Overrides:
initialize in class SimpleSearchModule
Throws:
java.lang.Exception

loadState

public SimpleSearchState loadState(java.lang.String objectType,
                                   java.lang.String objectStoreName)
                            throws java.lang.Exception
Overrides:
loadState in class SimpleSearchModule
Throws:
java.lang.Exception

onShowFull

public void onShowFull(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws java.lang.Exception
Event that happens when clicking on "Show Search Criteria" link.

Throws:
java.lang.Exception

onShowMini

public void onShowMini(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws java.lang.Exception
Event that happens when clicking on "Hide Search Criteria" link.

Throws:
java.lang.Exception

doSearch

protected void doSearch()
                 throws java.lang.Exception
Overrides:
doSearch in class SimpleSearchModule
Throws:
java.lang.Exception

addAdditionalDocumentProps

protected void addAdditionalDocumentProps(com.filenet.wcm.toolkit.server.util.FilterData filterData)
                                   throws java.lang.Exception
Overrides by sub classes to add addtional criteria to the search criteria.

Overrides:
addAdditionalDocumentProps in class SimpleSearchModule
Parameters:
filterData -
Throws:
java.lang.Exception

addBrowseDocFilter

protected void addBrowseDocFilter(com.filenet.wcm.toolkit.server.util.FilterData filter)
                           throws java.lang.Exception
Overrides:
addBrowseDocFilter in class SimpleSearchModule
Throws:
java.lang.Exception

onChangeObjectType

public void onChangeObjectType(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws java.lang.Exception
Overrides:
onChangeObjectType in class SimpleSearchModule
Throws:
java.lang.Exception

onClearCriteria

public void onClearCriteria(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws java.lang.Exception
Clears the form to empty values.

Overrides:
onClearCriteria in class SimpleSearchModule
Parameters:
request -
response -
Throws:
java.lang.Exception

clearStateCriteria

protected void clearStateCriteria()
                           throws java.lang.Exception
Overrides:
clearStateCriteria in class SimpleSearchModule
Throws:
java.lang.Exception

readPropData

protected void readPropData(javax.servlet.http.HttpServletRequest request)
                     throws java.lang.Exception
Overrides:
readPropData in class SimpleSearchModule
Throws:
java.lang.Exception

render

public void render(java.io.Writer w)
            throws java.lang.Exception
Specified by:
render in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Overrides:
render in class SimpleSearchModule
Throws:
java.lang.Exception

renderFilterClass

protected boolean renderFilterClass(java.io.Writer w)
                             throws java.lang.Exception
Overrides:
renderFilterClass in class SimpleSearchModule
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.