Uses of Class
base.session.Session

Packages that use Session
base This package contains the InternetCafe project's core classes. 
base.session This package contains the InternetCafe project's core classes for the session area. 
ui.dialog   
ui.panel   
ui.table.model   
ui.util   
 

Uses of Session in base
 

Methods in base that return Session
 Session[] InternetCafeManager.getSession()
           
 Session InternetCafeManager.getSessionById(int sessionId)
          This method retrieves a session specifying his id.
 

Methods in base with parameters of type Session
 void InternetCafeManager.addSession(Session session)
          This method simply adds a session.
 void InternetCafeManager.addSessionSet(Session[] sessionSet)
          This method simply adds a set of sessions.
 void InternetCafeManager.deleteSession(Session session)
          This method deletes a session.
protected static java.lang.String InternetCafeManager.sessionKey(Session session)
          This method simply builds a key string for an instance of Session.
 

Uses of Session in base.session
 

Methods in base.session that return Session
static Session SessionFactory.newSession(User user, Workstation workstation, java.lang.String description, java.util.Date startTime, java.util.Date endTime, Service service)
           
 

Uses of Session in ui.dialog
 

Constructors in ui.dialog with parameters of type Session
SessionDialog(Session session)
           
 

Uses of Session in ui.panel
 

Methods in ui.panel that return Session
protected  Session SessionPanel.getSession()
           
 

Constructors in ui.panel with parameters of type Session
SessionPanel(Session session)
           
 

Uses of Session in ui.table.model
 

Methods in ui.table.model with parameters of type Session
 void SessionTableModel.setData(Session[] sessions)
           
 

Uses of Session in ui.util
 

Methods in ui.util that return Session
static Session[] SortStrategy.searchSessionByDate(java.util.Date date, Session[] session)
           
static Session[] SortStrategy.searchSessionByText(java.lang.String expression, Session[] session)
           
 

Methods in ui.util with parameters of type Session
static Session[] SortStrategy.searchSessionByDate(java.util.Date date, Session[] session)
           
static Session[] SortStrategy.searchSessionByText(java.lang.String expression, Session[] session)
           
 



Copyright © 2006 SF.net. All Rights Reserved.