com.filenet.wcm.apps.server.ui.nav
Class WcmClassTypeNavigation

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.toolkit.server.ui.WcmXSLModule
                      extended bycom.filenet.wcm.apps.server.presentation.ui.GenericListView
                          extended bycom.filenet.wcm.apps.server.ui.WcmGenericListView
                              extended bycom.filenet.wcm.apps.server.ui.nav.WcmClassNavigation
                                  extended bycom.filenet.wcm.apps.server.ui.nav.WcmClassTypeNavigation
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Direct Known Subclasses:
SystemPropertiesFilterOperation.InfoModule.ClassNavigation

public class WcmClassTypeNavigation
extends WcmClassNavigation

This class handles rendering the top portion of the Properties Wizard Page to display the document or folder class hierarchy.


Field Summary
protected static java.lang.String CLASS_TYPE_KEY
           
protected  java.lang.String sClassEventURL
           
protected  java.lang.String sObjectStoreName
           
protected  java.lang.String sOSEventURL
           
protected  java.lang.String sRootEventURL
           
 
Fields inherited from class com.filenet.wcm.apps.server.ui.nav.WcmClassNavigation
adp, authState, classesLabel, nType, propCacheKey, SHOW_HIDDEN, wsCustomObjectClasses, wsDocumentClasses, wsFolderClasses, wsLinkClasses, wsSecurityPolicyClasses
 
Fields inherited from class com.filenet.wcm.apps.server.ui.WcmGenericListView
config
 
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule
transformUtil
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
WcmClassTypeNavigation()
          Base Constructor
 
Method Summary
 void cancel()
          Clears any residual state information.
 void initialize()
          Initializes data providers, XSL parameters, the authoring state, and other state values.
 void onSelect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          A choice was made.
 void onSelectClass(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setData(java.lang.String objectStoreID)
           
 void setEventTargets(java.lang.String sRootLink, java.lang.String sObjectStoreLink, java.lang.String sClassLink)
          Call before onStartPage
 void setShowHiddenClass(boolean yes)
          Sets to true to show all hidden classes in the class type navigation.
 
Methods inherited from class com.filenet.wcm.apps.server.ui.nav.WcmClassNavigation
cleanup, getClassName, getSelectedID, getType, onShowProps, render, setData, setLabel, setLockRootID, setRenderTreeModule, setSelectedClass, setSelectedID, setType
 
Methods inherited from class com.filenet.wcm.apps.server.ui.WcmGenericListView
configNameProperties, configNameProperties, configNameProperties, configNameProperties, setCustomObjectNameProperty, setCustomObjectNameProperty, setDocumentNameProperty, setDocumentNameProperty, setFolderNameProperty, setFolderNameProperty
 
Methods inherited from class com.filenet.wcm.apps.server.presentation.ui.GenericListView
getCurrentPage, getXSLTemplate, onPageChange, setCurrentPage, setFirstDisplayedItem, setItemsCount, setLastDisplayedItem, setNameProperty, setNoItemsText, setNotItemsTextString, setPageSize, setPagingLabel, setSelectedObjects
 
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule
convertToNodeList, getXML, getXSLParameter, renderXSL, setXML, setXML, setXML, setXML, setXSL, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter
 
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, 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, 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, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent
 

Field Detail

CLASS_TYPE_KEY

protected static final java.lang.String CLASS_TYPE_KEY
See Also:
Constant Field Values

sRootEventURL

protected java.lang.String sRootEventURL

sOSEventURL

protected java.lang.String sOSEventURL

sClassEventURL

protected java.lang.String sClassEventURL

sObjectStoreName

protected java.lang.String sObjectStoreName
Constructor Detail

WcmClassTypeNavigation

public WcmClassTypeNavigation()
                       throws java.lang.Exception
Base Constructor

Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Initializes data providers, XSL parameters, the authoring state, and other state values.

Specified by:
initialize in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Overrides:
initialize in class WcmClassNavigation
Throws:
java.lang.Exception

setData

public void setData(java.lang.String objectStoreID)
             throws java.lang.Exception
Throws:
java.lang.Exception

onSelectClass

public void onSelectClass(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws java.lang.Exception
Throws:
java.lang.Exception

onSelect

public void onSelect(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws java.lang.Exception
A choice was made. Adds the new value to the output XML and sets the id of the selected choice in the currentPage XSL parameter.

Overrides:
onSelect in class WcmClassNavigation
Parameters:
request - HttpServletRequest object
response - HttpServletResponse object
Throws:
java.lang.Exception

onStartPage

public void onStartPage(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws java.lang.Exception
Throws:
java.lang.Exception

setEventTargets

public void setEventTargets(java.lang.String sRootLink,
                            java.lang.String sObjectStoreLink,
                            java.lang.String sClassLink)
                     throws java.lang.Exception
Call before onStartPage

Throws:
java.lang.Exception

cancel

public void cancel()
            throws java.lang.Exception
Clears any residual state information.

Overrides:
cancel in class WcmClassNavigation
Throws:
java.lang.Exception

setShowHiddenClass

public void setShowHiddenClass(boolean yes)
                        throws java.lang.Exception
Sets to true to show all hidden classes in the class type navigation.

Throws:
java.lang.Exception


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