com.filenet.wcm.apps.server.ui
Class SimpleSearchRenderingModule
- java.lang.Object
com.filenet.wcm.toolkit.server.base.WcmDpContainer
com.filenet.wcm.toolkit.server.base.WcmModule
com.filenet.wcm.toolkit.server.base.GlobalEventModule
com.filenet.wcm.toolkit.server.base.WcmUiModule
com.filenet.wcm.apps.server.ui.SimpleSearchRenderingModule
All implemented interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Direct known subclasses:
NavigationPrintViewModule.SearchFormPrintView, SimpleSearchModule, SimpleSearchPrintViewModule.SearchFormPrintView
- public class SimpleSearchRenderingModule
- extends com.filenet.wcm.toolkit.server.base.WcmUiModule
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
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
| Constructor and Description |
|---|
SimpleSearchRenderingModule()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getCVLlistboxIndex(java.lang.String listvalue)
|
|
getCVLlistboxValue(java.lang.String listvalue)
|
|
getOperatorLabel(java.lang.String oper)
|
|
initialize()
|
|
renderAndOrValue(int i,int len,java.io.Writer w)
|
|
renderCheckboxes(java.io.Writer w,boolean readOnly)
|
|
renderContentCriteria(java.io.Writer w,boolean readOnly,boolean showJoin)
|
|
renderFilterClassReadOnly(java.io.Writer w)
|
|
renderFilterProperty(java.io.Writer w)
|
|
renderLabelAndOperator(java.lang.String multiValue,java.lang.String oper,int i,java.lang.String symName,java.io.Writer w)
|
|
renderObjectTypeDropDown(java.io.Writer w,java.lang.String objectType,boolean simpleSearchMode,boolean readOnly)
|
|
renderOperator(java.lang.String multiValue,java.lang.String oper,int i,java.lang.String symName,java.io.Writer w)
|
|
renderPathAndToolBar(java.io.Writer w,boolean hideSearchIn,com.filenet.wcm.apps.server.presentation.ui.ToolBar topToolBar)
|
|
renderPropertyCriteria(java.io.Writer w)
|
|
renderSeparator(java.io.Writer w)
|
|
renderSingleProperty(java.lang.String propType,java.io.Writer w,java.lang.String multiValue,java.lang.String oper,java.lang.String symName,java.lang.String propertyValue,int i,java.util.List markingList,java.util.List choiceList,java.lang.String hcvl,int len)
|
|
renderVersionOptionDropDown(java.io.Writer w,boolean readOnly)
|
| 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, getFormName, getFormSubmitUrl, getFormSubmitUrl, getGlobalEventUrl, getGlobalEventUrl, getPageUrl, getPageUrl, getPageUrl, getPageUrl, getUiParent, peekEvent, render, renderJSP, routeEvent, routeEvent, serverSideInclude, serverSideInclude, setActive, setJSP |
| Methods inherited from class com.filenet.wcm.toolkit.server.base.GlobalEventModule |
|---|
onStartPage, 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.WcmUiModuleInterface |
|---|
onStartPage |
| Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
|---|
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Field Detail
EQ
- protected static final int EQ
See Also:
GT
- protected static final int GT
See Also:
LT
- protected static final int LT
See Also:
NEQ
- protected static final int NEQ
See Also:
GTEQ
- protected static final int GTEQ
See Also:
LTEQ
- protected static final int LTEQ
See Also:
LIKE
- protected static final int LIKE
See Also:
ISNULL
- protected static final int ISNULL
See Also:
ISNOTNULL
- protected static final int ISNOTNULL
See Also:
IN
- protected static final int IN
See Also:
STARTS_WITH
- protected static final int STARTS_WITH
See Also:
ENDS_WITH
- protected static final int ENDS_WITH
See Also:
HIDE
- protected static final java.lang.String HIDE
See Also:
SHOW
- protected static final java.lang.String SHOW
See Also:
OBJTYPE_DOCUMENT
- protected static final java.lang.String OBJTYPE_DOCUMENT
OBJTYPE_FOLDER
- protected static final java.lang.String OBJTYPE_FOLDER
OBJTYPE_CUSTOM_OBJECT
- protected static final java.lang.String OBJTYPE_CUSTOM_OBJECT
FORM_NAME
- protected static final java.lang.String FORM_NAME
See Also:
RELEASED_VERSION
- protected static final int RELEASED_VERSION
See Also:
CURRENT_VERSION
- protected static final int CURRENT_VERSION
See Also:
ALL_VERSIONS
- protected static final int ALL_VERSIONS
See Also:
wsFilterByClass
- protected static final com.filenet.wcm.toolkit.util.WcmString wsFilterByClass
wsIncludeSubclasses
- protected static final com.filenet.wcm.toolkit.util.WcmString wsIncludeSubclasses
wsDocument
- protected static final com.filenet.wcm.toolkit.util.WcmString wsDocument
wsFolder
- protected static final com.filenet.wcm.toolkit.util.WcmString wsFolder
wsCustomObject
- protected static final com.filenet.wcm.toolkit.util.WcmString wsCustomObject
sitePrefs
- protected WcmSitePrefs sitePrefs
controller
- protected com.filenet.wcm.toolkit.server.base.WcmController controller
config
- protected WcmWorkplaceConfig config
timezone
- protected java.util.TimeZone timezone
dateFormat
- protected int dateFormat
timeFormat
- protected int timeFormat
classLabel
- protected com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel classLabel
subclassesLabel
- protected com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel subclassesLabel
ds
- protected com.filenet.wcm.toolkit.server.util.WcmDataStore ds
state
- protected SimpleSearchState state
adp
- protected com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider adp
Constructor Detail
SimpleSearchRenderingModule
- public SimpleSearchRenderingModule( )
Method Detail
initialize
- public void initialize()
- throws java.lang.Exception
Called by WcmController when the module is registered, and has access to the data store.
Do "constructor" types of things here.
Specified by:
initialize in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Overrides:
initialize in class com.filenet.wcm.toolkit.server.base.WcmModule
Throws:
java.lang.ExceptionrenderPathAndToolBar
- protected void renderPathAndToolBar( java.io.Writer w,
- boolean hideSearchIn,
- com.filenet.wcm.apps.server.presentation.ui.ToolBar topToolBar)
- throws java.lang.Exception
Throws:
java.lang.ExceptionrenderSeparator
- protected static void renderSeparator( java.io.Writer w)
- throws java.io.IOException
Throws:
java.io.IOExceptionrenderCheckboxes
- protected void renderCheckboxes( java.io.Writer w,
- boolean readOnly)
- throws java.lang.Exception
Throws:
java.lang.ExceptionrenderVersionOptionDropDown
- protected boolean renderVersionOptionDropDown( java.io.Writer w,
- boolean readOnly)
- throws java.lang.Exception
Throws:
java.lang.ExceptionrenderObjectTypeDropDown
- protected void renderObjectTypeDropDown( java.io.Writer w,
- java.lang.String objectType,
- boolean simpleSearchMode,
- boolean readOnly)
- throws java.lang.Exception
Throws:
java.lang.ExceptionrenderFilterClassReadOnly
- protected boolean renderFilterClassReadOnly( java.io.Writer w)
- throws java.lang.Exception
Throws:
java.lang.ExceptionrenderPropertyCriteria
- protected boolean renderPropertyCriteria( java.io.Writer w)
- throws java.lang.Exception
Throws:
java.lang.ExceptionrenderFilterProperty
- protected void renderFilterProperty( java.io.Writer w)
- throws java.lang.Exception
Throws:
java.lang.ExceptionrenderContentCriteria
- protected void renderContentCriteria( java.io.Writer w,
- boolean readOnly,
- boolean showJoin)
- throws java.lang.Exception
Throws:
java.lang.ExceptiongetCVLlistboxValue
- protected static java.lang.String getCVLlistboxValue( java.lang.String listvalue)
- throws java.lang.Exception
Throws:
java.lang.ExceptiongetCVLlistboxIndex
- protected static int getCVLlistboxIndex( java.lang.String listvalue)
- throws java.lang.Exception
Throws:
java.lang.ExceptionrenderSingleProperty
- protected void renderSingleProperty( java.lang.String propType,
- java.io.Writer w,
- java.lang.String multiValue,
- java.lang.String oper,
- java.lang.String symName,
- java.lang.String propertyValue,
- int i,
- java.util.List markingList,
- java.util.List choiceList,
- java.lang.String hcvl,
- int len)
- throws java.lang.Exception
Throws:
java.lang.ExceptionrenderAndOrValue
- protected void renderAndOrValue( int i,
- int len,
- java.io.Writer w)
- throws java.io.IOException
Throws:
java.io.IOExceptionrenderLabelAndOperator
- protected void renderLabelAndOperator( java.lang.String multiValue,
- java.lang.String oper,
- int i,
- java.lang.String symName,
- java.io.Writer w)
- throws java.lang.Exception
Throws:
java.lang.ExceptionrenderOperator
- protected void renderOperator(java.lang.String multiValue,
- java.lang.String oper,
- int i,
- java.lang.String symName,
- java.io.Writer w)
- throws java.lang.Exception
Throws:
java.lang.ExceptiongetOperatorLabel
- protected java.lang.String getOperatorLabel( java.lang.String oper)
com.filenet.wcm.toolkit.server.base.WcmModule