*
* Generated from xml/schema/CRM/ACL/ACL.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0d351e0ae594f1db9f53743dfd3c2efb)
+ * (GenCodeChecksum:e3bf1ea17c74897968f372d4e27c1d2c)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'acl', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_acl_id' => array(
+ 'name' => 'index_acl_id',
+ 'field' => array(
+ 0 => 'acl_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_acl::0::acl_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/ACL/Cache.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:160eb4959d8fd0a53ba842f8f32cdbd0)
+ * (GenCodeChecksum:f65002b394a3b1f9c18de75751364acc)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'acl_cache', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_acl_id' => array(
+ 'name' => 'index_acl_id',
+ 'field' => array(
+ 0 => 'acl_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_acl_cache::0::acl_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/ACL/EntityRole.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e34346dd9bdc6252228fc4b120eac941)
+ * (GenCodeChecksum:b6780a8cf74433fd38a0c7f9e6161986)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'acl_entity_role', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_role' => array(
+ 'name' => 'index_role',
+ 'field' => array(
+ 0 => 'acl_role_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_acl_entity_role::0::acl_role_id',
+ ) ,
+ 'index_entity' => array(
+ 'name' => 'index_entity',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_acl_entity_role::0::entity_table::entity_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Activity/Activity.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:930da5a4b8385e51634ab96640875dd5)
+ * (GenCodeChecksum:b54cc88c35882c1870fcfe97d9a529bc)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'activity', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_source_record_id' => array(
+ 'name' => 'UI_source_record_id',
+ 'field' => array(
+ 0 => 'source_record_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_activity::0::source_record_id',
+ ) ,
+ 'UI_activity_type_id' => array(
+ 'name' => 'UI_activity_type_id',
+ 'field' => array(
+ 0 => 'activity_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_activity::0::activity_type_id',
+ ) ,
+ 'index_medium_id' => array(
+ 'name' => 'index_medium_id',
+ 'field' => array(
+ 0 => 'medium_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_activity::0::medium_id',
+ ) ,
+ 'index_is_current_revision' => array(
+ 'name' => 'index_is_current_revision',
+ 'field' => array(
+ 0 => 'is_current_revision',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_activity::0::is_current_revision',
+ ) ,
+ 'index_is_deleted' => array(
+ 'name' => 'index_is_deleted',
+ 'field' => array(
+ 0 => 'is_deleted',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_activity::0::is_deleted',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Activity/ActivityContact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7cf139d8144fc560c03c98cb6ae2a54a)
+ * (GenCodeChecksum:7a410e20f48318deeb83f3dd1900983a)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'activity_contact', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_activity_contact' => array(
+ 'name' => 'UI_activity_contact',
+ 'field' => array(
+ 0 => 'contact_id',
+ 1 => 'activity_id',
+ 2 => 'record_type_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_activity_contact::1::contact_id::activity_id::record_type_id',
+ ) ,
+ 'index_record_type' => array(
+ 'name' => 'index_record_type',
+ 'field' => array(
+ 0 => 'activity_id',
+ 1 => 'record_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_activity_contact::0::activity_id::record_type_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Batch/Batch.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e3fbe72a4b894b117ab5ed4f1765192f)
+ * (GenCodeChecksum:f1b35f9cc4e12f1d4c2b026aacca7e50)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'batch', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_batch::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Batch/EntityBatch.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:db880689cbebab222e9decece8487c1d)
+ * (GenCodeChecksum:f96c0410a5561b46d8aba0fce509ef6a)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'entity_batch', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_entity' => array(
+ 'name' => 'index_entity',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_entity_batch::0::entity_table::entity_id',
+ ) ,
+ 'UI_batch_entity' => array(
+ 'name' => 'UI_batch_entity',
+ 'field' => array(
+ 0 => 'batch_id',
+ 1 => 'entity_id',
+ 2 => 'entity_table',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_entity_batch::1::batch_id::entity_id::entity_table',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Campaign/Campaign.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e9d9e088056e37eb04e359efcc942c5c)
+ * (GenCodeChecksum:02b05b18f25c40f15b6992e2f853f5da)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'campaign', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_campaign_type_id' => array(
+ 'name' => 'UI_campaign_type_id',
+ 'field' => array(
+ 0 => 'campaign_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_campaign::0::campaign_type_id',
+ ) ,
+ 'UI_campaign_status_id' => array(
+ 'name' => 'UI_campaign_status_id',
+ 'field' => array(
+ 0 => 'status_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_campaign::0::status_id',
+ ) ,
+ 'UI_external_identifier' => array(
+ 'name' => 'UI_external_identifier',
+ 'field' => array(
+ 0 => 'external_identifier',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_campaign::1::external_identifier',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'campaign_group', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Campaign/Survey.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e4d9423883eee80e6f90ccfb0e5a9dd7)
+ * (GenCodeChecksum:55aa9d31d08f8b5353d42dde1278b7f2)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'survey', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_activity_type_id' => array(
+ 'name' => 'UI_activity_type_id',
+ 'field' => array(
+ 0 => 'activity_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_survey::0::activity_type_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Case/Case.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ec4612a24aed71e99dae33589efc40a0)
+ * (GenCodeChecksum:e45e7e2a53a945c4659cf393410a9d7a)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'case', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_case_type_id' => array(
+ 'name' => 'index_case_type_id',
+ 'field' => array(
+ 0 => 'case_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_case::0::case_type_id',
+ ) ,
+ 'index_is_deleted' => array(
+ 'name' => 'index_is_deleted',
+ 'field' => array(
+ 0 => 'is_deleted',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_case::0::is_deleted',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Case/CaseActivity.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:58cde8198d5fb054a6e3752e61d09d50)
+ * (GenCodeChecksum:80c6c66652f17c130b2eddcfb32c8f3d)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'case_activity', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_case_activity_id' => array(
+ 'name' => 'UI_case_activity_id',
+ 'field' => array(
+ 0 => 'case_id',
+ 1 => 'activity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_case_activity::0::case_id::activity_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Case/CaseContact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:15085a2da2c504f3157b293dda26d4ab)
+ * (GenCodeChecksum:449617f59ed0da997f2f1660a3f40bdf)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'case_contact', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_case_contact_id' => array(
+ 'name' => 'UI_case_contact_id',
+ 'field' => array(
+ 0 => 'case_id',
+ 1 => 'contact_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_case_contact::0::case_id::contact_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Case/CaseType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:003bac8f98db73c4688194dfe394e97d)
+ * (GenCodeChecksum:a9a547708dfca9da8c4421dd5edac6ac)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'case_type', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'case_type_name' => array(
+ 'name' => 'case_type_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_case_type::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contact/ACLContactCache.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2d5f4a293cde82941d7d3aee38a844d7)
+ * (GenCodeChecksum:09f2e2cc85dd5a51fa2c23ec4f8dc6ee)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'acl_contact_cache', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_user_contact_operation' => array(
+ 'name' => 'UI_user_contact_operation',
+ 'field' => array(
+ 0 => 'user_id',
+ 1 => 'contact_id',
+ 2 => 'operation',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_acl_contact_cache::1::user_id::contact_id::operation',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contact/Contact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d77ca456ce6c4b21e0788e64b7f5effd)
+ * (GenCodeChecksum:e54412e4bb3c12a009654bab0ef18e2b)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'contact', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_contact_type' => array(
+ 'name' => 'index_contact_type',
+ 'field' => array(
+ 0 => 'contact_type',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::contact_type',
+ ) ,
+ 'index_contact_sub_type' => array(
+ 'name' => 'index_contact_sub_type',
+ 'field' => array(
+ 0 => 'contact_sub_type',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::contact_sub_type',
+ ) ,
+ 'UI_external_identifier' => array(
+ 'name' => 'UI_external_identifier',
+ 'field' => array(
+ 0 => 'external_identifier',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_contact::1::external_identifier',
+ ) ,
+ 'index_sort_name' => array(
+ 'name' => 'index_sort_name',
+ 'field' => array(
+ 0 => 'sort_name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::sort_name',
+ ) ,
+ 'index_preferred_communication_method' => array(
+ 'name' => 'index_preferred_communication_method',
+ 'field' => array(
+ 0 => 'preferred_communication_method',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::preferred_communication_method',
+ ) ,
+ 'index_hash' => array(
+ 'name' => 'index_hash',
+ 'field' => array(
+ 0 => 'hash',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::hash',
+ ) ,
+ 'index_api_key' => array(
+ 'name' => 'index_api_key',
+ 'field' => array(
+ 0 => 'api_key',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::api_key',
+ ) ,
+ 'index_first_name' => array(
+ 'name' => 'index_first_name',
+ 'field' => array(
+ 0 => 'first_name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::first_name',
+ ) ,
+ 'index_last_name' => array(
+ 'name' => 'index_last_name',
+ 'field' => array(
+ 0 => 'last_name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::last_name',
+ ) ,
+ 'UI_prefix' => array(
+ 'name' => 'UI_prefix',
+ 'field' => array(
+ 0 => 'prefix_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::prefix_id',
+ ) ,
+ 'UI_suffix' => array(
+ 'name' => 'UI_suffix',
+ 'field' => array(
+ 0 => 'suffix_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::suffix_id',
+ ) ,
+ 'index_communication_style_id' => array(
+ 'name' => 'index_communication_style_id',
+ 'field' => array(
+ 0 => 'communication_style_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::communication_style_id',
+ ) ,
+ 'UI_gender' => array(
+ 'name' => 'UI_gender',
+ 'field' => array(
+ 0 => 'gender_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::gender_id',
+ ) ,
+ 'index_household_name' => array(
+ 'name' => 'index_household_name',
+ 'field' => array(
+ 0 => 'household_name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::household_name',
+ ) ,
+ 'index_organization_name' => array(
+ 'name' => 'index_organization_name',
+ 'field' => array(
+ 0 => 'organization_name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::organization_name',
+ ) ,
+ 'index_is_deleted_sort_name' => array(
+ 'name' => 'index_is_deleted_sort_name',
+ 'field' => array(
+ 0 => 'is_deleted',
+ 1 => 'sort_name',
+ 2 => 'id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contact::0::is_deleted::sort_name::id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contact/ContactType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:db18ee5f07f619cc32e008747659b0d8)
+ * (GenCodeChecksum:0323c01f0e0b176df66fe4fa02e0a342)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'contact_type', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'contact_type' => array(
+ 'name' => 'contact_type',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_contact_type::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contact/DashboardContact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:b02ee36683730f70ab6f1084dd1bfc09)
+ * (GenCodeChecksum:bcefe0743f9e78a86266236b31f37fe4)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'dashboard_contact', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_dashboard_id_contact_id' => array(
+ 'name' => 'index_dashboard_id_contact_id',
+ 'field' => array(
+ 0 => 'dashboard_id',
+ 1 => 'contact_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_dashboard_contact::1::dashboard_id::contact_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contact/Group.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c4c626170ab2e75f6995809f16e718ef)
+ * (GenCodeChecksum:4c9dfb678f18129fd9d667de3727dfeb)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'group', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_group_type' => array(
+ 'name' => 'index_group_type',
+ 'field' => array(
+ 0 => 'group_type',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_group::0::group_type',
+ ) ,
+ 'UI_title' => array(
+ 'name' => 'UI_title',
+ 'field' => array(
+ 0 => 'title',
+ ) ,
+ 'localizable' => true,
+ 'unique' => true,
+ 'sig' => 'civicrm_group::1::title',
+ ) ,
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_group::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contact/GroupContact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:832e42f213ced8c437cc1cb61bdf087f)
+ * (GenCodeChecksum:2545d3926c711a25b5075a6ac980ed99)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'group_contact', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_contact_group' => array(
+ 'name' => 'UI_contact_group',
+ 'field' => array(
+ 0 => 'contact_id',
+ 1 => 'group_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_group_contact::1::contact_id::group_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contact/GroupContactCache.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:41f4797f37f93e950d1503bf08645836)
+ * (GenCodeChecksum:2ee24826ad267586e2e757ce3b0442a1)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'group_contact_cache', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_contact_group' => array(
+ 'name' => 'UI_contact_group',
+ 'field' => array(
+ 0 => 'contact_id',
+ 1 => 'group_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_group_contact_cache::1::contact_id::group_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'group_nesting', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contact/GroupOrganization.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:eb0d4093ec10c1851421ec66f88862f7)
+ * (GenCodeChecksum:8fcd7c11b9077c52f8d932eb20379618)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'group_organization', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_group_organization' => array(
+ 'name' => 'UI_group_organization',
+ 'field' => array(
+ 0 => 'group_id',
+ 1 => 'organization_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_group_organization::1::group_id::organization_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'relationship', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contact/RelationshipType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cb1dca1fe2365a32f72136f7aeb4b83f)
+ * (GenCodeChecksum:8fb00d8376af049ce62bc57ca01bc1bf)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'relationship_type', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name_a_b' => array(
+ 'name' => 'UI_name_a_b',
+ 'field' => array(
+ 0 => 'name_a_b',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_relationship_type::1::name_a_b',
+ ) ,
+ 'UI_name_b_a' => array(
+ 'name' => 'UI_name_b_a',
+ 'field' => array(
+ 0 => 'name_b_a',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_relationship_type::1::name_b_a',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'saved_search', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'subscription_history', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contribute/Contribution.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:bff397bf9cf2dc2fef96d7c5ab560158)
+ * (GenCodeChecksum:59c3615cae90b0580f7d77aa8343b21f)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'contribution', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_contrib_payment_instrument_id' => array(
+ 'name' => 'UI_contrib_payment_instrument_id',
+ 'field' => array(
+ 0 => 'payment_instrument_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contribution::0::payment_instrument_id',
+ ) ,
+ 'index_total_amount_receive_date' => array(
+ 'name' => 'index_total_amount_receive_date',
+ 'field' => array(
+ 0 => 'total_amount',
+ 1 => 'receive_date',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contribution::0::total_amount::receive_date',
+ ) ,
+ 'index_source' => array(
+ 'name' => 'index_source',
+ 'field' => array(
+ 0 => 'source',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contribution::0::source',
+ ) ,
+ 'UI_contrib_trxn_id' => array(
+ 'name' => 'UI_contrib_trxn_id',
+ 'field' => array(
+ 0 => 'trxn_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_contribution::1::trxn_id',
+ ) ,
+ 'UI_contrib_invoice_id' => array(
+ 'name' => 'UI_contrib_invoice_id',
+ 'field' => array(
+ 0 => 'invoice_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_contribution::1::invoice_id',
+ ) ,
+ 'index_contribution_status' => array(
+ 'name' => 'index_contribution_status',
+ 'field' => array(
+ 0 => 'contribution_status_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contribution::0::contribution_status_id',
+ ) ,
+ 'received_date' => array(
+ 'name' => 'received_date',
+ 'field' => array(
+ 0 => 'receive_date',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contribution::0::receive_date',
+ ) ,
+ 'check_number' => array(
+ 'name' => 'check_number',
+ 'field' => array(
+ 0 => 'check_number',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contribution::0::check_number',
+ ) ,
+ 'index_creditnote_id' => array(
+ 'name' => 'index_creditnote_id',
+ 'field' => array(
+ 0 => 'creditnote_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contribution::0::creditnote_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'contribution_page', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'contribution_product', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contribute/ContributionRecur.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5318b7daa057426c1bb8cdec6ed1e4b3)
+ * (GenCodeChecksum:a1007a4585bac4fcb04ce47535aecec0)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'contribution_recur', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_contrib_trxn_id' => array(
+ 'name' => 'UI_contrib_trxn_id',
+ 'field' => array(
+ 0 => 'trxn_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_contribution_recur::1::trxn_id',
+ ) ,
+ 'UI_contrib_invoice_id' => array(
+ 'name' => 'UI_contrib_invoice_id',
+ 'field' => array(
+ 0 => 'invoice_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_contribution_recur::1::invoice_id',
+ ) ,
+ 'index_contribution_status' => array(
+ 'name' => 'index_contribution_status',
+ 'field' => array(
+ 0 => 'contribution_status_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contribution_recur::0::contribution_status_id',
+ ) ,
+ 'UI_contribution_recur_payment_instrument_id' => array(
+ 'name' => 'UI_contribution_recur_payment_instrument_id',
+ 'field' => array(
+ 0 => 'payment_instrument_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contribution_recur::0::payment_instrument_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Contribute/ContributionSoft.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a0b09af89d31819a5108b277b6ba46eb)
+ * (GenCodeChecksum:eb1e493dc7ff4da34167ad0828d61fd4)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'contribution_soft', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_id' => array(
+ 'name' => 'index_id',
+ 'field' => array(
+ 0 => 'pcp_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_contribution_soft::0::pcp_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'premiums', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'premiums_product', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'product', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'contribution_widget', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'action_log', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'action_mapping', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'action_schedule', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Address.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9538901568da81bcc055d263793c5177)
+ * (GenCodeChecksum:459fcbe817baa776e55ab44e3818b8eb)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
));
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_location_type' => array(
+ 'name' => 'index_location_type',
+ 'field' => array(
+ 0 => 'location_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_address::0::location_type_id',
+ ) ,
+ 'index_is_primary' => array(
+ 'name' => 'index_is_primary',
+ 'field' => array(
+ 0 => 'is_primary',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_address::0::is_primary',
+ ) ,
+ 'index_is_billing' => array(
+ 'name' => 'index_is_billing',
+ 'field' => array(
+ 0 => 'is_billing',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_address::0::is_billing',
+ ) ,
+ 'index_street_name' => array(
+ 'name' => 'index_street_name',
+ 'field' => array(
+ 0 => 'street_name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_address::0::street_name',
+ ) ,
+ 'index_city' => array(
+ 'name' => 'index_city',
+ 'field' => array(
+ 0 => 'city',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_address::0::city',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'address_format', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
+--------------------------------------------------------------------+
*/
-// (GenCodeChecksum:f7ba322a546d93ae32325d4925b477f8)
+// (GenCodeChecksum:fe1a575dafdc824e3ce8a7e0d7fc49bf)
return array(
'CRM_Core_DAO_AddressFormat' => array(
'name' => 'AddressFormat',
*
* Generated from xml/schema/CRM/Core/Cache.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:bd310a3a686583eeeb7e0e91edb50318)
+ * (GenCodeChecksum:f7e211585872f6ee2e8492ea79bbb22a)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'cache', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_group_path_date' => array(
+ 'name' => 'UI_group_path_date',
+ 'field' => array(
+ 0 => 'group_name',
+ 1 => 'path',
+ 2 => 'created_date',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_cache::1::group_name::path::created_date',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'component', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Country.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a24c5ddeda39cc2efe1110845d0d9484)
+ * (GenCodeChecksum:e01f7b6fdc1c22bcf6fbc125ea2d894a)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'country', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name_iso_code' => array(
+ 'name' => 'UI_name_iso_code',
+ 'field' => array(
+ 0 => 'name',
+ 1 => 'iso_code',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_country::1::name::iso_code',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/County.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:85404ece3f86dd6b1af99b0756b55331)
+ * (GenCodeChecksum:deaadd903f7cfee93f6b70fb2e9fc012)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'county', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name_state_id' => array(
+ 'name' => 'UI_name_state_id',
+ 'field' => array(
+ 0 => 'name',
+ 1 => 'state_province_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_county::1::name::state_province_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/CustomField.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:1d87d12859ba3e9ad05c151a446710c8)
+ * (GenCodeChecksum:6c4ced0a0ac204cde5c048d37aee6057)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'custom_field', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_label_custom_group_id' => array(
+ 'name' => 'UI_label_custom_group_id',
+ 'field' => array(
+ 0 => 'label',
+ 1 => 'custom_group_id',
+ ) ,
+ 'localizable' => true,
+ 'unique' => true,
+ 'sig' => 'civicrm_custom_field::1::label::custom_group_id',
+ ) ,
+ 'UI_name_custom_group_id' => array(
+ 'name' => 'UI_name_custom_group_id',
+ 'field' => array(
+ 0 => 'name',
+ 1 => 'custom_group_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_custom_field::1::name::custom_group_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/CustomGroup.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9b3c453f7ada933490dc68bc2b45e77b)
+ * (GenCodeChecksum:5e44d08da1787dd031e8e4b81c1628a5)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'custom_group', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_title_extends' => array(
+ 'name' => 'UI_title_extends',
+ 'field' => array(
+ 0 => 'title',
+ 1 => 'extends',
+ ) ,
+ 'localizable' => true,
+ 'unique' => true,
+ 'sig' => 'civicrm_custom_group::1::title::extends',
+ ) ,
+ 'UI_name_extends' => array(
+ 'name' => 'UI_name_extends',
+ 'field' => array(
+ 0 => 'name',
+ 1 => 'extends',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_custom_group::1::name::extends',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'dashboard', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Discount.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7a25225a1380633ffa2bac34eb7f139c)
+ * (GenCodeChecksum:1ce69428f948066567e95645cb86254a)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'discount', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_entity' => array(
+ 'name' => 'index_entity',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_discount::0::entity_table::entity_id',
+ ) ,
+ 'index_entity_option_id' => array(
+ 'name' => 'index_entity_option_id',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ 2 => 'price_set_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_discount::0::entity_table::entity_id::price_set_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Domain.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:aab20d05e6c3ebe8f6eb8a7de50190a0)
+ * (GenCodeChecksum:50edefeb24aa64d2125df018985cd701)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'domain', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_domain::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Email.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:33bf5e19c3136f4860d3d078a3fbd68d)
+ * (GenCodeChecksum:08f53d44527d7d174b4aa1bd545b028c)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'email', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_location_type' => array(
+ 'name' => 'index_location_type',
+ 'field' => array(
+ 0 => 'location_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_email::0::location_type_id',
+ ) ,
+ 'UI_email' => array(
+ 'name' => 'UI_email',
+ 'field' => array(
+ 0 => 'email',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_email::0::email',
+ ) ,
+ 'index_is_primary' => array(
+ 'name' => 'index_is_primary',
+ 'field' => array(
+ 0 => 'is_primary',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_email::0::is_primary',
+ ) ,
+ 'index_is_billing' => array(
+ 'name' => 'index_is_billing',
+ 'field' => array(
+ 0 => 'is_billing',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_email::0::is_billing',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/EntityFile.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f1092b243ba0c368c41d7b64dc90e115)
+ * (GenCodeChecksum:354c22131251fde259f5b796e102fccf)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'entity_file', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_entity' => array(
+ 'name' => 'index_entity',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_entity_file::0::entity_table::entity_id',
+ ) ,
+ 'index_entity_file_id' => array(
+ 'name' => 'index_entity_file_id',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ 2 => 'file_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_entity_file::0::entity_table::entity_id::file_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/EntityTag.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0a4ce003543cfc6ff15c6807b3ff1106)
+ * (GenCodeChecksum:cb9ae7d6e83dd7423a431498f8dee5c8)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'entity_tag', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_entity_id_entity_table_tag_id' => array(
+ 'name' => 'UI_entity_id_entity_table_tag_id',
+ 'field' => array(
+ 0 => 'entity_id',
+ 1 => 'entity_table',
+ 2 => 'tag_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_entity_tag::1::entity_id::entity_table::tag_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Extension.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fdbe27f0b1587c2b4806d98f474e78ed)
+ * (GenCodeChecksum:6fdc48310a3cb4c35b5a3fa3a8aca079)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'extension', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_extension_full_name' => array(
+ 'name' => 'UI_extension_full_name',
+ 'field' => array(
+ 0 => 'full_name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_extension::1::full_name',
+ ) ,
+ 'UI_extension_name' => array(
+ 'name' => 'UI_extension_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_extension::0::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'file', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/IM.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:1898c44afea9d407ac2d916b2bc2bb1c)
+ * (GenCodeChecksum:fe754a68bdda23ca881ac6425750eeba)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'im', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_location_type' => array(
+ 'name' => 'index_location_type',
+ 'field' => array(
+ 0 => 'location_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_im::0::location_type_id',
+ ) ,
+ 'UI_provider_id' => array(
+ 'name' => 'UI_provider_id',
+ 'field' => array(
+ 0 => 'provider_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_im::0::provider_id',
+ ) ,
+ 'index_is_primary' => array(
+ 'name' => 'index_is_primary',
+ 'field' => array(
+ 0 => 'is_primary',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_im::0::is_primary',
+ ) ,
+ 'index_is_billing' => array(
+ 'name' => 'index_is_billing',
+ 'field' => array(
+ 0 => 'is_billing',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_im::0::is_billing',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'job', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'job_log', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'loc_block', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/LocationType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:1dc879f229f27d2b4381fb98ebc7b734)
+ * (GenCodeChecksum:630f891b9d0d1621cdbf3254e8536d4f)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'location_type', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_location_type::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Log.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8ba1221b34b495c2238ecf5197e5a47f)
+ * (GenCodeChecksum:a286415e35f08ea36fea4774cc744758)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'log', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_entity' => array(
+ 'name' => 'index_entity',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_log::0::entity_table::entity_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mail_settings', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Managed.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:1ea17fedbb00e336fb0ed9f830990aed)
+ * (GenCodeChecksum:49d518366db653a210558061604fb8cf)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'managed', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_managed_module_name' => array(
+ 'name' => 'UI_managed_module_name',
+ 'field' => array(
+ 0 => 'module',
+ 1 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_managed::0::module::name',
+ ) ,
+ 'UI_managed_entity' => array(
+ 'name' => 'UI_managed_entity',
+ 'field' => array(
+ 0 => 'entity_type',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_managed::0::entity_type::entity_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Mapping.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d1765f6068ff03162b649e2cabbcff0b)
+ * (GenCodeChecksum:6ebbd7d124ddee297d44168f135ce38b)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mapping', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_mapping::0::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mapping_field', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Menu.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4c287373462fde7a27f6e6b4388f19bf)
+ * (GenCodeChecksum:d8e5fdbc1e7295d660e44d94a81db6e7)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'menu', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_path_domain_id' => array(
+ 'name' => 'UI_path_domain_id',
+ 'field' => array(
+ 0 => 'path',
+ 1 => 'domain_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_menu::1::path::domain_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'msg_template', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'navigation', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Note.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ec8b51e4a3440e6fb1979540b5f563cb)
+ * (GenCodeChecksum:9f5e4f2a7e73840743efc268ffb4dbfd)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'note', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_entity' => array(
+ 'name' => 'index_entity',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_note::0::entity_table::entity_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/OpenID.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:b249eab35ab06ddd2ff558150552df97)
+ * (GenCodeChecksum:cf502fe1aae4bbe85faa570c2c341336)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'openid', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_location_type' => array(
+ 'name' => 'index_location_type',
+ 'field' => array(
+ 0 => 'location_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_openid::0::location_type_id',
+ ) ,
+ 'UI_openid' => array(
+ 'name' => 'UI_openid',
+ 'field' => array(
+ 0 => 'openid',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_openid::1::openid',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/OptionGroup.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:378d8ade1b468e91395484a309f98524)
+ * (GenCodeChecksum:4f26b702ecd914e653257f0676896d87)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'option_group', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_option_group::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/OptionValue.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2863f4578cec9183c8577517032d039d)
+ * (GenCodeChecksum:8cf699b034cbd9d7b8fe0a69250a79ba)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'option_value', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_option_group_id_value' => array(
+ 'name' => 'index_option_group_id_value',
+ 'field' => array(
+ 0 => 'value(128)',
+ 1 => 'option_group_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_option_value::0::value(128)::option_group_id',
+ ) ,
+ 'index_option_group_id_name' => array(
+ 'name' => 'index_option_group_id_name',
+ 'field' => array(
+ 0 => 'name(128)',
+ 1 => 'option_group_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_option_value::0::name(128)::option_group_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'persistent', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Phone.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:aed6082497eb601fdc249c7a361204a8)
+ * (GenCodeChecksum:661faad4886dd1a40784d465b906f447)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'phone', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_location_type' => array(
+ 'name' => 'index_location_type',
+ 'field' => array(
+ 0 => 'location_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_phone::0::location_type_id',
+ ) ,
+ 'index_is_primary' => array(
+ 'name' => 'index_is_primary',
+ 'field' => array(
+ 0 => 'is_primary',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_phone::0::is_primary',
+ ) ,
+ 'index_is_billing' => array(
+ 'name' => 'index_is_billing',
+ 'field' => array(
+ 0 => 'is_billing',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_phone::0::is_billing',
+ ) ,
+ 'UI_mobile_provider_id' => array(
+ 'name' => 'UI_mobile_provider_id',
+ 'field' => array(
+ 0 => 'mobile_provider_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_phone::0::mobile_provider_id',
+ ) ,
+ 'index_phone_numeric' => array(
+ 'name' => 'index_phone_numeric',
+ 'field' => array(
+ 0 => 'phone_numeric',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_phone::0::phone_numeric',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/PreferencesDate.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c6c3c0c91ca3f33fa11b89fb6e2dd704)
+ * (GenCodeChecksum:50b4071bc8734a772c01b450d22f5920)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'preferences_date', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_name' => array(
+ 'name' => 'index_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_preferences_date::0::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/PrevNextCache.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:c079d78b4553940fd29dd4e1f7e19477)
+ * (GenCodeChecksum:edf9dd4b38ca08a34dbc6990ac954af2)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'prevnext_cache', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_all' => array(
+ 'name' => 'index_all',
+ 'field' => array(
+ 0 => 'cacheKey',
+ 1 => 'entity_id1',
+ 2 => 'entity_id2',
+ 3 => 'entity_table',
+ 4 => 'is_selected',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_prevnext_cache::0::cacheKey::entity_id1::entity_id2::entity_table::is_selected',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'print_label', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'recurring_entity', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Setting.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:03045a230d0ba9aa60bf9dd4818cb12e)
+ * (GenCodeChecksum:a9b0b7aaf6ae42696ce402c1ff9acb89)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'setting', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_domain_contact_name' => array(
+ 'name' => 'index_domain_contact_name',
+ 'field' => array(
+ 0 => 'domain_id',
+ 1 => 'contact_id',
+ 2 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_setting::1::domain_id::contact_id::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/StateProvince.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:baa81154c9779b2e56e78504e7c9b74c)
+ * (GenCodeChecksum:7688143f6e0d809b020a3153f60aff7e)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'state_province', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name_country_id' => array(
+ 'name' => 'UI_name_country_id',
+ 'field' => array(
+ 0 => 'name',
+ 1 => 'country_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_state_province::1::name::country_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/StatusPreference.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:1499bd12f161a041bdb9ccfd2595cd94)
+ * (GenCodeChecksum:6a9e433b487d14f9b8e036f8491e6a9c)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'status_pref', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_status_pref_name' => array(
+ 'name' => 'UI_status_pref_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_status_pref::0::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'system_log', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Tag.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:44541277221c451f8aa93c6170180c44)
+ * (GenCodeChecksum:eb22ef992569566021a7faeaf43f0c25)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'tag', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_tag::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'timezone', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/UFField.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:55945830861723b23a20699aa3d3deef)
+ * (GenCodeChecksum:4777c5b97760d4bd4b7138468d18ded5)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'uf_field', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'IX_website_type_id' => array(
+ 'name' => 'IX_website_type_id',
+ 'field' => array(
+ 0 => 'website_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_uf_field::0::website_type_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/UFGroup.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4f856c03d64c4ca41521d4591d49e70f)
+ * (GenCodeChecksum:d716aaa0c1ca4a43bbd533faef6d94c7)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'uf_group', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_uf_group::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/UFJoin.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:eca8ea8e182d1cd8e3e21770ae28438e)
+ * (GenCodeChecksum:fde4a7125f1dd6d9e5081b534f151db6)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'uf_join', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_entity' => array(
+ 'name' => 'index_entity',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_uf_join::0::entity_table::entity_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/UFMatch.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:dc761cd7cd2455417d981e8c3542cd28)
+ * (GenCodeChecksum:c83bd8ebf7ad3a71d2bdaae1767cdcbb)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'uf_match', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'I_civicrm_uf_match_uf_id' => array(
+ 'name' => 'I_civicrm_uf_match_uf_id',
+ 'field' => array(
+ 0 => 'uf_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_uf_match::0::uf_id',
+ ) ,
+ 'UI_uf_name_domain_id' => array(
+ 'name' => 'UI_uf_name_domain_id',
+ 'field' => array(
+ 0 => 'uf_name',
+ 1 => 'domain_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_uf_match::1::uf_name::domain_id',
+ ) ,
+ 'UI_contact_domain_id' => array(
+ 'name' => 'UI_contact_domain_id',
+ 'field' => array(
+ 0 => 'contact_id',
+ 1 => 'domain_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_uf_match::1::contact_id::domain_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/Website.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:acc04540983491cf9eac68c43b6d1c87)
+ * (GenCodeChecksum:7f68af3a95bfdc5dc7421efef27c0511)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'website', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_website_type_id' => array(
+ 'name' => 'UI_website_type_id',
+ 'field' => array(
+ 0 => 'website_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_website::0::website_type_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Core/WordReplacement.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9e67d9e8dbcc13ce3f943a19c77bbdfa)
+ * (GenCodeChecksum:550a500d2c0a05672ebf9e2a47d54d69)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'word_replacement', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_domain_find' => array(
+ 'name' => 'UI_domain_find',
+ 'field' => array(
+ 0 => 'domain_id',
+ 1 => 'find_word',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_word_replacement::1::domain_id::find_word',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'worldregion', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Cxn/Cxn.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5293636371f8d0062ac30e2626739e63)
+ * (GenCodeChecksum:7837c80596c2e6d8682a48cffcb6a4d3)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'cxn', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_appid' => array(
+ 'name' => 'UI_appid',
+ 'field' => array(
+ 0 => 'app_guid',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_cxn::1::app_guid',
+ ) ,
+ 'UI_keypair_cxnid' => array(
+ 'name' => 'UI_keypair_cxnid',
+ 'field' => array(
+ 0 => 'cxn_guid',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_cxn::1::cxn_guid',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Dedupe/Exception.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5ab409ab490ba266b8cff7ba387624fa)
+ * (GenCodeChecksum:5e9f138ebec5aa2fcfd30120dffacdf5)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'dedupe_exception', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_contact_id1_contact_id2' => array(
+ 'name' => 'UI_contact_id1_contact_id2',
+ 'field' => array(
+ 0 => 'contact_id1',
+ 1 => 'contact_id2',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_dedupe_exception::1::contact_id1::contact_id2',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'dedupe_rule', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'dedupe_rule_group', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'event_carts', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'events_in_carts', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Event/Event.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d83e7e01c63245b818500f9eb0e98502)
+ * (GenCodeChecksum:6c0950f3a5f6305f8d7e0a05d4703018)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'event', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_event_type_id' => array(
+ 'name' => 'index_event_type_id',
+ 'field' => array(
+ 0 => 'event_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_event::0::event_type_id',
+ ) ,
+ 'index_participant_listing_id' => array(
+ 'name' => 'index_participant_listing_id',
+ 'field' => array(
+ 0 => 'participant_listing_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_event::0::participant_listing_id',
+ ) ,
+ 'index_parent_event_id' => array(
+ 'name' => 'index_parent_event_id',
+ 'field' => array(
+ 0 => 'parent_event_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_event::0::parent_event_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Event/Participant.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:cb95d1337bbf4098362e0808dbbdeabf)
+ * (GenCodeChecksum:89138cc7e79eac37b1b499084956428f)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'participant', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_status_id' => array(
+ 'name' => 'index_status_id',
+ 'field' => array(
+ 0 => 'status_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_participant::0::status_id',
+ ) ,
+ 'index_role_id' => array(
+ 'name' => 'index_role_id',
+ 'field' => array(
+ 0 => 'role_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_participant::0::role_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Event/ParticipantPayment.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6e45de066d601172a59c64752f11558a)
+ * (GenCodeChecksum:293a5e4f208de9a01639960975850cd4)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'participant_payment', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_contribution_participant' => array(
+ 'name' => 'UI_contribution_participant',
+ 'field' => array(
+ 0 => 'contribution_id',
+ 1 => 'participant_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_participant_payment::1::contribution_id::participant_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'participant_status_type', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'currency', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'entity_financial_account', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Financial/EntityFinancialTrxn.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ebf620763b584524906dc13f45a3fbdf)
+ * (GenCodeChecksum:8650c2685e9d125bed6f9b65ce208621)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'entity_financial_trxn', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_entity_financial_trxn_entity_table' => array(
+ 'name' => 'UI_entity_financial_trxn_entity_table',
+ 'field' => array(
+ 0 => 'entity_table',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_entity_financial_trxn::0::entity_table',
+ ) ,
+ 'UI_entity_financial_trxn_entity_id' => array(
+ 'name' => 'UI_entity_financial_trxn_entity_id',
+ 'field' => array(
+ 0 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_entity_financial_trxn::0::entity_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Financial/FinancialAccount.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:693d827c5ef7f0f4644ce9c71041c1e3)
+ * (GenCodeChecksum:4b1497d1607b10f8eec89c101665cd1d)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'financial_account', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_financial_account::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Financial/FinancialItem.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:009860f02e86ddf541f553766597e0c6)
+ * (GenCodeChecksum:95e199969f4ff93ccae635fb7e0d30f2)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'financial_item', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'IX_created_date' => array(
+ 'name' => 'IX_created_date',
+ 'field' => array(
+ 0 => 'created_date',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_financial_item::0::created_date',
+ ) ,
+ 'IX_transaction_date' => array(
+ 'name' => 'IX_transaction_date',
+ 'field' => array(
+ 0 => 'transaction_date',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_financial_item::0::transaction_date',
+ ) ,
+ 'index_entity_id_entity_table' => array(
+ 'name' => 'index_entity_id_entity_table',
+ 'field' => array(
+ 0 => 'entity_id',
+ 1 => 'entity_table',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_financial_item::0::entity_id::entity_table',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Financial/FinancialTrxn.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:84188ea8db9380a96a74a4e577cb8b93)
+ * (GenCodeChecksum:68f0081011769a1c3286c7d7a74324e3)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'financial_trxn', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_ftrxn_trxn_id' => array(
+ 'name' => 'UI_ftrxn_trxn_id',
+ 'field' => array(
+ 0 => 'trxn_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_financial_trxn::0::trxn_id',
+ ) ,
+ 'UI_ftrxn_payment_instrument_id' => array(
+ 'name' => 'UI_ftrxn_payment_instrument_id',
+ 'field' => array(
+ 0 => 'payment_instrument_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_financial_trxn::0::payment_instrument_id',
+ ) ,
+ 'UI_ftrxn_check_number' => array(
+ 'name' => 'UI_ftrxn_check_number',
+ 'field' => array(
+ 0 => 'check_number',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_financial_trxn::0::check_number',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Financial/FinancialType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:286b2e763395441774d1a91db61da8ca)
+ * (GenCodeChecksum:9d787931917508983d68631821eea721)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'financial_type', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_id' => array(
+ 'name' => 'UI_id',
+ 'field' => array(
+ 0 => 'id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_financial_type::1::id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Financial/PaymentProcessor.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d638c879011835041875c04db5831748)
+ * (GenCodeChecksum:0e75917439817823f9c6d99cd640ff98)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'payment_processor', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name_test_domain_id' => array(
+ 'name' => 'UI_name_test_domain_id',
+ 'field' => array(
+ 0 => 'name',
+ 1 => 'is_test',
+ 2 => 'domain_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_payment_processor::1::name::is_test::domain_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Financial/PaymentProcessorType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:db09edc5cc1a18facd824b62fe4d4061)
+ * (GenCodeChecksum:b47064fa57473507062b1e69983ccc52)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'payment_processor_type', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_payment_processor_type::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'payment_token', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'tell_friend', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Grant/Grant.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2abbee941ab414e5e67978a55a5bb2ee)
+ * (GenCodeChecksum:600fc71093543f1c7b31ad663f2325c6)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'grant', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_grant_type_id' => array(
+ 'name' => 'index_grant_type_id',
+ 'field' => array(
+ 0 => 'grant_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_grant::0::grant_type_id',
+ ) ,
+ 'index_status_id' => array(
+ 'name' => 'index_status_id',
+ 'field' => array(
+ 0 => 'status_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_grant::0::status_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_bounce_pattern', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_bounce_type', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_component', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Mailing/Mailing.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3711bcf18e92336fdc0a4c81af169de6)
+ * (GenCodeChecksum:22b978860c196afa0de69fab862907e8)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_hash' => array(
+ 'name' => 'index_hash',
+ 'field' => array(
+ 0 => 'hash',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_mailing::0::hash',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_abtest', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_group', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_job', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_recipients', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_spool', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_trackable_url', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_event_bounce', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_event_confirm', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_event_delivered', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_event_forward', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_event_opened', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_event_queue', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_event_reply', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_event_subscribe', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_event_trackable_url_open', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'mailing_event_unsubscribe', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Member/Membership.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4d1ebbf7062cc793f845bfa84e0c0230)
+ * (GenCodeChecksum:1a9ebe9e0d3ab9247f2a3dda32bab22a)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'membership', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_owner_membership_id' => array(
+ 'name' => 'index_owner_membership_id',
+ 'field' => array(
+ 0 => 'owner_membership_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_membership::0::owner_membership_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'membership_block', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'membership_log', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Member/MembershipPayment.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0ccf0d7294a2039689712b93dd6e9bab)
+ * (GenCodeChecksum:f5961822475bf3b83377d72f9ed34b07)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'membership_payment', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_contribution_membership' => array(
+ 'name' => 'UI_contribution_membership',
+ 'field' => array(
+ 0 => 'contribution_id',
+ 1 => 'membership_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_membership_payment::1::contribution_id::membership_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'membership_status', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Member/MembershipType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:b4605635cee3e92e4fe8fa2915e3c14b)
+ * (GenCodeChecksum:22af2c3f87df3ad7cf2002c145f53cc6)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'membership_type', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_relationship_type_id' => array(
+ 'name' => 'index_relationship_type_id',
+ 'field' => array(
+ 0 => 'relationship_type_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_membership_type::0::relationship_type_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'pcp', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'pcp_block', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Pledge/Pledge.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:93d3db6cf90649f6bc070d1b72def5af)
+ * (GenCodeChecksum:d323ed81c70c68905fc53ffd849a9e81)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'pledge', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_status' => array(
+ 'name' => 'index_status',
+ 'field' => array(
+ 0 => 'status_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_pledge::0::status_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Pledge/PledgeBlock.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7d41ef2735585fe5dddadb9a8f63a7fd)
+ * (GenCodeChecksum:27ee8365a58c51c15fcf0ae78b2f5f32)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'pledge_block', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_entity' => array(
+ 'name' => 'index_entity',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_pledge_block::0::entity_table::entity_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Pledge/PledgePayment.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:09fc3071c5172648ed851790f09873b6)
+ * (GenCodeChecksum:37953335e5e08db4328298ec003c97a8)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'pledge_payment', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_contribution_pledge' => array(
+ 'name' => 'index_contribution_pledge',
+ 'field' => array(
+ 0 => 'contribution_id',
+ 1 => 'pledge_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_pledge_payment::0::contribution_id::pledge_id',
+ ) ,
+ 'index_status' => array(
+ 'name' => 'index_status',
+ 'field' => array(
+ 0 => 'status_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_pledge_payment::0::status_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Price/LineItem.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8ecde6a576075d58db3c53106b9d4d1c)
+ * (GenCodeChecksum:db7c7e55df64ed93a7152b5297d13d25)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'line_item', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_entity' => array(
+ 'name' => 'index_entity',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_line_item::0::entity_table::entity_id',
+ ) ,
+ 'UI_line_item_value' => array(
+ 'name' => 'UI_line_item_value',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ 2 => 'contribution_id',
+ 3 => 'price_field_value_id',
+ 4 => 'price_field_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_line_item::1::entity_table::entity_id::contribution_id::price_field_value_id::price_field_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Price/PriceField.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:be63f35bc5c1c8258ec2e6dc1befd377)
+ * (GenCodeChecksum:6ee89c3106c27af4ca96897826a2ef8c)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'price_field', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_name' => array(
+ 'name' => 'index_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_price_field::0::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'price_field_value', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Price/PriceSet.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0b3a382a33511312a5f3b909f214345d)
+ * (GenCodeChecksum:7250a5af1e713fc047875f2cc22443ff)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'price_set', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_name' => array(
+ 'name' => 'UI_name',
+ 'field' => array(
+ 0 => 'name',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_price_set::1::name',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Price/PriceSetEntity.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:da96598372bdbc553ae76312db786c2c)
+ * (GenCodeChecksum:6113d40ca79159b19d2c915aeb620e7c)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'price_set_entity', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'UI_entity' => array(
+ 'name' => 'UI_entity',
+ 'field' => array(
+ 0 => 'entity_table',
+ 1 => 'entity_id',
+ ) ,
+ 'localizable' => false,
+ 'unique' => true,
+ 'sig' => 'civicrm_price_set_entity::1::entity_table::entity_id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
*
* Generated from xml/schema/CRM/Queue/QueueItem.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a7927e0d742d5a5600ffe80c75d90bf6)
+ * (GenCodeChecksum:6ca85e3a41502dda3e60a1c53a83c67f)
*/
require_once 'CRM/Core/DAO.php';
require_once 'CRM/Utils/Type.php';
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'queue_item', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array(
+ 'index_queueids' => array(
+ 'name' => 'index_queueids',
+ 'field' => array(
+ 0 => 'queue_name',
+ 1 => 'weight',
+ 2 => 'id',
+ ) ,
+ 'localizable' => false,
+ 'sig' => 'civicrm_queue_item::0::queue_name::weight::id',
+ ) ,
+ );
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'report_instance', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}
$r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'sms_provider', $prefix, array());
return $r;
}
+ /**
+ * Returns the list of indices
+ */
+ public static function indices($localize = TRUE) {
+ $indices = array();
+ return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
+ }
}