Uses of Class
org.hisp.dhis.model.OrgUnitGroupSet
Packages that use OrgUnitGroupSet
-
Uses of OrgUnitGroupSet in org.hisp.dhis
Methods in org.hisp.dhis that return OrgUnitGroupSetModifier and TypeMethodDescriptionDhis2.getOrgUnitGroupSet(String id) Retrieves anOrgUnitGroupSet.Methods in org.hisp.dhis that return types with arguments of type OrgUnitGroupSetModifier and TypeMethodDescriptionDhis2.getOrgUnitGroupSets(Query query) Retrieves a list ofOrgUnitGroupSet.Methods in org.hisp.dhis with parameters of type OrgUnitGroupSetModifier and TypeMethodDescriptionDhis2.saveOrgUnitGroupSet(OrgUnitGroupSet orgUnitGroupSet) Saves aOrgUnitGroupSet.Dhis2.updateOrgUnitGroupSet(OrgUnitGroupSet orgUnitGroupSet) Updates aOrgUnitGroupSet.Method parameters in org.hisp.dhis with type arguments of type OrgUnitGroupSetModifier and TypeMethodDescriptionDhis2.saveOrgUnitGroupSets(List<OrgUnitGroupSet> orgUnitGroupSets) Saves or updates the list ofOrgUnitGroupSet.