|
| tripal_chado_views_admin_enable_view ($view_name, $redirect_link) |
|
| tripal_chado_views_admin_disable_view ($view_name, $redirect_link) |
|
| tripal_chado_views_make_view_compatible_with_external ($view) |
|
| tripal_chado_views_get_table_lightest_priority ($table_name) |
|
| tripal_chado_views_get_lightest_priority_setup ($table_name) |
|
| tripal_chado_views_get_setup_id ($table_name, $priority) |
|
| tripal_chado_views_is_integrated ($table_name, $priority=NULL) |
|
| tripal_chado_views_is_lightest_priority_setup ($setup_id, $table_name) |
|
| tripal_chado_views_rebuild_views_integrations ($delete_first=FALSE) |
|
| tripal_chado_views_integration_add_entry ($defn_array, $setup_id=FALSE) |
|
| tripal_chado_views_integration_export_entry ($setup_id) |
|
| tripal_chado_views_integration_remove_entry_by_table_name ($table_name, $priority) |
|
| tripal_chado_views_integration_remove_entry_by_setup_id ($setup_id) |
|
| tripal_chado_views_integration_update_entry ($setup_id, $defn_array) |
|
| tripal_chado_views_clone_integration ($table_name, $new_priority=NULL, $template_priority=NULL) |
|
| tripal_chado_views_add_field_to_integration ($table_name, $priority, $field) |
|
| tripal_chado_views_remove_join_from_integration ($setup_id, $base_table, $base_field, $left_table, $left_field) |
|
Wrapper functions to provide backwards compatibility for the tripal analysis api