com.filenet.wcm.apps.server.ui.operation
Class SelectEntryTemplateOperation
- 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.select.SelectOperation
com.filenet.wcm.apps.server.ui.operation.SelectEntryTemplateOperation
All implemented interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- public class SelectEntryTemplateOperation
- extends SelectOperation
Nested Class Summary
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
ENTRY_TEMPLATE_TYPE_CFW
|
|
ENTRY_TEMPLATE_TYPE_CFW_PAGE
|
|
ENTRY_TEMPLATE_TYPE_CFW_SECTION
|
|
ENTRY_TEMPLATE_TYPE_CFW_TEXT
|
|
ENTRY_TEMPLATE_TYPE_CUSTOM_OBJECT
|
|
ENTRY_TEMPLATE_TYPE_DOCUMENT
|
|
ENTRY_TEMPLATE_TYPE_DOCUMENT_AND_FOLDER_AND_CUSTOM_OBJECT
|
|
ENTRY_TEMPLATE_TYPE_FOLDER
|
|
ENTRY_TEMPLATE_TYPE_FORM_DATA
|
|
ENTRY_TEMPLATE_TYPE_LOCAL_SETION
|
|
ENTRY_TEMPLATE_TYPE_PAGE
|
|
ENTRY_TEMPLATE_TYPE_SECTION
|
| 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 |
Constructor Summary
| Constructor and Description |
|---|
SelectEntryTemplateOperation()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
addAdditionalPropsToFilterData(com.filenet.wcm.toolkit.server.util.FilterData filterData)
Overrides to add addtional criteria to the search criteria to the BrowseListView.
|
|
configureMimeTypes()
Overrides the SelectOperation configureMimeTypes to set the mimetypes accordingly for each entry template type.
|
|
initialize()
Initialize the SelectEntryTemplateOperation module.
|
|
onStartPage(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
The default event sets up the display objects for rendering.
|
|
renderLayout(java.io.Writer w)
Override the renderLayout method to set the simple search listview xsl data
|
| Methods inherited from class com.filenet.wcm.apps.server.ui.operation.select.SelectOperation |
|---|
configureSelectMode, expandSelectedTab, getBrowseListView, getBrowseNavigation, getSimpleSearchPage, getVersionListView, onCheckoutSelect, onChooseClass, onClientSelect, onClose, onSelectBucket, onSelectObjectStoreBrowse, onSelectObjectStoreSearch, onSelectShortcutOP, onSelectTab, onSelectTab, onShowVersions, onUpdateVersionList, render |
| 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, resetPrimaryPageAnchors, setAddContextMenu, setMode, setOperationTitle, setOperationTitle, setOperationTitle, setOperationTitle, setRemoveTreeModule, setShowFooterLinksBar, setTabBarSelection |
| Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmLayoutModule |
|---|
getLayout, 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 |
Field Detail
ENTRY_TEMPLATE_TYPE_DOCUMENT
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_DOCUMENT
See Also:
ENTRY_TEMPLATE_TYPE_FOLDER
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_FOLDER
See Also:
ENTRY_TEMPLATE_TYPE_CUSTOM_OBJECT
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_CUSTOM_OBJECT
See Also:
ENTRY_TEMPLATE_TYPE_DOCUMENT_AND_FOLDER_AND_CUSTOM_OBJECT
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_DOCUMENT_AND_FOLDER_AND_CUSTOM_OBJECT
See Also:
ENTRY_TEMPLATE_TYPE_FORM_DATA
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_FORM_DATA
See Also:
ENTRY_TEMPLATE_TYPE_PAGE
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_PAGE
See Also:
ENTRY_TEMPLATE_TYPE_SECTION
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_SECTION
See Also:
ENTRY_TEMPLATE_TYPE_LOCAL_SETION
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_LOCAL_SETION
See Also:
ENTRY_TEMPLATE_TYPE_CFW_PAGE
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_CFW_PAGE
See Also:
ENTRY_TEMPLATE_TYPE_CFW_SECTION
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_CFW_SECTION
See Also:
ENTRY_TEMPLATE_TYPE_CFW_TEXT
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_CFW_TEXT
See Also:
ENTRY_TEMPLATE_TYPE_CFW
- public static final java.lang.String ENTRY_TEMPLATE_TYPE_CFW
See Also:
Constructor Detail
SelectEntryTemplateOperation
- public SelectEntryTemplateOperation( )
Method Detail
initialize
- public void initialize()
- throws java.lang.Exception
Initialize the SelectEntryTemplateOperation module.
Specified by:
initialize in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Overrides:
initialize in class SelectOperation
Throws:
java.lang.ExceptiononStartPage
- 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.
Specified by:
onStartPage in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Overrides:
onStartPage in class SelectOperation
Parameters:
request - HttpServletRequest object response - HttpServletResponse object Throws:
java.lang.Exception - if there were errors. renderLayout
- public void renderLayout(java.io.Writer w)
- throws java.lang.Exception
Override the renderLayout method to set the simple search listview xsl data
Overrides:
renderLayout in class WcmWorkplaceLayoutModule
Parameters:
w - Writer Response writer. Throws:
java.lang.ExceptionconfigureMimeTypes
- protected void configureMimeTypes( )
Overrides the SelectOperation configureMimeTypes to set the mimetypes accordingly for each entry template type.
-
Overrides:
configureMimeTypes in class SelectOperation
addAdditionalPropsToFilterData
- protected void addAdditionalPropsToFilterData( com.filenet.wcm.toolkit.server.util.FilterData filterData)
- throws java.lang.Exception
Overrides to add addtional criteria to the search criteria to the BrowseListView.
Overrides:
Parameters:
filterData - Throws:
java.lang.Exception