CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Core / DAO / UFJoin.php
index a6a2321a0f3c5a2f8c39ac6318b97ffc954c7de4..33e73b35296d2551b009ca9e03c1e97b3feefebc 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Core/UFJoin.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0c93775718d7f983d457974f5a733491)
+ * (GenCodeChecksum:eca8ea8e182d1cd8e3e21770ae28438e)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -134,6 +134,10 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'title' => ts('UF Join ID') ,
           'description' => 'Unique table ID',
           'required' => true,
+          'table_name' => 'civicrm_uf_join',
+          'entity' => 'UFJoin',
+          'bao' => 'CRM_Core_BAO_UFJoin',
+          'localizable' => 0,
         ) ,
         'is_active' => array(
           'name' => 'is_active',
@@ -141,6 +145,10 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'title' => ts('Profile Use is active') ,
           'description' => 'Is this join currently active?',
           'default' => '1',
+          'table_name' => 'civicrm_uf_join',
+          'entity' => 'UFJoin',
+          'bao' => 'CRM_Core_BAO_UFJoin',
+          'localizable' => 0,
         ) ,
         'module' => array(
           'name' => 'module',
@@ -150,6 +158,10 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_uf_join',
+          'entity' => 'UFJoin',
+          'bao' => 'CRM_Core_BAO_UFJoin',
+          'localizable' => 0,
         ) ,
         'entity_table' => array(
           'name' => 'entity_table',
@@ -158,6 +170,10 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'description' => 'Name of table where item being referenced is stored. Modules which only need a single collection of uf_join instances may choose not to populate entity_table and entity_id.',
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_uf_join',
+          'entity' => 'UFJoin',
+          'bao' => 'CRM_Core_BAO_UFJoin',
+          'localizable' => 0,
           'pseudoconstant' => array(
             'callback' => 'CRM_Core_BAO_UFJoin::entityTables',
           )
@@ -167,6 +183,10 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Entity ID') ,
           'description' => 'Foreign key to the referenced item.',
+          'table_name' => 'civicrm_uf_join',
+          'entity' => 'UFJoin',
+          'bao' => 'CRM_Core_BAO_UFJoin',
+          'localizable' => 0,
         ) ,
         'weight' => array(
           'name' => 'weight',
@@ -175,6 +195,10 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'description' => 'Controls display order when multiple user framework groups are setup for concurrent display.',
           'required' => true,
           'default' => '1',
+          'table_name' => 'civicrm_uf_join',
+          'entity' => 'UFJoin',
+          'bao' => 'CRM_Core_BAO_UFJoin',
+          'localizable' => 0,
         ) ,
         'uf_group_id' => array(
           'name' => 'uf_group_id',
@@ -182,6 +206,10 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'title' => ts('Profile ID') ,
           'description' => 'Which form does this field belong to.',
           'required' => true,
+          'table_name' => 'civicrm_uf_join',
+          'entity' => 'UFJoin',
+          'bao' => 'CRM_Core_BAO_UFJoin',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_UFGroup',
           'html' => array(
             'type' => 'Select',
@@ -197,6 +225,10 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Profile Use Data') ,
           'description' => 'Json serialized array of data used by the ufjoin.module',
+          'table_name' => 'civicrm_uf_join',
+          'entity' => 'UFJoin',
+          'bao' => 'CRM_Core_BAO_UFJoin',
+          'localizable' => 0,
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);