com.filenet.wcm.apps.server.ui.operation.records
Class RMSelectStartingClassificationOperation
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.toolkit.server.ui.WcmJSPModule
com.filenet.wcm.toolkit.server.ui.WcmLayoutModule
com.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule
com.filenet.wcm.apps.server.ui.operation.records.RMSelectStartingClassificationOperation
- All Implemented Interfaces:
- com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- public class RMSelectStartingClassificationOperation
- extends WcmWorkplaceLayoutModule
Selection page thats displays a list of Object Stores to choose from then a list of
Entry Templates retrieved from that object store. Once the user selects an Entry Template,
the entry template wizard is launched.
Fields inherited from class com.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule |
bannerModule, contextMenu, footerLinksBarModule, footerModule, leftCSSClass, MAIN_MODE, multiSelectMenu, OPERATION_MODE, renderLeftBar, showFooterLinksBar, tabBarModule, treeModule |
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmLayoutModule |
jspMode, layout |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Method Summary |
void |
cleanup()
Clean up |
java.lang.String |
getFormName()
return form name back. |
void |
initialize()
Initializes the data providers and the display objects. |
void |
onAccept(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Accept changes and close window. |
void |
onClose(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Close window |
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The default event sets up the display objects for rendering. |
Methods inherited from class com.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule |
addModule, addModule, addPrimaryPageAnchors, createLayout, getAnchorTree, getBannerBar, getFooter, getFooterLinksBar, getOperationTitle, getPageTabId, getPrimaryPageAnchors, getTabBar, isAdminLinkAvailable, registerAddedModules, renderLayout, resetPrimaryPageAnchors, setAddContextMenu, setMode, setOperationTitle, setOperationTitle, setOperationTitle, setOperationTitle, setRemoveTreeModule, setShowFooterLinksBar, setTabBarSelection |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmLayoutModule |
getLayout, render, setJSP |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmJSPModule |
getCurrentModule |
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 |
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 |
MODE_ADD_NEW
public static final java.lang.String MODE_ADD_NEW
- See Also:
- Constant Field Values
MODE_MODIFY_EXISTING
public static final java.lang.String MODE_MODIFY_EXISTING
- See Also:
- Constant Field Values
MODE_SELECT
public static final java.lang.String MODE_SELECT
- See Also:
- Constant Field Values
TAB_FAVORITES
public static final java.lang.String TAB_FAVORITES
- See Also:
- Constant Field Values
TAB_BROWSE
public static final java.lang.String TAB_BROWSE
- See Also:
- Constant Field Values
TAB_SEARCH
public static final java.lang.String TAB_SEARCH
- See Also:
- Constant Field Values
adp
protected com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider adp
ndp
protected com.filenet.wcm.toolkit.server.dp.WcmNavigationDataProvider ndp
rdp
protected com.filenet.wcm.toolkit.server.dp.RecordsManageDataProvider rdp
navState
protected WcmNavigationState navState
config
protected WcmWorkplaceConfig config
linksBar
protected WcmTextLinksBar linksBar
seperator
protected RMSelectStartingClassificationOperation.UiSeperator seperator
browseNav
protected SelectableBrowseNavigation browseNav
mode
protected java.lang.String mode
entryType
protected java.lang.String entryType
rmEntityType
protected java.lang.String rmEntityType
selectedTab
protected java.lang.String selectedTab
eventUrl
protected java.lang.String eventUrl
returnUrl
protected java.lang.String returnUrl
selectUrl
protected java.lang.String selectUrl
selectUrlParams
protected java.lang.String selectUrlParams
objectStoreName
protected java.lang.String objectStoreName
bOnSelectObjectStoreWillHappen
protected boolean bOnSelectObjectStoreWillHappen
bHideMyShortcuts
protected boolean bHideMyShortcuts
bHideSiteShortcuts
protected boolean bHideSiteShortcuts
classificationsLabel
protected com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel classificationsLabel
startingFolderId
protected java.lang.String startingFolderId
linkText
protected WcmTextLinksBar linkText
RMSelectStartingClassificationOperation
public RMSelectStartingClassificationOperation()
initialize
public void initialize()
throws java.lang.Exception
- Initializes the data providers and the display objects.
- Specified by:
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
- Overrides:
initialize
in class WcmWorkplaceLayoutModule
- Throws:
java.lang.Exception
onStartPage
public void onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- The default event sets up the display objects for rendering.
- Parameters:
request
- HttpServletRequest objectresponse
- HttpServletResponse object
- Throws:
java.lang.Exception
onAccept
public void onAccept(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Accept changes and close window.
- Parameters:
request
- HttpServletRequest is the Java™Server Pages (JSP) request object.response
- HttpServletResponse is the JSP response object.
- Throws:
java.lang.Exception
- If there are problems retrieving data.
onClose
public void onClose(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Close window
- Parameters:
request
- HttpServletRequest is the JSP request object.response
- HttpServletResponse is the JSP response object.
- Throws:
java.lang.Exception
- If there are problems retrieving data.
getFormName
public java.lang.String getFormName()
- return form name back.
cleanup
public void cleanup()
throws java.lang.Exception
- Clean up
- Throws:
java.lang.Exception
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.