Uses of Class
org.hisp.dhis.model.TableHook
Packages that use TableHook
-
Uses of TableHook in org.hisp.dhis
Methods in org.hisp.dhis that return TableHookMethods in org.hisp.dhis that return types with arguments of type TableHookModifier and TypeMethodDescriptionDhis2.getTableHooks(Query query) Retrieves a list ofTableHook.Methods in org.hisp.dhis with parameters of type TableHookModifier and TypeMethodDescriptionDhis2.saveTableHook(TableHook tableHook) Saves aTableHook.Dhis2.updateTableHook(TableHook tableHook) Updates aTableHook.Method parameters in org.hisp.dhis with type arguments of type TableHookModifier and TypeMethodDescriptionDhis2.saveTableHooks(List<TableHook> tableHooks) Saves or updates the list ofTableHook.