X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FActionMapping.php;h=841bc7d0e24bf738176f6f082434b5f169eebcef;hb=485f72394ca2de1e42187c8521017cf324824fef;hp=7170a4bd07d3cadad16f9d6a54004f6eae9e3c7f;hpb=30b6117f306e9e037c1b9776848cdf8fd6d7ad45;p=civicrm-core.git diff --git a/CRM/Core/DAO/ActionMapping.php b/CRM/Core/DAO/ActionMapping.php index 7170a4bd07..841bc7d0e2 100644 --- a/CRM/Core/DAO/ActionMapping.php +++ b/CRM/Core/DAO/ActionMapping.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/ActionMapping.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:eafaaa48176b2854e6b8a7f19fc1ebe6) + * (GenCodeChecksum:c7d2ed31b30490f0a1794fb81b700ac6) */ /** @@ -19,17 +19,17 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { * * @var string */ - static $_tableName = 'civicrm_action_mapping'; + public static $_tableName = 'civicrm_action_mapping'; /** * Should CiviCRM log any modifications to this table in the civicrm_log table. * * @var bool */ - static $_log = FALSE; + public static $_log = FALSE; /** - * @var int unsigned + * @var int */ public $id; @@ -110,6 +110,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Action Mapping ID'), 'required' => TRUE, + 'where' => 'civicrm_action_mapping.id', 'table_name' => 'civicrm_action_mapping', 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', @@ -122,6 +123,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'description' => ts('Entity for which the reminder is created'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'where' => 'civicrm_action_mapping.entity', 'table_name' => 'civicrm_action_mapping', 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', @@ -134,6 +136,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'description' => ts('Entity value'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'where' => 'civicrm_action_mapping.entity_value', 'table_name' => 'civicrm_action_mapping', 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', @@ -146,6 +149,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'description' => ts('Entity value label'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'where' => 'civicrm_action_mapping.entity_value_label', 'table_name' => 'civicrm_action_mapping', 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', @@ -158,6 +162,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'description' => ts('Entity status'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'where' => 'civicrm_action_mapping.entity_status', 'table_name' => 'civicrm_action_mapping', 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', @@ -170,6 +175,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'description' => ts('Entity status label'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'where' => 'civicrm_action_mapping.entity_status_label', 'table_name' => 'civicrm_action_mapping', 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', @@ -182,6 +188,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'description' => ts('Entity date'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'where' => 'civicrm_action_mapping.entity_date_start', 'table_name' => 'civicrm_action_mapping', 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', @@ -194,6 +201,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'description' => ts('Entity date'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'where' => 'civicrm_action_mapping.entity_date_end', 'table_name' => 'civicrm_action_mapping', 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping', @@ -206,6 +214,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { 'description' => ts('Entity recipient'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'where' => 'civicrm_action_mapping.entity_recipient', 'table_name' => 'civicrm_action_mapping', 'entity' => 'ActionMapping', 'bao' => 'CRM_Core_DAO_ActionMapping',