Tripal
Functions
tripal_chado_views.DEPRECATED.inc File Reference

Functions

 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)
 

Detailed Description

Wrapper functions to provide backwards compatibility for the tripal analysis api

Function Documentation

◆ tripal_chado_views_add_field_to_integration()

tripal_chado_views_add_field_to_integration (   $table_name,
  $priority,
  $field 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_add_field_to_views_integration().
See also
tripal_add_field_to_views_integration().

◆ tripal_chado_views_admin_disable_view()

tripal_chado_views_admin_disable_view (   $view_name,
  $redirect_link 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_disable_view().
See also
tripal_disable_view().

◆ tripal_chado_views_admin_enable_view()

tripal_chado_views_admin_enable_view (   $view_name,
  $redirect_link 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_enable_view().
See also
tripal_enable_view().

◆ tripal_chado_views_clone_integration()

tripal_chado_views_clone_integration (   $table_name,
  $new_priority = NULL,
  $template_priority = NULL 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_clone_views_integration().
See also
tripal_clone_views_integration().

◆ tripal_chado_views_get_lightest_priority_setup()

tripal_chado_views_get_lightest_priority_setup (   $table_name)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_get_lightest_views_integration_setup().
See also
tripal_get_lightest_views_integration_setup().

◆ tripal_chado_views_get_setup_id()

tripal_chado_views_get_setup_id (   $table_name,
  $priority 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_get_views_integration_setup_id().
See also
tripal_get_views_integration_setup_id().

◆ tripal_chado_views_get_table_lightest_priority()

tripal_chado_views_get_table_lightest_priority (   $table_name)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_get_lightest_views_integration_priority().
See also
tripal_get_lightest_views_integration_priority().

◆ tripal_chado_views_integration_add_entry()

tripal_chado_views_integration_add_entry (   $defn_array,
  $setup_id = FALSE 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_add_views_integration().
See also
tripal_add_views_integration().

◆ tripal_chado_views_integration_export_entry()

tripal_chado_views_integration_export_entry (   $setup_id)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_export_views_integration().
See also
tripal_export_views_integration().

◆ tripal_chado_views_integration_remove_entry_by_setup_id()

tripal_chado_views_integration_remove_entry_by_setup_id (   $setup_id)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_remove_views_integration().
See also
tripal_remove_views_integration().

◆ tripal_chado_views_integration_remove_entry_by_table_name()

tripal_chado_views_integration_remove_entry_by_table_name (   $table_name,
  $priority 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_remove_views_integration().
See also
tripal_remove_views_integration().

◆ tripal_chado_views_integration_update_entry()

tripal_chado_views_integration_update_entry (   $setup_id,
  $defn_array 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_update_views_integration().
See also
tripal_update_views_integration().

◆ tripal_chado_views_is_integrated()

tripal_chado_views_is_integrated (   $table_name,
  $priority = NULL 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_is_table_integrated().
See also
tripal_is_table_integrated().

◆ tripal_chado_views_is_lightest_priority_setup()

tripal_chado_views_is_lightest_priority_setup (   $setup_id,
  $table_name 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_is_lightest_priority_setup().
See also
tripal_is_lightest_priority_setup().

◆ tripal_chado_views_make_view_compatible_with_external()

tripal_chado_views_make_view_compatible_with_external (   $view)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_make_view_compatible_with_external().
See also
tripal_make_view_compatible_with_external().

◆ tripal_chado_views_rebuild_views_integrations()

tripal_chado_views_rebuild_views_integrations (   $delete_first = FALSE)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_rebuild_views_integrations().
See also
tripal_rebuild_views_integrations().

◆ tripal_chado_views_remove_join_from_integration()

tripal_chado_views_remove_join_from_integration (   $setup_id,
  $base_table,
  $base_field,
  $left_table,
  $left_field 
)
Deprecated:
Restructured API to make naming more readable and consistent. Function was deprecated in Tripal 2.0 and will be removed 2 releases from now. This function has been replaced by tripal_remove_join_from_views_integration().
See also
tripal_remove_join_from_views_integration().