From 12853982a639e5aca753f519a4b6530d8944826f Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <legac@cppm.in2p3.fr>
Date: Fri, 17 Apr 2015 11:41:43 +0200
Subject: [PATCH] Add the missing helper generated files.

---
 docs/api/generated/plugin_dbui.helper.as_list.rst           | 6 ++++++
 .../api/generated/plugin_dbui.helper.close_user_session.rst | 6 ++++++
 docs/api/generated/plugin_dbui.helper.decode_field.rst      | 6 ++++++
 docs/api/generated/plugin_dbui.helper.dummy_row.rst         | 6 ++++++
 docs/api/generated/plugin_dbui.helper.encode_field.rst      | 6 ++++++
 .../plugin_dbui.helper.encode_validator_errors.rst          | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_all_tables.rst    | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_create_id.rst     | 6 ++++++
 .../generated/plugin_dbui.helper.get_field_validators.rst   | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_file_paths.rst    | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_foreign_field.rst | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_id.rst            | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_language.rst      | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_plugin_path.rst   | 6 ++++++
 .../generated/plugin_dbui.helper.get_reference_paths.rst    | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_script_path.rst   | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_set_field.rst     | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_store_id.rst      | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_versions.rst      | 6 ++++++
 docs/api/generated/plugin_dbui.helper.get_where_query.rst   | 6 ++++++
 docs/api/generated/plugin_dbui.helper.is_foreign_field.rst  | 6 ++++++
 docs/api/generated/plugin_dbui.helper.is_mathjax.rst        | 6 ++++++
 docs/api/generated/plugin_dbui.helper.is_set_field.rst      | 6 ++++++
 .../plugin_dbui.helper.is_table_with_foreign_fields.rst     | 6 ++++++
 docs/api/generated/plugin_dbui.helper.rows_serializer.rst   | 6 ++++++
 25 files changed, 150 insertions(+)
 create mode 100644 docs/api/generated/plugin_dbui.helper.as_list.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.close_user_session.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.decode_field.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.dummy_row.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.encode_field.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.encode_validator_errors.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_all_tables.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_create_id.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_field_validators.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_file_paths.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_foreign_field.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_id.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_language.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_plugin_path.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_reference_paths.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_script_path.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_set_field.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_store_id.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_versions.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.get_where_query.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.is_foreign_field.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.is_mathjax.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.is_set_field.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.is_table_with_foreign_fields.rst
 create mode 100644 docs/api/generated/plugin_dbui.helper.rows_serializer.rst

