com.filenet.wcm.apps.server.ui.operation
Class WcmSelectEntryTypeOperation
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.WcmSelectEntryTypeOperation
- All Implemented Interfaces:
- com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- public class WcmSelectEntryTypeOperation
- 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.
Field Summary |
static java.lang.String |
MODE_ADD_NEW
|
static java.lang.String |
MODE_MODIFY_EXISTING
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsConvertForWeb
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsConvertToWebDesc
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsCustomObject
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsCustomObjectDesc
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsDocument
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsDocumentDesc
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsFolder
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsFolderDesc
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsFormData
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsFormDataDesc
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsLocalSection
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsLocalSectionDesc
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsPage
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsPageDesc
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsRecords
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsRecordsDesc
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsSection
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsSectionDesc
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsSelect
|
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 |
initialize()
Initializes the data providers and the display objects. |
void |
onSelectObject(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the SelectObject event. |
void |
onSelectType(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the Select Type event and redirects to the appropriate Form Map Wizard. |
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, getFormName, 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, 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 |
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
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
wsFormData
protected static final com.filenet.wcm.toolkit.util.WcmString wsFormData
wsRecords
protected static final com.filenet.wcm.toolkit.util.WcmString wsRecords
wsSelect
protected static final com.filenet.wcm.toolkit.util.WcmString wsSelect
wsPage
protected static final com.filenet.wcm.toolkit.util.WcmString wsPage
wsSection
protected static final com.filenet.wcm.toolkit.util.WcmString wsSection
wsLocalSection
protected static final com.filenet.wcm.toolkit.util.WcmString wsLocalSection
wsConvertForWeb
protected static final com.filenet.wcm.toolkit.util.WcmString wsConvertForWeb
wsDocumentDesc
protected static final com.filenet.wcm.toolkit.util.WcmString wsDocumentDesc
wsFolderDesc
protected static final com.filenet.wcm.toolkit.util.WcmString wsFolderDesc
wsCustomObjectDesc
protected static final com.filenet.wcm.toolkit.util.WcmString wsCustomObjectDesc
wsFormDataDesc
protected static final com.filenet.wcm.toolkit.util.WcmString wsFormDataDesc
wsRecordsDesc
protected static final com.filenet.wcm.toolkit.util.WcmString wsRecordsDesc
wsPageDesc
protected static final com.filenet.wcm.toolkit.util.WcmString wsPageDesc
wsSectionDesc
protected static final com.filenet.wcm.toolkit.util.WcmString wsSectionDesc
wsLocalSectionDesc
protected static final com.filenet.wcm.toolkit.util.WcmString wsLocalSectionDesc
wsConvertToWebDesc
protected static final com.filenet.wcm.toolkit.util.WcmString wsConvertToWebDesc
WcmSelectEntryTypeOperation
public WcmSelectEntryTypeOperation()
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
- if there were errors.
onSelectType
public void onSelectType(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Handles the Select Type event and redirects to the appropriate Form Map Wizard.
- Parameters:
request
- HttpServletRequest objectresponse
- HttpServletResponse object
- Throws:
java.lang.Exception
- if there were errors.
onSelectObject
public void onSelectObject(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Handles the SelectObject event.
- Parameters:
request
- Request object.response
- Response object.
- Throws:
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.