Package | Description |
---|---|
com.oss.teamshare | |
com.oss.teamshare.team |
Modifier and Type | Method and Description |
---|---|
static void |
Main.main(String[] args) |
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.
|