Uses of Class
org.hisp.dhis.model.CategoryOption
Packages that use CategoryOption
-
Uses of CategoryOption in org.hisp.dhis
Methods in org.hisp.dhis that return CategoryOptionModifier and TypeMethodDescriptionDhis2.getCategoryOption(String id) Retrieves anCategoryOption.Methods in org.hisp.dhis that return types with arguments of type CategoryOptionModifier and TypeMethodDescriptionDhis2.getCategoryOptions(Query query) Retrieves a list ofCategoryOption.Methods in org.hisp.dhis with parameters of type CategoryOptionModifier and TypeMethodDescriptionDhis2.saveCategoryOption(CategoryOption categoryOption) Saves aCategoryOption.Dhis2.updateCategoryOption(CategoryOption categoryOption) Updates aCategoryOption.Method parameters in org.hisp.dhis with type arguments of type CategoryOptionModifier and TypeMethodDescriptionDhis2.saveCategoryOptions(List<CategoryOption> categoryOptions) Saves or updates the list ofCategoryOption.