CRM-20312 regenerated DAO with localisation
[civicrm-core.git] / CRM / Queue / DAO / QueueItem.php
index ace993c701bfbf13d93ad90567432eab70afebc3..fd48bfbd1be7d7d0effc53eea5db9fc61cce348f 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Queue/QueueItem.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:45218486c40b902ee5e043e22b1a7d20)
+ * (GenCodeChecksum:a7927e0d742d5a5600ffe80c75d90bf6)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -104,6 +104,10 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Queue ID') ,
           'required' => true,
+          'table_name' => 'civicrm_queue_item',
+          'entity' => 'QueueItem',
+          'bao' => 'CRM_Queue_BAO_QueueItem',
+          'localizable' => 0,
         ) ,
         'queue_name' => array(
           'name' => 'queue_name',
@@ -113,6 +117,10 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_queue_item',
+          'entity' => 'QueueItem',
+          'bao' => 'CRM_Queue_BAO_QueueItem',
+          'localizable' => 0,
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -122,6 +130,10 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order') ,
           'required' => true,
+          'table_name' => 'civicrm_queue_item',
+          'entity' => 'QueueItem',
+          'bao' => 'CRM_Queue_BAO_QueueItem',
+          'localizable' => 0,
           'html' => array(
             'type' => 'Text',
           ) ,
@@ -132,6 +144,10 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'title' => ts('Submit Time') ,
           'description' => 'date on which this item was submitted to the queue',
           'required' => true,
+          'table_name' => 'civicrm_queue_item',
+          'entity' => 'QueueItem',
+          'bao' => 'CRM_Queue_BAO_QueueItem',
+          'localizable' => 0,
           'html' => array(
             'type' => 'Select Date',
           ) ,
@@ -141,6 +157,10 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Release Time') ,
           'description' => 'date on which this job becomes available; null if ASAP',
+          'table_name' => 'civicrm_queue_item',
+          'entity' => 'QueueItem',
+          'bao' => 'CRM_Queue_BAO_QueueItem',
+          'localizable' => 0,
           'html' => array(
             'type' => 'Select Date',
           ) ,
@@ -150,6 +170,10 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Queue item datas') ,
           'description' => 'Serialized queue',
+          'table_name' => 'civicrm_queue_item',
+          'entity' => 'QueueItem',
+          'bao' => 'CRM_Queue_BAO_QueueItem',
+          'localizable' => 0,
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);