| Package | Description |
|---|---|
| org.hisp.dhis | |
| org.hisp.dhis.model |
| Modifier and Type | Method and Description |
|---|---|
OrgUnitGroup |
Dhis2.getOrgUnitGroup(String id)
Retrieves an
OrgUnitGroup. |
| Modifier and Type | Method and Description |
|---|---|
List<OrgUnitGroup> |
Dhis2.getOrgUnitGroups()
Retrieves a list of
OrgUnitGroup. |
List<OrgUnitGroup> |
Dhis2.getOrgUnitGroups(Query query)
Retrieves a list of
OrgUnitGroup. |
| Modifier and Type | Method and Description |
|---|---|
ResponseMessage |
Dhis2.saveOrgUnitGroup(OrgUnitGroup orgUnitGroup)
Saves a
OrgUnitGroup. |
ResponseMessage |
Dhis2.updateOrgUnitGroup(OrgUnitGroup orgUnitGroup)
Updates a
OrgUnitGroup. |
| Modifier and Type | Method and Description |
|---|---|
List<OrgUnitGroup> |
Objects.getOrganisationUnitGroups() |
Set<OrgUnitGroup> |
OrgUnitGroupSet.getOrganisationUnitGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
Objects.setOrganisationUnitGroups(List<OrgUnitGroup> organisationUnitGroups) |
void |
OrgUnitGroupSet.setOrganisationUnitGroups(Set<OrgUnitGroup> organisationUnitGroups) |
Copyright © 2018 UiO. All rights reserved.