| Package | Description |
|---|---|
| nl.surfnet.coin.teams.service | |
| nl.surfnet.coin.teams.service.impl |
| Modifier and Type | Method and Description |
|---|---|
TeamExternalGroup |
TeamExternalGroupDao.getByTeamIdentifierAndExternalGroupIdentifier(String teamId,
String externalGroupIdentifier)
Gets a specific link between a SURFteam and an external group by their respective SURFconext identifiers
|
| Modifier and Type | Method and Description |
|---|---|
List<TeamExternalGroup> |
TeamExternalGroupDao.getByExternalGroupIdentifier(String identifier)
Gets a List of links between a SURFteam and external groups by the identifier of the external group
|
List<TeamExternalGroup> |
TeamExternalGroupDao.getByExternalGroupIdentifiers(Collection<String> identifiers)
Gets a List of links between a SURFteam and external groups by the identifiers of the external groups
|
List<TeamExternalGroup> |
TeamExternalGroupDao.getByTeamIdentifier(String identifier)
Gets a List of links between a SURFteam and external groups by the identifier of the SURFteam
|
| Modifier and Type | Method and Description |
|---|---|
void |
TeamExternalGroupDao.delete(TeamExternalGroup teamExternalGroup)
Deletes the link between a SURFteam and an external group
|
void |
TeamExternalGroupDao.saveOrUpdate(TeamExternalGroup teamExternalGroup)
Saves or updates the link between a SURFteam and an external group
|
| Modifier and Type | Method and Description |
|---|---|
TeamExternalGroup |
TeamExternalGroupDaoImpl.getByTeamIdentifierAndExternalGroupIdentifier(String teamId,
String externalGroupIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
List<TeamExternalGroup> |
TeamExternalGroupDaoImpl.getByExternalGroupIdentifier(String identifier) |
List<TeamExternalGroup> |
TeamExternalGroupDaoImpl.getByExternalGroupIdentifiers(Collection<String> identifiers) |
List<TeamExternalGroup> |
TeamExternalGroupDaoImpl.getByTeamIdentifier(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
TeamExternalGroupDaoImpl.delete(TeamExternalGroup teamExternalGroup) |
void |
TeamExternalGroupDaoImpl.saveOrUpdate(TeamExternalGroup teamExternalGroup) |
Copyright © 2009–2014 SURFnet bv, The Netherlands. All rights reserved.