com.filenet.wcm.apps.server.ui.operation.select
Class SelectOperation.SelectionSimpleSearch

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.operation.select.SelectOperation.SelectionSimpleSearch
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Enclosing class:
SelectOperation

public class SelectOperation.SelectionSimpleSearch
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
SelectOperation.SelectionSimpleSearch()
           
 
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 addSetAsDefaultLink()
           
protected  void addSwitchModeLink()
           
protected  void configureActionButtons()
           
protected  void configureListView()
           
protected  void createListView()
           
protected  boolean getShowSearchFor()
           
 void initialize()
           
 void onClearCriteria(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Clears the form to empty values.
 void onExecuteSearch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Event that occurs when user clicks on "Execute" button
 void onGetNewCriteria(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          To change user preferences for simple search
 void onPrintView(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onSetSearchIn(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  void readPropData(javax.servlet.http.HttpServletRequest request)
           
protected  void renderCheckboxes(java.io.Writer w, boolean readOnly)
           
 
Methods inherited from class com.filenet.wcm.apps.server.ui.SimpleSearchModule
addBrowseDocFilter, clearStateCriteria, doSearch, getFormName, getSearchObjectStore, getSimpleSearchResultsListView, getTemplatePropItems, loadState, onChangeObjectType, onClearChoice, onClearClass, onClearUser, onHideSearch, onReset, onSelectIncludeSubclasses, onSelectObject, onSelectUser, onSetAsDefault, onSetChoice, onSetClass, onSetObject, onSetUser, onShowSearch, onStateChanged, onStateChanged, render, renderFilterClass, renderFilterClassUI, renderOperator, renderSingleProperty, setHideFilterClass, setSearchContainerTypes, setSearchCustomObjectTypes, setSearchingObjectStore, setSearchingObjectType, setSearchMimeTypes
 
Methods inherited from class com.filenet.wcm.apps.server.ui.SimpleSearchRenderingModule
getCVLlistboxIndex, getCVLlistboxValue, getOperatorLabel, renderAndOrValue, 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

SelectOperation.SelectionSimpleSearch

public SelectOperation.SelectionSimpleSearch()
Method Detail

onExecuteSearch

public void onExecuteSearch(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws java.lang.Exception
Description copied from class: SimpleSearchModule
Event that occurs when user clicks on "Execute" button

Overrides:
onExecuteSearch 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
Description copied from class: SimpleSearchModule
Clears the form to empty values.

Overrides:
onClearCriteria in class SimpleSearchModule
Throws:
java.lang.Exception

renderCheckboxes

protected void renderCheckboxes(java.io.Writer w,
                                boolean readOnly)
                         throws java.lang.Exception
Overrides:
renderCheckboxes in class SimpleSearchRenderingModule
Throws:
java.lang.Exception

getShowSearchFor

protected boolean getShowSearchFor()
Overrides:
getShowSearchFor in class SimpleSearchModule

addSetAsDefaultLink

protected void addSetAsDefaultLink()
Overrides:
addSetAsDefaultLink in class SimpleSearchModule

addSwitchModeLink

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

createListView

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

onPrintView

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

onSetSearchIn

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

onGetNewCriteria

public void onGetNewCriteria(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws java.lang.Exception
Description copied from class: SimpleSearchModule
To change user preferences for simple search

Overrides:
onGetNewCriteria in class SimpleSearchModule
Throws:
java.lang.Exception

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

configureListView

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

onStartPage

public void onStartPage(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws java.lang.Exception
Specified by:
onStartPage in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Overrides:
onStartPage in class SimpleSearchModule
Throws:
java.lang.Exception

configureActionButtons

protected void configureActionButtons()

readPropData

protected void readPropData(javax.servlet.http.HttpServletRequest request)
                     throws java.lang.Exception
Overrides:
readPropData 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


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