Uses of Class
com.irisel.oms.auth.Session

Packages that use Session
com.irisel.oms.auth   
com.irisel.oms.auth.internal   
com.irisel.oms.guiom   
com.irisel.oms.guiom.actions   
com.irisel.oms.guiom.iframe   
com.irisel.oms.guiom.interfaces   
 

Uses of Session in com.irisel.oms.auth
 

Methods in com.irisel.oms.auth with parameters of type Session
 boolean SecurityManager.checkRead(Session s, QueryTree qt)
           
 boolean SecurityManager.checkSave(Session s, QuerySave qs)
           
 boolean SecurityManager.exec(Session s, java.lang.String method, Instance focus, java.lang.String[] args)
           
 InstanceSet SecurityManager.filter(Session s, InstanceSet is, java.lang.String permType)
           
static SecurityManager SecurityManagerFactory.getClientSecurityManager(CLBrowser clb, Session s)
          Creates and initializes a Security Manager for use at server side.
 

Uses of Session in com.irisel.oms.auth.internal
 

Methods in com.irisel.oms.auth.internal with parameters of type Session
 boolean SecurityManagerImpl.checkRead(Session s, QueryTree qt)
           
 boolean SecurityManagerImpl.checkSave(Session s, QuerySave qs)
           
 boolean SecurityManagerImpl.evalExpression(PermVO perm, Instance focus, Session s)
           
 boolean SecurityManagerImpl.exec(Session s, java.lang.String method, Instance focus, java.lang.String[] args)
           
 InstanceSet SecurityManagerImpl.filter(Session thisSession, InstanceSet is, java.lang.String permType)
           
 

Constructors in com.irisel.oms.auth.internal with parameters of type Session
SecurityManagerImpl(CLBrowser clb, Session s)
           
 

Uses of Session in com.irisel.oms.guiom
 

Methods in com.irisel.oms.guiom that return Session
 Session CLGuiomBase.getSession()
           
 

Uses of Session in com.irisel.oms.guiom.actions
 

Methods in com.irisel.oms.guiom.actions with parameters of type Session
static javax.swing.JButton[] MethodActionHelper.createButtons(CLBrowser browser, JPanelToolBar panelToolBar, Instance instance, Session userSession, int formKey, int panelKey)
           
 

Uses of Session in com.irisel.oms.guiom.iframe
 

Methods in com.irisel.oms.guiom.iframe that return Session
 Session IFOpenInstanceFlow.getSession()
           
 Session CLJInternalFrameOpenInstance.getSession()
           
 

Uses of Session in com.irisel.oms.guiom.interfaces
 

Methods in com.irisel.oms.guiom.interfaces that return Session
 Session CLDesktop.getSession()