X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FDAO%2FProduct.php;h=8433e1820ad0ee4b6982f5b79413d5725ae82ddc;hb=d42a0ae4db8c9acf90fadb85e0faa246eade3ac3;hp=511bd5ee1b6e8144c38c2b0e467cf88d1116b8c8;hpb=4c00b9b1a7ccdb06698b7cc0b459856e667ff9e5;p=civicrm-core.git diff --git a/CRM/Contribute/DAO/Product.php b/CRM/Contribute/DAO/Product.php index 511bd5ee1b..8433e1820a 100644 --- a/CRM/Contribute/DAO/Product.php +++ b/CRM/Contribute/DAO/Product.php @@ -6,13 +6,15 @@ * * Generated from xml/schema/CRM/Contribute/Product.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ba0100c0ce50f67d39a4e131474de7e1) + * (GenCodeChecksum:dea1c7db61776456a70f752fe9f93f06) */ /** * Database access object for the Product entity. */ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { + const EXT = 'civicrm'; + const TABLE_ADDED = '1.4'; /** * Static instance to hold the table name. @@ -206,6 +208,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'product_name' => [ 'name' => 'name', @@ -221,6 +224,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 1, + 'add' => '1.4', ], 'description' => [ 'name' => 'description', @@ -232,6 +236,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 1, + 'add' => '1.4', ], 'sku' => [ 'name' => 'sku', @@ -246,6 +251,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'options' => [ 'name' => 'options', @@ -257,6 +263,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 1, + 'add' => '1.4', ], 'image' => [ 'name' => 'image', @@ -270,6 +277,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'thumbnail' => [ 'name' => 'thumbnail', @@ -283,6 +291,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'price' => [ 'name' => 'price', @@ -298,6 +307,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'currency' => [ 'name' => 'currency', @@ -322,6 +332,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.2', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -340,6 +351,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'min_contribution' => [ 'name' => 'min_contribution', @@ -355,6 +367,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'cost' => [ 'name' => 'cost', @@ -370,6 +383,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'is_active' => [ 'name' => 'is_active', @@ -382,6 +396,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'period_type' => [ 'name' => 'period_type', @@ -403,6 +418,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::periodType', ], + 'add' => '1.4', ], 'fixed_period_start_day' => [ 'name' => 'fixed_period_start_day', @@ -415,6 +431,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'duration_unit' => [ 'name' => 'duration_unit', @@ -434,6 +451,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getPremiumUnits', ], + 'add' => '1.4', ], 'duration_interval' => [ 'name' => 'duration_interval', @@ -445,6 +463,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], 'frequency_unit' => [ 'name' => 'frequency_unit', @@ -465,6 +484,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::getPremiumUnits', ], + 'add' => '1.4', ], 'frequency_interval' => [ 'name' => 'frequency_interval', @@ -476,6 +496,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO { 'entity' => 'Product', 'bao' => 'CRM_Contribute_BAO_Product', 'localizable' => 0, + 'add' => '1.4', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);