Uses of Class
net.sf.sail.core.entity.User

Packages that use User
net.sf.sail.common.apps.preview   
net.sf.sail.common.persistance.memory Implementation of PersistanceService that stores everything in RAM. 
net.sf.sail.common.util Miscellaneous utility classes. 
net.sf.sail.core.beans Management of beans brought into SAIL. 
net.sf.sail.core.beans.service Provides interfaces for standard services used in SAIL. 
net.sf.sail.core.entity   
net.sf.sail.core.session Management of SAIL sessions. 
 

Uses of User in net.sf.sail.common.apps.preview
 

Fields in net.sf.sail.common.apps.preview declared as User
static User PreviewSessionDataService.PREVIEW_USER
           
 

Methods in net.sf.sail.common.apps.preview that return User
 User PreviewSessionDataService.getUser(UserUuid userUuid)
           
 

Uses of User in net.sf.sail.common.persistance.memory
 

Fields in net.sf.sail.common.persistance.memory with type parameters of type User
(package private)  java.util.Set<User> MemoryAgent.users
          element type: User
(package private)  java.util.Map<User,AgentSet<IAgent>> MemoryPersistenceImpl.usersToAgents
           
 

Methods in net.sf.sail.common.persistance.memory that return User
 User[] MemoryAgent.getUserArray()
           
 

Methods in net.sf.sail.common.persistance.memory with parameters of type User
 void MemoryAgent.addUser(User user)
           
 AgentSet<IAgent> MemoryPersistenceImpl.getAgentsOfUser(User user)
           
 void MemoryAgent.removeUser(User user)
           
 

Uses of User in net.sf.sail.common.util
 

Methods in net.sf.sail.common.util that return User
static User MockData.fakeUser(UserUuid userUuid)
           
 

Method parameters in net.sf.sail.common.util with type arguments of type User
static java.util.Collection MockData.simpleAgentSet(java.util.Collection<User> users)
          Give each user an INDIVIDUAL agent and put them all in one RUN_WORKGROUP agent
 

Uses of User in net.sf.sail.core.beans
 

Methods in net.sf.sail.core.beans with parameters of type User
 void SessionContext.addUser(User user)
           
 

Uses of User in net.sf.sail.core.beans.service
 

Methods in net.sf.sail.core.beans.service with parameters of type User
 void SessionService.addUser(User user)
           
 AgentSet AgentService.getAgentsOfUser(User user)
           
 void SessionService.removeUser(User user)
           
 

Uses of User in net.sf.sail.core.entity
 

Methods in net.sf.sail.core.entity that return User
 User[] IAgent.getUserArray()
           
 

Methods in net.sf.sail.core.entity with parameters of type User
 void IAgent.addUser(User user)
           
 void IAgent.removeUser(User user)
           
 

Uses of User in net.sf.sail.core.session
 

Fields in net.sf.sail.core.session with type parameters of type User
(package private)  java.util.Set<User> DefaultSessionService.users
           
 

Methods in net.sf.sail.core.session that return User
 User SessionDataService.getUser(UserUuid userUuid)
           
 

Methods in net.sf.sail.core.session with parameters of type User
 void DefaultSessionService.addUser(User user)
           
 void DefaultSessionService.removeUser(User user)
           
 



Copyright 2004-2004-2006 TELS Center. All Rights Reserved.