Package | Description |
---|---|
com.oss.teamshare.team |
Modifier and Type | Method and Description |
---|---|
TeamId |
Team.getId() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Team |
Session.getTeam(TeamId id)
Returns a team by its id or null if not found.
|
Constructor and Description |
---|
Team(TeamId id,
String name,
User owner) |