com.filenet.wcm.apps.server.ui.operation.records
Class DeclareRecordsSelectOperation

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.WcmJSPModule
                      extended bycom.filenet.wcm.toolkit.server.ui.WcmLayoutModule
                          extended bycom.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule
                              extended bycom.filenet.wcm.apps.server.ui.operation.records.DeclareRecordsSelectOperation
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface

public class DeclareRecordsSelectOperation
extends WcmWorkplaceLayoutModule


Nested Class Summary
 class DeclareRecordsSelectOperation.Renderer
           
 class DeclareRecordsSelectOperation.UiButton
           
 class DeclareRecordsSelectOperation.UiListView
           
 class DeclareRecordsSelectOperation.UiSeperator
           
 
Field Summary
protected  com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider authoringDataProvider
           
protected  WcmAuthoringState authorState
           
protected  java.lang.String command
           
protected  WcmWorkplaceConfig config
           
protected static int CONFIRMATION_MODE
           
protected  java.lang.String docStyleMode
           
protected  java.util.Map errorMap
           
protected static java.lang.String FORM_NAME
           
protected  WcmTextLinksBar linksBar
           
protected  com.filenet.wcm.toolkit.server.dp.WcmNavigationDataProvider navigationDataProvider
           
protected  WcmNavigationState naviState
           
protected  int pageMode
           
protected  com.filenet.wcm.toolkit.server.dp.RecordsManageDataProvider recordsManageDataProvider
           
protected  java.lang.String returnUrl
           
protected  java.lang.String[] selectedIds
           
protected static int SELECTION_MODE
           
protected  SelectDeclareMode selectRecordTemplate
           
protected static int STATUS_MODE
           
protected static java.lang.String STYLE_DOCUMENT
           
protected static java.lang.String STYLE_VERSION
           
protected  com.filenet.wcm.apps.server.presentation.ui.PathView titlePathview
           
protected  com.filenet.wcm.apps.server.presentation.ui.ToolBar toolbar
           
protected  DeclareRecordsSelectOperation.UiButton uiButton
           
protected  DeclareRecordsSelectOperation.UiSeperator uiSeperator
           
protected  DeclareRecordsSelectOperation.Renderer uiWrapper
           
protected  DeclareRecordsSelectOperation.UiListView versionListView
           
protected static com.filenet.wcm.toolkit.util.WcmString wsAccept
           
protected static com.filenet.wcm.toolkit.util.WcmString wsBrowseTemplate
           
protected static com.filenet.wcm.toolkit.util.WcmString wsClose
           
protected static com.filenet.wcm.toolkit.util.WcmString wsDeclareTitle
           
protected  com.filenet.wcm.toolkit.util.WcmString wsLabelInfo
           
protected static com.filenet.wcm.toolkit.util.WcmString wsPath
           
protected static com.filenet.wcm.toolkit.util.WcmString wsPathLabel
           
protected static com.filenet.wcm.toolkit.util.WcmString wsRemove
           
protected static com.filenet.wcm.toolkit.util.WcmString wsSelectedTemplate
           
protected static com.filenet.wcm.toolkit.util.WcmString wsSelectedVersion
           
protected static com.filenet.wcm.toolkit.util.WcmString wsSelectTemplate
           
protected static com.filenet.wcm.toolkit.util.WcmString wsSelectText
           
protected static com.filenet.wcm.toolkit.util.WcmString wsSelectVersionsText
           
protected static com.filenet.wcm.toolkit.util.WcmString wsTitleInfo
           
protected static com.filenet.wcm.toolkit.util.WcmString wsTitleLabel1
           
protected static com.filenet.wcm.toolkit.util.WcmString wsTitleLabel2
           
protected static com.filenet.wcm.toolkit.util.WcmString wsUndefinedName
           
