| Package | Description |
|---|---|
| nl.surfnet.coin.teams.domain | |
| nl.surfnet.coin.teams.service | |
| nl.surfnet.coin.teams.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Stem |
Team.getStem()
Get the stem that this team belongs to
|
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setStem(Stem stem)
Set the stem that this team belongs to
|
| Constructor and Description |
|---|
Team(String id,
String name,
String description,
List<Member> members,
Stem stem,
boolean viewable) |
Team(String id,
String name,
String description,
Stem stem,
boolean viewable) |
| Modifier and Type | Method and Description |
|---|---|
Stem |
GrouperTeamService.findStem(String stemId) |
| Modifier and Type | Method and Description |
|---|---|
List<Stem> |
GrouperTeamService.findStemsByMember(String personId)
Return all stems for a person
|
| Modifier and Type | Method and Description |
|---|---|
Stem |
InMemoryMockTeamService.findStem(String stemId) |
Stem |
GrouperTeamServiceWsImpl.findStem(String stemId) |
| Modifier and Type | Method and Description |
|---|---|
List<Stem> |
InMemoryMockTeamService.findStemsByMember(String personId)
Return all stems for a person
|
List<Stem> |
GrouperTeamServiceWsImpl.findStemsByMember(String personId) |
Copyright © 2009–2015 SURFnet bv, The Netherlands. All rights reserved.