X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FDAO%2FContributionRecur.php;h=2ccd7486d6c3dd11f3920b8dc1b7f48c6fe91d12;hb=8bad35aa5577f70ad65181461fa07ff9bc455065;hp=b45c41efafb8cdf70ebfccb70c4a6a5a4f091ce8;hpb=df05b1becb4883d2d810623437a9de5582ab24dd;p=civicrm-core.git diff --git a/CRM/Contribute/DAO/ContributionRecur.php b/CRM/Contribute/DAO/ContributionRecur.php index b45c41efaf..2ccd7486d6 100644 --- a/CRM/Contribute/DAO/ContributionRecur.php +++ b/CRM/Contribute/DAO/ContributionRecur.php @@ -6,13 +6,15 @@ * * Generated from xml/schema/CRM/Contribute/ContributionRecur.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0a7eaba45ea7d692276b351cd9cee473) + * (GenCodeChecksum:decf43c002d0e4ded0fe5f2a2e2f7bd0) */ /** * Database access object for the ContributionRecur entity. */ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { + const EXT = 'civicrm'; + const TABLE_ADDED = '1.6'; /** * Static instance to hold the table name. @@ -280,6 +282,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'entity' => 'ContributionRecur', 'bao' => 'CRM_Contribute_BAO_ContributionRecur', 'localizable' => 0, + 'add' => '1.6', ], 'contact_id' => [ 'name' => 'contact_id', @@ -296,6 +299,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'EntityRef', ], + 'add' => '1.6', ], 'amount' => [ 'name' => 'amount', @@ -315,6 +319,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'currency' => [ 'name' => 'currency', @@ -339,6 +344,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'nameColumn' => 'name', 'abbrColumn' => 'symbol', ], + 'add' => '3.2', ], 'frequency_unit' => [ 'name' => 'frequency_unit', @@ -361,6 +367,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'keyColumn' => 'name', 'optionEditPath' => 'civicrm/admin/options/recur_frequency_units', ], + 'add' => '1.6', ], 'frequency_interval' => [ 'name' => 'frequency_interval', @@ -376,6 +383,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'installments' => [ 'name' => 'installments', @@ -390,6 +398,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'contribution_recur_start_date' => [ 'name' => 'start_date', @@ -407,6 +416,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.6', ], 'contribution_recur_create_date' => [ 'name' => 'create_date', @@ -424,6 +434,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.6', ], 'contribution_recur_modified_date' => [ 'name' => 'modified_date', @@ -440,6 +451,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDateTime', ], + 'add' => '1.6', ], 'contribution_recur_cancel_date' => [ 'name' => 'cancel_date', @@ -456,6 +468,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.6', ], 'contribution_recur_cancel_reason' => [ 'name' => 'cancel_reason', @@ -471,6 +484,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '5.13', ], 'contribution_recur_end_date' => [ 'name' => 'end_date', @@ -487,6 +501,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.6', ], 'contribution_recur_processor_id' => [ 'name' => 'processor_id', @@ -503,6 +518,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'payment_token_id' => [ 'name' => 'payment_token_id', @@ -515,6 +531,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'bao' => 'CRM_Contribute_BAO_ContributionRecur', 'localizable' => 0, 'FKClassName' => 'CRM_Financial_DAO_PaymentToken', + 'add' => '4.6', ], 'contribution_recur_trxn_id' => [ 'name' => 'trxn_id', @@ -531,6 +548,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'invoice_id' => [ 'name' => 'invoice_id', @@ -547,6 +565,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'contribution_recur_contribution_status_id' => [ 'name' => 'contribution_status_id', @@ -567,6 +586,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'optionGroupName' => 'contribution_recur_status', 'optionEditPath' => 'civicrm/admin/options/contribution_recur_status', ], + 'add' => '1.6', ], 'is_test' => [ 'name' => 'is_test', @@ -583,6 +603,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => NULL, ], 'cycle_day' => [ 'name' => 'cycle_day', @@ -599,6 +620,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'contribution_recur_next_sched_contribution_date' => [ 'name' => 'next_sched_contribution_date', @@ -615,6 +637,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '4.4', ], 'failure_count' => [ 'name' => 'failure_count', @@ -630,6 +653,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'Text', ], + 'add' => '1.6', ], 'contribution_recur_failure_retry_date' => [ 'name' => 'failure_retry_date', @@ -646,6 +670,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'type' => 'Select Date', 'formatType' => 'activityDate', ], + 'add' => '1.6', ], 'auto_renew' => [ 'name' => 'auto_renew', @@ -662,6 +687,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '1.6', ], 'contribution_recur_payment_processor_id' => [ 'name' => 'payment_processor_id', @@ -682,6 +708,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '3.3', ], 'financial_type_id' => [ 'name' => 'financial_type_id', @@ -703,6 +730,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'name', ], + 'add' => '4.3', ], 'payment_instrument_id' => [ 'name' => 'payment_instrument_id', @@ -721,6 +749,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'optionGroupName' => 'payment_instrument', 'optionEditPath' => 'civicrm/admin/options/payment_instrument', ], + 'add' => '4.1', ], 'contribution_campaign_id' => [ 'name' => 'campaign_id', @@ -743,6 +772,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'title', ], + 'add' => '4.1', ], 'is_email_receipt' => [ 'name' => 'is_email_receipt', @@ -758,6 +788,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO { 'html' => [ 'type' => 'CheckBox', ], + 'add' => '4.1', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);