CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / Friend / DAO / Friend.php
index ff05a50ed9ef5b8095cd9018df377c538149caaf..2f78371225d1fd67a2934659bed55d646da5f8ec 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Friend/Friend.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:62111759b7ebef1f78bd30c04c2086ba)
+ * (GenCodeChecksum:62f899b48f9f20def0ab8def52ff5be7)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -143,6 +143,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'title' => ts('Friend ID') ,
           'description' => 'Friend ID',
           'required' => true,
+          'table_name' => 'civicrm_tell_friend',
+          'entity' => 'Friend',
+          'bao' => 'CRM_Friend_BAO_Friend',
         ) ,
         'entity_table' => array(
           'name' => 'entity_table',
@@ -152,6 +155,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_tell_friend',
+          'entity' => 'Friend',
+          'bao' => 'CRM_Friend_BAO_Friend',
         ) ,
         'entity_id' => array(
           'name' => 'entity_id',
@@ -159,6 +165,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'title' => ts('Entity ID') ,
           'description' => 'Foreign key to the referenced item.',
           'required' => true,
+          'table_name' => 'civicrm_tell_friend',
+          'entity' => 'Friend',
+          'bao' => 'CRM_Friend_BAO_Friend',
         ) ,
         'title' => array(
           'name' => 'title',
@@ -166,6 +175,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'title' => ts('Title') ,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_tell_friend',
+          'entity' => 'Friend',
+          'bao' => 'CRM_Friend_BAO_Friend',
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -175,6 +187,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Intro') ,
           'description' => 'Introductory message to contributor or participant displayed on the Tell a Friend form.',
+          'table_name' => 'civicrm_tell_friend',
+          'entity' => 'Friend',
+          'bao' => 'CRM_Friend_BAO_Friend',
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -184,6 +199,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Suggested Message') ,
           'description' => 'Suggested message to friends, provided as default on the Tell A Friend form.',
+          'table_name' => 'civicrm_tell_friend',
+          'entity' => 'Friend',
+          'bao' => 'CRM_Friend_BAO_Friend',
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -200,6 +218,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'headerPattern' => '',
           'dataPattern' => '',
           'export' => true,
+          'table_name' => 'civicrm_tell_friend',
+          'entity' => 'Friend',
+          'bao' => 'CRM_Friend_BAO_Friend',
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -211,6 +232,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'description' => 'Text for Tell a Friend thank you page header and HTML title.',
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_tell_friend',
+          'entity' => 'Friend',
+          'bao' => 'CRM_Friend_BAO_Friend',
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -220,6 +244,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Thank You Text') ,
           'description' => 'Thank you message displayed on success page.',
+          'table_name' => 'civicrm_tell_friend',
+          'entity' => 'Friend',
+          'bao' => 'CRM_Friend_BAO_Friend',
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -228,6 +255,9 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Enabled?') ,
+          'table_name' => 'civicrm_tell_friend',
+          'entity' => 'Friend',
+          'bao' => 'CRM_Friend_BAO_Friend',
           'html' => array(
             'type' => 'CheckBox',
           ) ,