Uses of Class
org.hisp.dhis.model.OrgUnit
Packages that use OrgUnit
-
Uses of OrgUnit in org.hisp.dhis
Methods in org.hisp.dhis that return OrgUnitMethods in org.hisp.dhis that return types with arguments of type OrgUnitModifier and TypeMethodDescriptionDhis2.getOrgUnits(Query query) Retrieves a list ofOrgUnit.Dhis2.getOrgUnitSubHierarchy(String id, Integer level, Query query) Retrieves a list ofOrgUnitwhich represents the sub-hierarchy of the given parent org unit.Methods in org.hisp.dhis with parameters of type OrgUnitModifier and TypeMethodDescriptionDhis2.saveOrgUnit(OrgUnit orgUnit) Saves aOrgUnit.Dhis2.updateOrgUnit(OrgUnit orgUnit) Updates aOrgUnit.Method parameters in org.hisp.dhis with type arguments of type OrgUnitModifier and TypeMethodDescriptionDhis2.saveOrgUnits(List<OrgUnit> orgUnits) Saves or updates the list ofOrgUnit. -
Uses of OrgUnit in org.hisp.dhis.model
Constructors in org.hisp.dhis.model with parameters of type OrgUnit