Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.webclient.system.controller.SessionContext

  • Packages that use SessionContext 
    Package Description
    com.ibm.tivoli.maximo.skd.beans  
    psdi.webclient.beans.desktopreq  
    psdi.webclient.beans.report  
    psdi.webclient.beans.servicedesk  
    psdi.webclient.system.beans  
    psdi.webclient.system.controller  
    psdi.webclient.system.session  
    • Uses of SessionContext in com.ibm.tivoli.maximo.skd.beans

      Methods in com.ibm.tivoli.maximo.skd.beans with parameters of type SessionContext 
      Modifier and Type Method and Description
      void SKDWorkflowBean.setupBean(SessionContext sc)
      Deprecated. 
      FIREFOX
    • Uses of SessionContext in psdi.webclient.beans.desktopreq

      Methods in psdi.webclient.beans.desktopreq with parameters of type SessionContext 
      Modifier and Type Method and Description
      void MRBean.setupBean(SessionContext sc) 
      void AllOpenMRsBean.setupBean(SessionContext sc) 
    • Uses of SessionContext in psdi.webclient.beans.report

      Constructors in psdi.webclient.beans.report with parameters of type SessionContext 
      Constructor and Description
      PrintAttachedDocs(SessionContext sessionContext, java.lang.String appName, MboRemote curMbo)
      Constructor
    • Uses of SessionContext in psdi.webclient.beans.servicedesk

      Methods in psdi.webclient.beans.servicedesk with parameters of type SessionContext 
      Modifier and Type Method and Description
      void TableBean.setupBean(SessionContext sc) 
      void CreateLogBean.setupBean(SessionContext sc)
      Removes the subselect checkbox from the bottom of results table.
    • Uses of SessionContext in psdi.webclient.system.beans

      Fields in psdi.webclient.system.beans declared as SessionContext 
      Modifier and Type Field and Description
      protected SessionContext WebClientBean.sessionContext
      Deprecated. 
      FIREFOX - use clientSession instead
      Methods in psdi.webclient.system.beans with parameters of type SessionContext 
      Modifier and Type Method and Description
      protected void AppBean.gotoTab(SessionContext clientSession, java.lang.String tab)
      Deprecated. 
      FIREFOX - use gotoTab(WebClientSession, String) instead
      boolean DataBean.needToAuthenticate(SessionContext sc, java.lang.String option)
      Deprecated. 
      FIREFEOX - ckeckEsigAuthenticated is the new way
      void WorkflowBean.setupBean(SessionContext sc)
      Deprecated. 
      FIREFOX
      abstract void WebClientBean.setupBean(SessionContext sessionContext)
      Deprecated. 
      FIREFOX
      void ResultsBean.setupBean(SessionContext sc)
      Deprecated. 
      FIREFOX
      void DataBean.setupBean(SessionContext sc)
      Deprecated. 
      FIREFOX
      void ControlBean.setupBean(SessionContext sc)
      Deprecated. 
      FIREFOX
      void AppBean.setupBean(SessionContext sc)
      Deprecated. 
      FIREFOX
    • Uses of SessionContext in psdi.webclient.system.controller

      Methods in psdi.webclient.system.controller that return SessionContext 
      Modifier and Type Method and Description
      SessionContext WebClientEvent.getSessionContext()
      Deprecated. 
      FIREFOX
      Methods in psdi.webclient.system.controller with parameters of type SessionContext 
      Modifier and Type Method and Description
      static boolean Utility.addMXWarnings(SessionContext sessionContext, MXException[] warnings)
      Deprecated. 
      FIREFOX
      static void Utility.clearUserInput(SessionContext sessionContext)
      Deprecated. 
      FIREFOX
      static java.lang.String Utility.createStatusText(MXException[] warnings, SessionContext sc)
      Deprecated. 
      FIREFOX - use WebClientRuntime.createStatusText(MXException[], WebClientSession) instead
      static ControlHandler RequestHandler.findDialog(SessionContext sc, java.lang.String dialogId)
      Deprecated. 
      FIREFOX
      static ControlHandler RequestHandler.findHandler(SessionContext sc, java.lang.String handlerId)
      Deprecated. 
      FIREFOX
      static DataBean Utility.getDataBean(SessionContext sc, java.lang.String beanId)
      Deprecated. 
      FIREFOX
      static DataBean Utility.getDataSource(SessionContext sc, ControlHandler handler)
      Deprecated. 
      FIREFOX
      static MaxMessage Utility.getMaxMessage(SessionContext sessionContext, java.lang.String group, java.lang.String key)
      Deprecated. 
      FIREFOX
      static java.lang.String Utility.getMessage(SessionContext sessionContext, MXException mxe)
      Deprecated. 
      FIREFOX
      static java.lang.String Utility.getMessage(SessionContext sessionContext, java.lang.String messageFile, java.lang.String key)
      Deprecated. 
      FIREFOX
      static java.lang.String Utility.getMessage(SessionContext sessionContext, java.lang.String messageFile, java.lang.String key, java.lang.String[] params)
      Deprecated. 
      FIREFOX
      static java.lang.String Utility.getSettingsProperty(SessionContext sc, java.lang.String prop)
      Deprecated. 
      FIREFOX
      static java.lang.String Utility.getSettingsProperty(SessionContext sc, java.lang.String prop, java.lang.String[] params)
      Deprecated. 
      FIREFOX
      static boolean Utility.handleDialogOK(SessionContext sc)
      Deprecated. 
      FIREFOX
      static boolean Utility.handleMXWarnings(SessionContext sessionContext)
      Deprecated. 
      FIREFOX
      static int Utility.sendEvent(SessionContext sc, java.lang.String targetId, java.lang.String event, java.lang.Object value)
      Deprecated. 
      FIREFOX
      static boolean RequestHandler.showDialog(SessionContext sc, java.lang.String dialogId)
      Deprecated. 
      FIREFOX
      static boolean RequestHandler.showDialog(SessionContext sc, java.lang.String dialogId, java.lang.String startTabType)
      Deprecated. 
      FIREFOX
      Constructors in psdi.webclient.system.controller with parameters of type SessionContext 
      Constructor and Description
      WebClientEvent(java.lang.String type, java.lang.String targetId, java.lang.Object value, SessionContext sessionContext)
      Deprecated. 
      FIREFOX
      WebClientEvent(java.lang.String type, java.lang.String targetId, java.lang.Object value, java.lang.String row, java.lang.String additionalEvent, long uniqueid, SessionContext sessionContext)
      Deprecated. 
      FIREFOX
    • Uses of SessionContext in psdi.webclient.system.session

      Methods in psdi.webclient.system.session that return SessionContext 
      Modifier and Type Method and Description
      SessionContext WebClientSession.getAdaptorInstance()
      Deprecated. 
      FIREFOX
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes