Uses of Class
at.davinci.DaVinciSession

Packages that use DaVinciSession
at.davinci   
at.davinci.control   
at.davinci.control.access   
at.davinci.model   
at.davinci.ui   
 

Uses of DaVinciSession in at.davinci
 

Methods in at.davinci that return DaVinciSession
 DaVinciSession SessionManager.getSession(java.lang.String sid)
           
 DaVinciSession SessionManager.newSession()
           
 DaVinciSession SessionManager.newSession(java.lang.String sid)
           
 

Methods in at.davinci with parameters of type DaVinciSession
 void DaVinciKernel.renderGUI(DaVinciSession s, ViewTreeRenderer r)
           
 

Uses of DaVinciSession in at.davinci.control
 

Methods in at.davinci.control that return DaVinciSession
 DaVinciSession Action.getSession()
           
 

Methods in at.davinci.control with parameters of type DaVinciSession
 void Action.setSession(DaVinciSession session)
           
 

Constructors in at.davinci.control with parameters of type DaVinciSession
Action(java.lang.String actionName, DaVinciKernel k, DaVinciSession s)
           
 

Uses of DaVinciSession in at.davinci.control.access
 

Methods in at.davinci.control.access with parameters of type DaVinciSession
 void AccessControlManager.login(DaVinciSession sess, java.lang.String user, java.lang.String givenPwd)
           
 void AccessControlManager.loginBase64(DaVinciSession sess, java.lang.String credentials)
          assumes that credentials = base64(user + password)
 void AccessControlManager.loginDefaultUser(DaVinciSession sess)
           
 void AccessControlManager.logout(DaVinciSession sess)
           
 

Uses of DaVinciSession in at.davinci.model
 

Methods in at.davinci.model that return DaVinciSession
 DaVinciSession AbstractModel.getSession()
           
 

Methods in at.davinci.model with parameters of type DaVinciSession
 java.util.Hashtable<java.lang.String,AbstractModel> ModelManager.createModelInstances(DaVinciSession sess)
           
 void AbstractModel.setDaVinciSession(DaVinciSession sess)
           
 

Uses of DaVinciSession in at.davinci.ui
 

Methods in at.davinci.ui with parameters of type DaVinciSession
 void ViewTreeRenderer.setDaVinciSession(DaVinciSession s)