Uses of Class
org.hisp.dhis.response.object.ObjectResponse
Packages that use ObjectResponse
-
Uses of ObjectResponse in org.hisp.dhis
Methods in org.hisp.dhis that return ObjectResponseModifier and TypeMethodDescriptionDhis2.removeCategory(String id) Removes aCategory.Dhis2.removeCategoryCombo(String id) Removes aCategoryCombo.Dhis2.removeCategoryOption(String id) Removes aCategoryOption.Dhis2.removeCategoryOptionGroup(String id) Removes aCategoryOptionGroup.Dhis2.removeCategoryOptionGroupSet(String id) Removes aCategoryOptionGroupSet.Dhis2.removeDashboard(String id) Removes aDashboard.Dhis2.removeDataElement(String id) Removes aDataElement.Dhis2.removeDataElementGroup(String id) Removes aDataElementGroup.Dhis2.removeDataElementGroupSet(String id) Removes aDataElementGroupSet.Dhis2.removeDataSet(String id) Removes aDataSet.Dhis2.removeIndicator(String id) Removes anIndicator.Dhis2.removeIndicatorGroup(String id) Removes anIndicatorGroup.Dhis2.removeIndicatorGroupSet(String id) Removes anIndicatorGroupSet.Dhis2.removeIndicatorType(String id) Removes anIndicatorType.Removes aGeoMap.protected ObjectResponseBaseDhis2.removeMetadataObject(String path) Removes an object using HTTP DELETE.Dhis2.removeOptionSet(String id) Removes anOptionSet.Dhis2.removeOrgUnit(String id) Removes aOrgUnit.Dhis2.removeOrgUnitGroup(String id) Removes aOrgUnitGroup.Dhis2.removeOrgUnitGroupSet(String id) Removes aOrgUnitGroupSet.Dhis2.removeProgram(String id) Removes aProgram.Dhis2.removeProgramIndicator(String id) Removes aProgramIndicator.Dhis2.removeTableHook(String id) Removes aTableHook.Dhis2.removeVisualization(String id) Removes aVisualization.Dhis2.saveCategory(Category category) Saves aCategory.Dhis2.saveCategoryCombo(CategoryCombo categoryCombo) Saves aCategoryCombo.Dhis2.saveCategoryOption(CategoryOption categoryOption) Saves aCategoryOption.Dhis2.saveDataElement(DataElement dataElement) Saves aDataElement.Dhis2.saveDataElementGroup(DataElementGroup dataElementGroup) Saves aDataElement.protected ObjectResponseBaseDhis2.saveMetadataObject(String path, IdentifiableObject object) Saves a metadata object using HTTP POST.Dhis2.saveOrgUnit(OrgUnit orgUnit) Saves aOrgUnit.Dhis2.saveOrgUnitGroup(OrgUnitGroup orgUnitGroup) Saves aOrgUnitGroup.Dhis2.saveOrgUnitGroupSet(OrgUnitGroupSet orgUnitGroupSet) Saves aOrgUnitGroupSet.Dhis2.saveTableHook(TableHook tableHook) Saves aTableHook.Dhis2.updateCategory(Category category) Updates aCategory.Dhis2.updateCategoryOption(CategoryOption categoryOption) Updates aCategoryOption.Dhis2.updateDataElement(DataElement dataElement) Updates aDataElement.Dhis2.updateDataElementGroup(DataElementGroup dataElementGroup) Updates aDataElementGroup.protected ObjectResponseBaseDhis2.updateMetadataObject(String path, IdentifiableObject object) Updates an object using HTTP PUT.Dhis2.updateOrgUnit(OrgUnit orgUnit) Updates aOrgUnit.Dhis2.updateOrgUnitGroup(OrgUnitGroup orgUnitGroup) Updates aOrgUnitGroup.Dhis2.updateOrgUnitGroupSet(OrgUnitGroupSet orgUnitGroupSet) Updates aOrgUnitGroupSet.Dhis2.updateTableHook(TableHook tableHook) Updates aTableHook. -
Uses of ObjectResponse in org.hisp.dhis.util.mock
Subclasses of ObjectResponse in org.hisp.dhis.util.mock