protected static com.filenet.wcm.toolkit.util.WcmString wsUnSelectText
           
 
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
DeclareRecordsSelectOperation()
           
 
Method Summary
 void callSecurityClassificationWizard(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 java.lang.String getFormName()
          Uses the WcmPropertiesInfoPage form so wizard navigation will submit it.
 void initialize()
          Initializes the Module for use in the Entry wizard.
 void onAccept(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Accept user changes and proceed to next step.
 void onExit(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles the Previous event triggered by the user wanting to select differnent items.
 void onFinishClassify(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onPrevious(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles the Previous event triggered by the user wanting to select differnent items.
 void onSelect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Marks the selected document for deletion.
 void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Initialize the child modules
 void render(java.io.Writer w)
          Renders the document classes and properties.
 
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, 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, 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

wsTitleLabel1

protected static final com.filenet.wcm.toolkit.util.WcmString wsTitleLabel1

wsTitleLabel2

protected static final com.filenet.wcm.toolkit.util.WcmString wsTitleLabel2

wsTitleInfo

protected static final com.filenet.wcm.toolkit.util.WcmString wsTitleInfo

wsPathLabel

protected static final com.filenet.wcm.toolkit.util.WcmString wsPathLabel

wsSelectText

protected static final com.filenet.wcm.toolkit.util.WcmString wsSelectText

wsUnSelectText

protected static final com.filenet.wcm.toolkit.util.WcmString wsUnSelectText

wsAccept

protected static final com.filenet.wcm.toolkit.util.WcmString wsAccept

wsClose

protected static final com.filenet.wcm.toolkit.util.WcmString wsClose

wsUndefinedName

protected static final com.filenet.wcm.toolkit.util.WcmString wsUndefinedName

wsRemove

protected static final com.filenet.wcm.toolkit.util.WcmString wsRemove

wsSelectedTemplate

protected static final com.filenet.wcm.toolkit.util.WcmString wsSelectedTemplate

wsSelectedVersion

protected static final com.filenet.wcm.toolkit.util.WcmString wsSelectedVersion

wsSelectTemplate

protected static final com.filenet.wcm.toolkit.util.WcmString wsSelectTemplate

wsBrowseTemplate

protected static final com.filenet.wcm.toolkit.util.WcmString wsBrowseTemplate

wsSelectVersionsText

protected static final com.filenet.wcm.toolkit.util.WcmString wsSelectVersionsText

wsDeclareTitle

protected static final com.filenet.wcm.toolkit.util.WcmString wsDeclareTitle

wsPath

protected static final com.filenet.wcm.toolkit.util.WcmString wsPath

authoringDataProvider

protected com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider authoringDataProvider

navigationDataProvider

protected com.filenet.wcm.toolkit.server.dp.WcmNavigationDataProvider navigationDataProvider

recordsManageDataProvider

protected com.filenet.wcm.toolkit.server.dp.RecordsManageDataProvider recordsManageDataProvider

authorState

protected WcmAuthoringState authorState

naviState

protected WcmNavigationState naviState

titlePathview

protected com.filenet.wcm.apps.server.presentation.ui.PathView titlePathview

uiSeperator

protected DeclareRecordsSelectOperation.UiSeperator uiSeperator

linksBar

protected WcmTextLinksBar linksBar

uiWrapper

protected DeclareRecordsSelectOperation.Renderer uiWrapper

uiButton

protected DeclareRecordsSelectOperation.UiButton uiButton

versionListView

protected DeclareRecordsSelectOperation.UiListView versionListView

selectRecordTemplate

protected SelectDeclareMode selectRecordTemplate

returnUrl

protected java.lang.String returnUrl

FORM_NAME

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

STYLE_DOCUMENT

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

STYLE_VERSION

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

SELECTION_MODE

protected static final int SELECTION_MODE
See Also:
Constant Field Values

CONFIRMATION_MODE

protected static final int CONFIRMATION_MODE
See Also:
Constant Field Values

STATUS_MODE

protected static final int STATUS_MODE
See Also:
Constant Field Values

selectedIds

protected java.lang.String[] selectedIds

errorMap

protected java.util.Map errorMap

pageMode

protected int pageMode

docStyleMode

protected java.lang.String docStyleMode

command

protected java.lang.String command

toolbar

protected com.filenet.wcm.apps.server.presentation.ui.ToolBar toolbar

wsLabelInfo

protected com.filenet.wcm.toolkit.util.WcmString wsLabelInfo

config

protected WcmWorkplaceConfig config
Constructor Detail

DeclareRecordsSelectOperation

public DeclareRecordsSelectOperation()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Initializes the Module for use in the Entry wizard.

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

onStartPage

public void onStartPage(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws java.lang.Exception
Initialize the child modules

Parameters:
request - HttpServletRequest object
response - HttpServletResponse object
Throws:
java.lang.Exception

render

public void render(java.io.Writer w)
            throws java.lang.Exception
Renders the document classes and properties.

Parameters:
w - Writer object to write to.
Throws:
java.lang.Exception

onSelect

public void onSelect(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws java.lang.Exception
Marks the selected document for deletion.

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.

onPrevious

public void onPrevious(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws java.lang.Exception
Handles the Previous event triggered by the user wanting to select differnent items.

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.

onAccept

public void onAccept(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws java.lang.Exception
Accept user changes and proceed to next step.

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.

onExit

public void onExit(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws java.lang.Exception
Handles the Previous event triggered by the user wanting to select differnent items.

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()
Uses the WcmPropertiesInfoPage form so wizard navigation will submit it.

Returns:
ui.getFormName.

callSecurityClassificationWizard

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

onFinishClassify

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


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