|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.service | |
net.sf.sail.core.service.impl | |
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 |
---|
Methods in net.sf.sail.common.persistance.memory with parameters of type User | |
---|---|
AgentSet |
MemoryPersistenceImpl.getAgentsOfUser(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<IAgent> |
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 that return types with arguments of type User | |
---|---|
java.util.Collection<User> |
SessionService.getUsers()
Who is at the computer right now |
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.service |
---|
Methods in net.sf.sail.core.service that return User | |
---|---|
User |
UserService.getUser(UserUuid userUuid)
Translation from sail user id to a User object |
Methods in net.sf.sail.core.service that return types with arguments of type User | |
---|---|
java.util.Collection<User> |
UserService.getParticipants()
Collection of users that are currently active |
Uses of User in net.sf.sail.core.service.impl |
---|
Methods in net.sf.sail.core.service.impl that return User | |
---|---|
User |
UserLookupServiceImpl.getUser(UserUuid userUuid)
|
User |
DelegatingDataService.getUser(UserUuid userUuid)
|
User |
UserServiceImpl.getUser(UserUuid userUuid)
|
User |
UserLookupService.getUser(UserUuid userUuid)
|
Methods in net.sf.sail.core.service.impl that return types with arguments of type User | |
---|---|
java.util.Collection<User> |
UserServiceImpl.getParticipants()
|
Uses of User in net.sf.sail.core.session |
---|
Methods in net.sf.sail.core.session that return User | |
---|---|
User |
SessionDataService.getUser(UserUuid userUuid)
|
Methods in net.sf.sail.core.session that return types with arguments of type User | |
---|---|
java.util.Collection<User> |
DefaultSessionService.getUsers()
|
Methods in net.sf.sail.core.session with parameters of type User | |
---|---|
void |
DefaultSessionService.addUser(User user)
|
void |
DefaultSessionService.removeUser(User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |