CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Core / DAO / Note.php
index 5c02eeae5f79bd4c260db1a4ef964fbc4487246b..9daa0ec19581a3a47b1624ed76601e766cd03442 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Core/Note.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:685b6d9d10917535fe9fdf3f63f4a559)
+ * (GenCodeChecksum:ec8b51e4a3440e6fb1979540b5f563cb)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -134,6 +134,10 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'title' => ts('Note ID') ,
           'description' => 'Note ID',
           'required' => true,
+          'table_name' => 'civicrm_note',
+          'entity' => 'Note',
+          'bao' => 'CRM_Core_BAO_Note',
+          'localizable' => 0,
         ) ,
         'entity_table' => array(
           'name' => 'entity_table',
@@ -143,6 +147,10 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_note',
+          'entity' => 'Note',
+          'bao' => 'CRM_Core_BAO_Note',
+          'localizable' => 0,
           'pseudoconstant' => array(
             'callback' => 'CRM_Core_BAO_Note::entityTables',
           )
@@ -153,6 +161,10 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'title' => ts('Note Entity ID') ,
           'description' => 'Foreign key to the referenced item.',
           'required' => true,
+          'table_name' => 'civicrm_note',
+          'entity' => 'Note',
+          'bao' => 'CRM_Core_BAO_Note',
+          'localizable' => 0,
         ) ,
         'note' => array(
           'name' => 'note',
@@ -166,6 +178,10 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'headerPattern' => '/Note|Comment/i',
           'dataPattern' => '//',
           'export' => true,
+          'table_name' => 'civicrm_note',
+          'entity' => 'Note',
+          'bao' => 'CRM_Core_BAO_Note',
+          'localizable' => 0,
           'html' => array(
             'type' => 'TextArea',
           ) ,
@@ -175,6 +191,10 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Note Created By') ,
           'description' => 'FK to Contact ID creator',
+          'table_name' => 'civicrm_note',
+          'entity' => 'Note',
+          'bao' => 'CRM_Core_BAO_Note',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
         ) ,
         'modified_date' => array(
@@ -182,6 +202,10 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Note Modified By') ,
           'description' => 'When was this note last modified/edited',
+          'table_name' => 'civicrm_note',
+          'entity' => 'Note',
+          'bao' => 'CRM_Core_BAO_Note',
+          'localizable' => 0,
         ) ,
         'subject' => array(
           'name' => 'subject',
@@ -190,6 +214,10 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'description' => 'subject of note description',
           'maxlength' => 255,
           'size' => 60,
+          'table_name' => 'civicrm_note',
+          'entity' => 'Note',
+          'bao' => 'CRM_Core_BAO_Note',
+          'localizable' => 0,
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -201,6 +229,10 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'description' => 'Foreign Key to Note Privacy Level (which is an option value pair and hence an implicit FK)',
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'table_name' => 'civicrm_note',
+          'entity' => 'Note',
+          'bao' => 'CRM_Core_BAO_Note',
+          'localizable' => 0,
           'pseudoconstant' => array(
             'optionGroupName' => 'note_privacy',
             'optionEditPath' => 'civicrm/admin/options/note_privacy',