|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserUuid | |
---|---|
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.entity | |
net.sf.sail.core.service | |
net.sf.sail.core.service.impl | |
net.sf.sail.core.session | Management of SAIL sessions. |
Uses of UserUuid in net.sf.sail.common.apps.preview |
---|
Fields in net.sf.sail.common.apps.preview declared as UserUuid | |
---|---|
static UserUuid |
PreviewSessionDataService.PREVIEW_USERID
|
Methods in net.sf.sail.common.apps.preview that return types with arguments of type UserUuid | |
---|---|
java.util.Collection<UserUuid> |
PreviewSessionConfiguration.getParticipants()
Collection of User UUIDs of participants in session |
Methods in net.sf.sail.common.apps.preview with parameters of type UserUuid | |
---|---|
User |
PreviewSessionDataService.getUser(UserUuid userUuid)
|
Uses of UserUuid in net.sf.sail.common.persistance.memory |
---|
Methods in net.sf.sail.common.persistance.memory that return UserUuid | |
---|---|
UserUuid[] |
MemoryAgent.getUserArray()
|
Methods in net.sf.sail.common.persistance.memory with parameters of type UserUuid | |
---|---|
void |
MemoryAgent.addUser(UserUuid user)
|
void |
MemoryAgent.removeUser(UserUuid user)
|
Uses of UserUuid in net.sf.sail.common.util |
---|
Fields in net.sf.sail.common.util declared as UserUuid | |
---|---|
static UserUuid |
MockData.USER_ID_1
|
static UserUuid |
MockData.USER_ID_2
|
Methods in net.sf.sail.common.util with parameters of type UserUuid | |
---|---|
static User |
MockData.fakeUser(UserUuid userUuid)
|
Uses of UserUuid in net.sf.sail.core.entity |
---|
Methods in net.sf.sail.core.entity that return UserUuid | |
---|---|
UserUuid[] |
IAgent.getUserArray()
|
UserUuid |
User.getUserUUID()
|
Methods in net.sf.sail.core.entity with parameters of type UserUuid | |
---|---|
void |
IAgent.addUser(UserUuid user)
|
void |
IAgent.removeUser(UserUuid user)
|
Constructors in net.sf.sail.core.entity with parameters of type UserUuid | |
---|---|
User(UserUuid userUUID,
java.lang.String displayName)
|
Uses of UserUuid in net.sf.sail.core.service |
---|
Methods in net.sf.sail.core.service with parameters of type UserUuid | |
---|---|
User |
UserService.getUser(UserUuid userUuid)
Translation from sail user id to a User object |
Uses of UserUuid in net.sf.sail.core.service.impl |
---|
Methods in net.sf.sail.core.service.impl with parameters of type UserUuid | |
---|---|
User |
UserLookupServiceImpl.getUser(UserUuid userUuid)
|
User |
DelegatingDataService.getUser(UserUuid userUuid)
|
User |
UserServiceImpl.getUser(UserUuid userUuid)
|
User |
UserLookupService.getUser(UserUuid userUuid)
|
Uses of UserUuid in net.sf.sail.core.session |
---|
Methods in net.sf.sail.core.session that return types with arguments of type UserUuid | |
---|---|
java.util.Collection<UserUuid> |
XmlSessionConfiguration.getParticipants()
|
java.util.Collection<UserUuid> |
SessionConfiguration.getParticipants()
|
Methods in net.sf.sail.core.session with parameters of type UserUuid | |
---|---|
User |
SessionDataService.getUser(UserUuid userUuid)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |