com.filenet.wcm.apps.server.ui.info.prefs
Class PrefTasksInfoPage
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.WcmXSLModule
com.filenet.wcm.apps.server.presentation.ui.GenericListView
com.filenet.wcm.apps.server.ui.WcmGenericListView
com.filenet.wcm.apps.server.ui.WcmNavigationListView
com.filenet.wcm.apps.server.ui.nav.TasksNavigation
com.filenet.wcm.apps.server.ui.info.prefs.PrefTasksInfoPage
- All Implemented Interfaces:
- com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmPanelInterface, com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface, com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
- public class PrefTasksInfoPage
- extends TasksNavigation
- implements com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface, com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
Site Preferences Tasks Settings.
Field Summary |
static com.filenet.wcm.toolkit.util.WcmString |
wsTypeBoolean
|
static com.filenet.wcm.toolkit.util.WcmString |
wsTypeFloat
|
static com.filenet.wcm.toolkit.util.WcmString |
wsTypeInt
|
static com.filenet.wcm.toolkit.util.WcmString |
wsTypeString
|
static com.filenet.wcm.toolkit.util.WcmString |
wsTypeTime
|
Fields inherited from class com.filenet.wcm.apps.server.ui.nav.TasksNavigation |
localizedInbox, localizedTracker, pathView, performTranslation, queueName, queueNameLocalized, queueType, sActiveWorkflows, sInbox, sTracker, subject, TAB_ACTIVE_WORKFLOWS, TAB_MY_INBOX, TAB_PUBLIC_INBOXES, TAB_TASK_TRACKER, toolBar, treeModule, USER_QUEUE, wobNum, wsActiveWorkflows, wsInboxes, wsInboxPages, wsMyInbox, wsNone, wsPublicInboxes, wsTaskTracker |
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 |
Method Summary |
void |
addRestoreDefaultsLink(WcmTextLinksBar linksBar,
java.lang.String tab)
|
java.lang.String |
getFormName()
|
java.util.Iterator |
getValidationErrors()
|
void |
initialize()
Initializes the class data and XSL parameters. |
boolean |
isApplyButtonRequired()
|
boolean |
isModified()
|
void |
onRestoreInboxDefaults(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onSelect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieves the selected queue information from the request and stores it in the data provider. |
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This completely overrides the onStartPage method in the super class. |
void |
panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
boolean |
panelValidate()
|
void |
render(java.io.Writer w)
Renders the class data. |
void |
selectTab(java.lang.String tab)
|
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, 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, 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 |
wsTypeInt
public static final com.filenet.wcm.toolkit.util.WcmString wsTypeInt
wsTypeString
public static final com.filenet.wcm.toolkit.util.WcmString wsTypeString
wsTypeBoolean
public static final com.filenet.wcm.toolkit.util.WcmString wsTypeBoolean
wsTypeFloat
public static final com.filenet.wcm.toolkit.util.WcmString wsTypeFloat
wsTypeTime
public static final com.filenet.wcm.toolkit.util.WcmString wsTypeTime
PrefTasksInfoPage
public PrefTasksInfoPage()
throws java.lang.Exception
initialize
public void initialize()
throws java.lang.Exception
- Description copied from class:
TasksNavigation
- Initializes the class data and XSL parameters.
- Specified by:
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
- Overrides:
initialize
in class TasksNavigation
- Throws:
java.lang.Exception
- If there are problems.
selectTab
public void selectTab(java.lang.String tab)
throws java.lang.Exception
- Overrides:
selectTab
in class TasksNavigation
- Throws:
java.lang.Exception
render
public void render(java.io.Writer w)
throws java.lang.Exception
- Description copied from class:
TasksNavigation
- Renders the class data.
- Specified by:
render
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- Overrides:
render
in class TasksNavigation
- Parameters:
w
- Writer for writing to the response object.
- Throws:
java.lang.Exception
- If there are problems.
getValidationErrors
public java.util.Iterator getValidationErrors()
- Specified by:
getValidationErrors
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
panelValidate
public boolean panelValidate()
throws java.lang.Exception
- Specified by:
panelValidate
in interface com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface
- Throws:
java.lang.Exception
onStartPage
public void onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- This completely overrides the onStartPage method in the super class.
All code is the same except whan appending a queue's url to the path bar,
a submitForm url is contructed. This is done in order to preserve the displayed preference
settings when the user clicks a link in the path bar. Otherwise we lose them completely.
- Specified by:
onStartPage
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- Overrides:
onStartPage
in class TasksNavigation
- 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 retreving data.
getFormName
public java.lang.String getFormName()
- Specified by:
getFormName
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
panelSave
public void panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Specified by:
panelSave
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
- Throws:
java.lang.Exception
panelFinish
public void panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Specified by:
panelFinish
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
- Throws:
java.lang.Exception
isModified
public boolean isModified()
throws java.lang.Exception
- Specified by:
isModified
in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
- Throws:
java.lang.Exception
isApplyButtonRequired
public boolean isApplyButtonRequired()
throws java.lang.Exception
- Specified by:
isApplyButtonRequired
in interface com.filenet.wcm.toolkit.server.base.WcmViewPanelInterface
- Throws:
java.lang.Exception
onSelect
public void onSelect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Description copied from class:
TasksNavigation
- Retrieves the selected queue information from the request and stores it in the data provider.
- Overrides:
onSelect
in class TasksNavigation
- Parameters:
request
- HttpServletRequest is the JSP request object.response
- HttpServletResponse is the JSP response object.
- Throws:
java.lang.Exception
- If there are problems retreving data.
onRestoreInboxDefaults
public void onRestoreInboxDefaults(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
addRestoreDefaultsLink
public void addRestoreDefaultsLink(WcmTextLinksBar linksBar,
java.lang.String tab)
throws java.lang.Exception
- Throws:
java.lang.Exception
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.