CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / Dedupe / DAO / RuleGroup.php
index ac6d9831397110439459bd232f95dfd75e2177c1..24eacd38fdbfbf47edc099218bfe0027438e3eb9 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/RuleGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8abbb6f14d0c67212a271bc1a08b57c2)
+ * (GenCodeChecksum:025711212afbee5275704d4a7e63868f)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -113,6 +113,9 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'title' => ts('Rule Group ID') ,
           'description' => 'Unique dedupe rule group id',
           'required' => true,
+          'table_name' => 'civicrm_dedupe_rule_group',
+          'entity' => 'RuleGroup',
+          'bao' => 'CRM_Dedupe_BAO_RuleGroup',
         ) ,
         'contact_type' => array(
           'name' => 'contact_type',
@@ -121,6 +124,9 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'description' => 'The type of contacts this group applies to',
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
+          'table_name' => 'civicrm_dedupe_rule_group',
+          'entity' => 'RuleGroup',
+          'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'html' => array(
             'type' => 'Select',
           ) ,
@@ -137,6 +143,9 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'title' => ts('Threshold') ,
           'description' => 'The weight threshold the sum of the rule weights has to cross to consider two contacts the same',
           'required' => true,
+          'table_name' => 'civicrm_dedupe_rule_group',
+          'entity' => 'RuleGroup',
+          'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -149,6 +158,9 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
+          'table_name' => 'civicrm_dedupe_rule_group',
+          'entity' => 'RuleGroup',
+          'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'html' => array(
             'type' => 'Radio',
           ) ,
@@ -163,6 +175,9 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'description' => 'Name of the rule group',
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_dedupe_rule_group',
+          'entity' => 'RuleGroup',
+          'bao' => 'CRM_Dedupe_BAO_RuleGroup',
         ) ,
         'title' => array(
           'name' => 'title',
@@ -171,6 +186,9 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'description' => 'Label of the rule group',
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_dedupe_rule_group',
+          'entity' => 'RuleGroup',
+          'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -180,6 +198,9 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Reserved?') ,
           'description' => 'Is this a reserved rule - a rule group that has been optimized and cannot be changed by the admin',
+          'table_name' => 'civicrm_dedupe_rule_group',
+          'entity' => 'RuleGroup',
+          'bao' => 'CRM_Dedupe_BAO_RuleGroup',
           'html' => array(
             'type' => 'CheckBox',
           ) ,