psdi.webclient.system.controller

Class SessionContext

  • java.lang.Object
    • psdi.webclient.system.controller.SessionContext

  • Deprecated. 
    FIREFOX

    public class SessionContext
    extends java.lang.Object
    The SessionContext class emulates the 6.x session context functionality for legacy application beans
    • Constructor Detail

      • SessionContext

        public SessionContext(WebClientSession masterInstance)
        Deprecated. 
    • Method Detail

      • getMasterInstance

        public WebClientSession getMasterInstance()
        Deprecated. 
        Returns:
        reference to the master object
      • getMXSession

        public MXSession getMXSession()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getMXSession()
      • getCurrentApp

        public AppInstance getCurrentApp()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getCurrentApp()
      • getCurrentAppId

        public java.lang.String getCurrentAppId()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getCurrentAppId()
      • getCurrentPageId

        public java.lang.String getCurrentPageId()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getCurrentPageId()
      • setCurrentEvent

        public void setCurrentEvent(WebClientEvent event)
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.setCurrentEvent()
      • getCurrentEvent

        public WebClientEvent getCurrentEvent()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getCurrentEvent()
      • getCurrentEventHandler

        public ControlHandler getCurrentEventHandler()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getCurrentEventHandler()
      • getLoginEvent

        public WebClientEvent getLoginEvent()
                                     throws java.io.IOException
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getLoginEvent()
        Throws:
        java.io.IOException
      • getLocale

        public java.util.Locale getLocale()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getMXSession().getUserInfo().getLocale()
      • getTimeZone

        public java.util.TimeZone getTimeZone()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getMXSession().getUserInfo().getTimeZone()
      • getUserInfo

        public UserInfo getUserInfo()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getMXSession().getUserInfo()
      • getWorkflowDirector

        public WorkflowDirector getWorkflowDirector()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getWorkflowDirector()
      • getPreviousApp

        public AppInstance getPreviousApp()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getPreviousApp()
      • pop

        public AppInstance pop()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.popApp()
      • getRequest

        public javax.servlet.http.HttpServletRequest getRequest()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getRequest()
      • getResponse

        public javax.servlet.http.HttpServletResponse getResponse()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getResponse()
      • queueRefreshEvent

        public void queueRefreshEvent()
        Deprecated. FIREFOX
        TODO: Remove this call, refresh is always done automatically
      • queueEvent

        public void queueEvent(WebClientEvent event)
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.queueEvent(WebClientEvent)
      • runLongOp

        public boolean runLongOp(DataBean dataSrc,
                                 java.lang.String method)
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.runLongOp(DataBean, String)
      • runLongOp

        public boolean runLongOp(DataBean dataSrc,
                                 WebClientEvent event)
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.runLongOp(DataBean, WebClientEvent)
      • haslongOpStarted

        public boolean haslongOpStarted()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.haslongOpStarted()
      • haslongOpCompleted

        public boolean haslongOpCompleted()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.haslongOpCompleted()
      • getSpellSessionAdapter

        public SpellingSessionAdapter getSpellSessionAdapter()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getSpellSessionAdapter()
      • setSpellSessionAdapter

        public void setSpellSessionAdapter(SpellingSessionAdapter spellSessionAdapter)
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.setSpellSessionAdapter(SpellingSessionAdapter)
      • hasWarnings

        public boolean hasWarnings()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.hasWarnings()
      • getWarnings

        public java.util.ArrayList getWarnings()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.getWarnings()
      • showLongOpStatus

        public void showLongOpStatus()
        Deprecated. FIREFOX
        TODO: Replace with WebClientSession.handleMXWarnings(boolean)