diff --git a/docs/api/generated/plugin_dbui.helper.as_list.rst b/docs/api/generated/plugin_dbui.helper.as_list.rst
new file mode 100644
index 00000000..d3c1e57a
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.as_list.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.as_list
+==========================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: as_list
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.close_user_session.rst b/docs/api/generated/plugin_dbui.helper.close_user_session.rst
new file mode 100644
index 00000000..6bedeaed
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.close_user_session.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.close_user_session
+=====================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: close_user_session
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.decode_field.rst b/docs/api/generated/plugin_dbui.helper.decode_field.rst
new file mode 100644
index 00000000..48aeab65
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.decode_field.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.decode_field
+===============================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: decode_field
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.dummy_row.rst b/docs/api/generated/plugin_dbui.helper.dummy_row.rst
new file mode 100644
index 00000000..63ee25cc
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.dummy_row.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.dummy_row
+============================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: dummy_row
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.encode_field.rst b/docs/api/generated/plugin_dbui.helper.encode_field.rst
new file mode 100644
index 00000000..e82855eb
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.encode_field.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.encode_field
+===============================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: encode_field
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.encode_validator_errors.rst b/docs/api/generated/plugin_dbui.helper.encode_validator_errors.rst
new file mode 100644
index 00000000..2283d1b4
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.encode_validator_errors.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.encode_validator_errors
+==========================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: encode_validator_errors
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_all_tables.rst b/docs/api/generated/plugin_dbui.helper.get_all_tables.rst
new file mode 100644
index 00000000..262473b2
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_all_tables.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_all_tables
+=================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_all_tables
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_create_id.rst b/docs/api/generated/plugin_dbui.helper.get_create_id.rst
new file mode 100644
index 00000000..6c46cf95
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_create_id.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_create_id
+================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_create_id
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_field_validators.rst b/docs/api/generated/plugin_dbui.helper.get_field_validators.rst
new file mode 100644
index 00000000..53e5a4e9
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_field_validators.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_field_validators
+=======================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_field_validators
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_file_paths.rst b/docs/api/generated/plugin_dbui.helper.get_file_paths.rst
new file mode 100644
index 00000000..46554dbf
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_file_paths.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_file_paths
+=================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_file_paths
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_foreign_field.rst b/docs/api/generated/plugin_dbui.helper.get_foreign_field.rst
new file mode 100644
index 00000000..3d6518bf
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_foreign_field.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_foreign_field
+====================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_foreign_field
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_id.rst b/docs/api/generated/plugin_dbui.helper.get_id.rst
new file mode 100644
index 00000000..32f74c05
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_id.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_id
+=========================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_id
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_language.rst b/docs/api/generated/plugin_dbui.helper.get_language.rst
new file mode 100644
index 00000000..1ab7f327
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_language.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_language
+===============================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_language
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_plugin_path.rst b/docs/api/generated/plugin_dbui.helper.get_plugin_path.rst
new file mode 100644
index 00000000..9e23dfd7
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_plugin_path.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_plugin_path
+==================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_plugin_path
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_reference_paths.rst b/docs/api/generated/plugin_dbui.helper.get_reference_paths.rst
new file mode 100644
index 00000000..d94269bf
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_reference_paths.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_reference_paths
+======================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_reference_paths
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_script_path.rst b/docs/api/generated/plugin_dbui.helper.get_script_path.rst
new file mode 100644
index 00000000..a848039b
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_script_path.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_script_path
+==================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_script_path
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_set_field.rst b/docs/api/generated/plugin_dbui.helper.get_set_field.rst
new file mode 100644
index 00000000..8e640a14
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_set_field.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_set_field
+================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_set_field
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_store_id.rst b/docs/api/generated/plugin_dbui.helper.get_store_id.rst
new file mode 100644
index 00000000..dd827d60
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_store_id.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_store_id
+===============================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_store_id
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_versions.rst b/docs/api/generated/plugin_dbui.helper.get_versions.rst
new file mode 100644
index 00000000..35afe6c0
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_versions.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_versions
+===============================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_versions
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.get_where_query.rst b/docs/api/generated/plugin_dbui.helper.get_where_query.rst
new file mode 100644
index 00000000..93361d5b
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.get_where_query.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.get_where_query
+==================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: get_where_query
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.is_foreign_field.rst b/docs/api/generated/plugin_dbui.helper.is_foreign_field.rst
new file mode 100644
index 00000000..bc0bf2c0
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.is_foreign_field.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.is_foreign_field
+===================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: is_foreign_field
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.is_mathjax.rst b/docs/api/generated/plugin_dbui.helper.is_mathjax.rst
new file mode 100644
index 00000000..e2fda605
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.is_mathjax.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.is_mathjax
+=============================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: is_mathjax
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.is_set_field.rst b/docs/api/generated/plugin_dbui.helper.is_set_field.rst
new file mode 100644
index 00000000..d54c4f81
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.is_set_field.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.is_set_field
+===============================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: is_set_field
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.is_table_with_foreign_fields.rst b/docs/api/generated/plugin_dbui.helper.is_table_with_foreign_fields.rst
new file mode 100644
index 00000000..58a044f4
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.is_table_with_foreign_fields.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.is_table_with_foreign_fields
+===============================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: is_table_with_foreign_fields
\ No newline at end of file
diff --git a/docs/api/generated/plugin_dbui.helper.rows_serializer.rst b/docs/api/generated/plugin_dbui.helper.rows_serializer.rst
new file mode 100644
index 00000000..0cbe09d0
--- /dev/null
+++ b/docs/api/generated/plugin_dbui.helper.rows_serializer.rst
@@ -0,0 +1,6 @@
+plugin_dbui.helper.rows_serializer
+==================================
+
+.. currentmodule:: plugin_dbui.helper
+
+.. autofunction:: rows_serializer
\ No newline at end of file
-- 
GitLab