CRM-20312 regenerated DAOS with indexes
[civicrm-core.git] / CRM / Core / DAO / OpenID.php
index e1caab8ad0ea8f7c4139a762edbaa409a9ed2209..06192ee60e52f53eafc5e3e396ae67500e914323 100644 (file)
@@ -30,7 +30,7 @@
  *
  * 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';
@@ -124,6 +124,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'table_name' => 'civicrm_openid',
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
+          'localizable' => 0,
         ) ,
         'contact_id' => array(
           'name' => 'contact_id',
@@ -133,6 +134,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'table_name' => 'civicrm_openid',
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
+          'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
         ) ,
         'location_type_id' => array(
@@ -143,6 +145,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'table_name' => 'civicrm_openid',
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
+          'localizable' => 0,
         ) ,
         'openid' => array(
           'name' => 'openid',
@@ -160,6 +163,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'table_name' => 'civicrm_openid',
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
+          'localizable' => 0,
         ) ,
         'allowed_to_login' => array(
           'name' => 'allowed_to_login',
@@ -170,6 +174,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'table_name' => 'civicrm_openid',
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
+          'localizable' => 0,
         ) ,
         'is_primary' => array(
           'name' => 'is_primary',
@@ -179,6 +184,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'table_name' => 'civicrm_openid',
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
+          'localizable' => 0,
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
@@ -235,4 +241,29 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
     $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;
+  }
 }