| Package | Description |
|---|---|
| org.hisp.dhis | |
| org.hisp.dhis.model |
| Modifier and Type | Method and Description |
|---|---|
OrgUnit |
Dhis2.getOrgUnit(String id)
Retrieves an
OrgUnit. |
| Modifier and Type | Method and Description |
|---|---|
List<OrgUnit> |
Dhis2.getOrgUnits(Query query)
Retrieves a list of
OrgUnit. |
| Modifier and Type | Method and Description |
|---|---|
ResponseMessage |
Dhis2.saveOrgUnit(OrgUnit orgUnit)
Saves a
OrgUnit. |
ResponseMessage |
Dhis2.updateOrgUnit(OrgUnit orgUnit)
Updates a
OrgUnit. |
| Modifier and Type | Method and Description |
|---|---|
OrgUnit |
OrgUnit.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<OrgUnit> |
Objects.getOrganisationUnits() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrgUnit.setParent(OrgUnit parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
Objects.setOrganisationUnits(List<OrgUnit> organisationUnits) |
Copyright © 2019 UiO. All rights reserved.