CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / Contribute / DAO / ContributionProduct.php
index 48679f2d8e6f7dada6929c0d8e176ad22ddf8da3..b278f6cfaefb9d5621337af07a8593a9b5c22150 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/ContributionProduct.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c40733f5ba2ac9d433e25758534a7f2e)
+ * (GenCodeChecksum:79de7abf1bfa670fa9cf3d43e6818bc9)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -140,18 +140,27 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution Product ID') ,
           'required' => true,
+          'table_name' => 'civicrm_contribution_product',
+          'entity' => 'ContributionProduct',
+          'bao' => 'CRM_Contribute_DAO_ContributionProduct',
         ) ,
         'product_id' => array(
           'name' => 'product_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Product ID') ,
           'required' => true,
+          'table_name' => 'civicrm_contribution_product',
+          'entity' => 'ContributionProduct',
+          'bao' => 'CRM_Contribute_DAO_ContributionProduct',
         ) ,
         'contribution_id' => array(
           'name' => 'contribution_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution ID') ,
           'required' => true,
+          'table_name' => 'civicrm_contribution_product',
+          'entity' => 'ContributionProduct',
+          'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'FKClassName' => 'CRM_Contribute_DAO_Contribution',
         ) ,
         'product_option' => array(
@@ -165,6 +174,9 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'where' => 'civicrm_contribution_product.product_option',
           'headerPattern' => '',
           'dataPattern' => '',
+          'table_name' => 'civicrm_contribution_product',
+          'entity' => 'ContributionProduct',
+          'bao' => 'CRM_Contribute_DAO_ContributionProduct',
         ) ,
         'quantity' => array(
           'name' => 'quantity',
@@ -174,6 +186,9 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'where' => 'civicrm_contribution_product.quantity',
           'headerPattern' => '',
           'dataPattern' => '',
+          'table_name' => 'civicrm_contribution_product',
+          'entity' => 'ContributionProduct',
+          'bao' => 'CRM_Contribute_DAO_ContributionProduct',
         ) ,
         'fulfilled_date' => array(
           'name' => 'fulfilled_date',
@@ -184,6 +199,9 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'where' => 'civicrm_contribution_product.fulfilled_date',
           'headerPattern' => '',
           'dataPattern' => '',
+          'table_name' => 'civicrm_contribution_product',
+          'entity' => 'ContributionProduct',
+          'bao' => 'CRM_Contribute_DAO_ContributionProduct',
         ) ,
         'contribution_start_date' => array(
           'name' => 'start_date',
@@ -194,6 +212,9 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'where' => 'civicrm_contribution_product.start_date',
           'headerPattern' => '',
           'dataPattern' => '',
+          'table_name' => 'civicrm_contribution_product',
+          'entity' => 'ContributionProduct',
+          'bao' => 'CRM_Contribute_DAO_ContributionProduct',
         ) ,
         'contribution_end_date' => array(
           'name' => 'end_date',
@@ -204,11 +225,17 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'where' => 'civicrm_contribution_product.end_date',
           'headerPattern' => '',
           'dataPattern' => '',
+          'table_name' => 'civicrm_contribution_product',
+          'entity' => 'ContributionProduct',
+          'bao' => 'CRM_Contribute_DAO_ContributionProduct',
         ) ,
         'comment' => array(
           'name' => 'comment',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Premium comment') ,
+          'table_name' => 'civicrm_contribution_product',
+          'entity' => 'ContributionProduct',
+          'bao' => 'CRM_Contribute_DAO_ContributionProduct',
         ) ,
         'financial_type_id' => array(
           'name' => 'financial_type_id',
@@ -216,6 +243,9 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'title' => ts('Financial Type') ,
           'description' => 'FK to Financial Type(for membership price sets only).',
           'default' => 'NULL',
+          'table_name' => 'civicrm_contribution_product',
+          'entity' => 'ContributionProduct',
+          'bao' => 'CRM_Contribute_DAO_ContributionProduct',
           'FKClassName' => 'CRM_Financial_DAO_FinancialType',
           'pseudoconstant' => array(
             'table' => 'civicrm_financial_type',