Package | Description |
---|---|
com.oss.teamshare.team |
Modifier and Type | Method and Description |
---|---|
UserId |
User.getId() |
Modifier and Type | Method and Description |
---|---|
static Session |
Session.create(UserId userId,
DeviceId deviceId,
int port) |
Map<TeamId,Team> |
TeamRepo.retrieveUserTeams(UserId userId,
DeviceId deviceId) |
Map<TeamId,Team> |
JsonTeamRepo.retrieveUserTeams(UserId userId,
DeviceId deviceId)
Retrieve from team repository all teams in which a user is part of.
|
Constructor and Description |
---|
User(UserId id,
String username) |