| Modifier and Type | Method and Description |
|---|---|
static Team |
TeamMapper.mapOmrsEntityDetailToTeam(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
TeamMapper.mapTeamToOmrsEntityDetail(Team team)
Map (convert) the supplied Team to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Team |
SupportingTeamsReference.team |
| Modifier and Type | Method and Description |
|---|---|
Team |
SupportingTeamsReference.getTeam() |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportingTeamsReference.setTeam(Team team) |
| Modifier and Type | Field and Description |
|---|---|
protected Team |
SupportingTeamsReference.team |
| Modifier and Type | Method and Description |
|---|---|
Team |
SupportingTeamsReference.getTeam() |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportingTeamsReference.setTeam(Team team) |
| Modifier and Type | Method and Description |
|---|---|
Team |
SubjectAreaBeansToAccessOMRS.addTeamClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied team
|
Team |
SubjectAreaBeansToAccessOMRS.createTeam(String userId,
Team team)
Create new team.
|
Team |
SubjectAreaBeansToAccessOMRS.deleteTeamClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing team represented by a guid.
|
Team |
SubjectAreaBeansToAccessOMRS.getTeamById(String userId,
String entityGuid)
Fetch complete definition of an team given its GUID.
|
Team |
SubjectAreaBeansToAccessOMRS.updateTeam(String userId,
Team team)
Update team
|
Team |
SubjectAreaBeansToAccessOMRS.updateTeamClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing team represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Team |
SubjectAreaBeansToAccessOMRS.createTeam(String userId,
Team team)
Create new team.
|
Team |
SubjectAreaBeansToAccessOMRS.updateTeam(String userId,
Team team)
Update team
|
Copyright © 2018 ODPi. All rights reserved.