X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FCustomGroup.php;h=4eede3724b97c3871ad041e956c181a8d24e7da6;hb=522a26c97d574d2ce6f88c729fa01998ed203794;hp=6863df3626e551d85be6680d3ad63125abbfc3df;hpb=f044c460fabc30533dbbae6584b269323a5102fd;p=civicrm-core.git diff --git a/CRM/Core/DAO/CustomGroup.php b/CRM/Core/DAO/CustomGroup.php index 6863df3626..4eede3724b 100644 --- a/CRM/Core/DAO/CustomGroup.php +++ b/CRM/Core/DAO/CustomGroup.php @@ -30,7 +30,7 @@ * * Generated from xml/schema/CRM/Core/CustomGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:01465947abefe26da02c4a81505afe08) + * (GenCodeChecksum:190b0c5691831c6708b5de7ce556836d) */ require_once 'CRM/Core/DAO.php'; require_once 'CRM/Utils/Type.php'; @@ -205,6 +205,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'title' => ts('Custom Group ID') , 'description' => 'Unique Custom Group ID', 'required' => true, + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'name' => array( 'name' => 'name', @@ -213,6 +216,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'description' => 'Variable name/programmatic handle for this group.', 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'title' => array( 'name' => 'title', @@ -222,6 +228,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'required' => true, 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'extends' => array( 'name' => 'extends', @@ -231,6 +240,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'default' => 'Contact', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'extends_entity_column_id' => array( 'name' => 'extends_entity_column_id', @@ -238,6 +250,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'title' => ts('Custom Group Subtype List') , 'description' => 'FK to civicrm_option_value.id (for option group custom_data_type.)', 'default' => 'NULL', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'extends_entity_column_value' => array( 'name' => 'extends_entity_column_value', @@ -246,6 +261,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'description' => 'linking custom group for dynamic object', 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'style' => array( 'name' => 'style', @@ -254,6 +272,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'description' => 'Visual relationship between this form and its parent.', 'maxlength' => 15, 'size' => CRM_Utils_Type::TWELVE, + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', 'html' => array( 'type' => 'Select', ) , @@ -266,6 +287,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Collapse Custom Group?') , 'description' => 'Will this group be in collapsed or expanded mode on initial display ?', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'help_pre' => array( 'name' => 'help_pre', @@ -274,6 +298,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'description' => 'Description and/or help text to display before fields in form.', 'rows' => 4, 'cols' => 80, + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', 'html' => array( 'type' => 'TextArea', ) , @@ -285,6 +312,9 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'description' => 'Description and/or help text to display after fields in form.', 'rows' => 4, 'cols' => 80, + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', 'html' => array( 'type' => 'TextArea', ) , @@ -296,12 +326,18 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'description' => 'Controls display order when multiple extended property groups are setup for the same class.', 'required' => true, 'default' => '1', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'is_active' => array( 'name' => 'is_active', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Custom Group Is Active?') , 'description' => 'Is this property active?', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'table_name' => array( 'name' => 'table_name', @@ -310,36 +346,54 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'description' => 'Name of the table that holds the values for this group.', 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'is_multiple' => array( 'name' => 'is_multiple', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Supports Multiple Records') , 'description' => 'Does this group hold multiple values?', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'min_multiple' => array( 'name' => 'min_multiple', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Minimum Multiple Records') , 'description' => 'minimum number of multiple records (typically 0?)', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'max_multiple' => array( 'name' => 'max_multiple', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Maximum Multiple Records') , 'description' => 'maximum number of multiple records, if 0 - no max', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'collapse_adv_display' => array( 'name' => 'collapse_adv_display', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Collapse Group Display') , 'description' => 'Will this group be in collapsed or expanded mode on advanced search display ?', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'created_id' => array( 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Custom Group Created By') , 'description' => 'FK to civicrm_contact, who created this custom group', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', 'FKClassName' => 'CRM_Contact_DAO_Contact', ) , 'created_date' => array( @@ -347,12 +401,18 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO { 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, 'title' => ts('Custom Group Created Date') , 'description' => 'Date and time this custom group was created.', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , 'is_reserved' => array( 'name' => 'is_reserved', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Reserved Group?') , 'description' => 'Is this a reserved Custom Group?', + 'table_name' => 'civicrm_custom_group', + 'entity' => 'CustomGroup', + 'bao' => 'CRM_Core_BAO_CustomGroup', ) , ); CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);