Ext- Regenerate DAO files without fieldKeys(), getLog() and getTableName().
authorcolemanw <coleman@civicrm.org>
Sat, 16 Dec 2023 00:27:16 +0000 (19:27 -0500)
committercolemanw <coleman@civicrm.org>
Sat, 16 Dec 2023 01:34:42 +0000 (20:34 -0500)
Per 9d89b14 these functions are redundant with the parent class.

ext/afform/core/CRM/Afform/DAO/AfformSubmission.php
ext/afform/core/sql/auto_uninstall.sql
ext/civigrant/CRM/Grant/DAO/Grant.php
ext/civigrant/sql/auto_uninstall.sql
ext/search_kit/CRM/Search/DAO/SearchDisplay.php
ext/search_kit/CRM/Search/DAO/SearchSegment.php
ext/search_kit/sql/auto_install.sql
ext/search_kit/sql/auto_uninstall.sql
ext/standaloneusers/CRM/Standaloneusers/DAO/Role.php
ext/standaloneusers/CRM/Standaloneusers/DAO/User.php
ext/standaloneusers/CRM/Standaloneusers/DAO/UserRole.php

index 55c6f36e31b1f6088b483fae7c33ea131d624f50..a83b0c6a5eebf812080a64cf828d2741ab48e22f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from org.civicrm.afform/xml/schema/CRM/Afform/AfformSubmission.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:68e301b8eb1d4ca755e3eb3b614ee2ff)
+ * (GenCodeChecksum:4dc8f836ce9420d461111dcaaebbb37a)
  */
 use CRM_Afform_ExtensionUtil as E;
 
@@ -283,37 +283,6 @@ class CRM_Afform_DAO_AfformSubmission extends CRM_Core_DAO {
     return Civi::$statics[__CLASS__]['fields'];
   }
 
-  /**
-   * Return a mapping from field-name to the corresponding key (as used in fields()).
-   *
-   * @return array
-   *   Array(string $name => string $uniqueName).
-   */
-  public static function &fieldKeys() {
-    if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) {
-      Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields()));
-    }
-    return Civi::$statics[__CLASS__]['fieldKeys'];
-  }
-
-  /**
-   * Returns the names of this table
-   *
-   * @return string
-   */
-  public static function getTableName() {
-    return self::$_tableName;
-  }
-
-  /**
-   * Returns if this table needs to be logged
-   *
-   * @return bool
-   */
-  public function getLog() {
-    return self::$_log;
-  }
-
   /**
    * Returns the list of fields that can be imported
    *
index 90004586bc195c0acded64f49d0d15ea11e93f7e..6cfd28eddffe88d1759479faefa80ad857c6b7db 100644 (file)
@@ -8,9 +8,11 @@
 --
 -- Generated from drop.tpl
 -- DO NOT EDIT.  Generated by CRM_Core_CodeGen
----- /*******************************************************
+--
+-- /*******************************************************
+-- *
+-- * Clean up the existing tables
 -- *
--- * Clean up the existing tables-- *
 -- *******************************************************/
 
 SET FOREIGN_KEY_CHECKS=0;
index 4b2fd2c19dea9bbcfb12037dbdcbe5fc16421b76..aa20b3c3d10aed0d2f33b11c0b875f88175c8c51 100644 (file)
@@ -634,37 +634,6 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
     return Civi::$statics[__CLASS__]['fields'];
   }
 
-  /**
-   * Return a mapping from field-name to the corresponding key (as used in fields()).
-   *
-   * @return array
-   *   Array(string $name => string $uniqueName).
-   */
-  public static function &fieldKeys() {
-    if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) {
-      Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields()));
-    }
-    return Civi::$statics[__CLASS__]['fieldKeys'];
-  }
-
-  /**
-   * Returns the names of this table
-   *
-   * @return string
-   */
-  public static function getTableName() {
-    return self::$_tableName;
-  }
-
-  /**
-   * Returns if this table needs to be logged
-   *
-   * @return bool
-   */
-  public function getLog() {
-    return self::$_log;
-  }
-
   /**
    * Returns the list of fields that can be imported
    *
index 6e905e15857daf3971774a42cd61e4e81b75cc4d..191b70c17cef782e44619fdf6163098b7c47ac22 100644 (file)
@@ -8,9 +8,11 @@
 --
 -- Generated from drop.tpl
 -- DO NOT EDIT.  Generated by CRM_Core_CodeGen
----- /*******************************************************
+--
+-- /*******************************************************
+-- *
+-- * Clean up the existing tables
 -- *
--- * Clean up the existing tables-- *
 -- *******************************************************/
 
 SET FOREIGN_KEY_CHECKS=0;
index 5d779bec600fbd0a30fd4e420210175a58239527..2e7cf49789cf84a34ef28aa2c0da42153c42f3d6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from org.civicrm.search_kit/xml/schema/CRM/Search/SearchDisplay.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5ca9cccecaa79803d415f288292376bb)
+ * (GenCodeChecksum:0eed730a39d0aadd3f66f773692f5167)
  */
 use CRM_Search_ExtensionUtil as E;
 
@@ -155,6 +155,12 @@ class CRM_Search_DAO_SearchDisplay extends CRM_Core_DAO {
           'title' => E::ts('Search Display ID'),
           'description' => E::ts('Unique SearchDisplay ID'),
           'required' => TRUE,
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_display.id',
           'table_name' => 'civicrm_search_display',
           'entity' => 'SearchDisplay',
@@ -171,6 +177,12 @@ class CRM_Search_DAO_SearchDisplay extends CRM_Core_DAO {
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_display.name',
           'table_name' => 'civicrm_search_display',
           'entity' => 'SearchDisplay',
@@ -189,6 +201,12 @@ class CRM_Search_DAO_SearchDisplay extends CRM_Core_DAO {
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_display.label',
           'table_name' => 'civicrm_search_display',
           'entity' => 'SearchDisplay',
@@ -205,6 +223,12 @@ class CRM_Search_DAO_SearchDisplay extends CRM_Core_DAO {
           'title' => E::ts('Saved Search ID'),
           'description' => E::ts('FK to saved search table.'),
           'required' => TRUE,
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_display.saved_search_id',
           'table_name' => 'civicrm_search_display',
           'entity' => 'SearchDisplay',
@@ -221,6 +245,12 @@ class CRM_Search_DAO_SearchDisplay extends CRM_Core_DAO {
           'required' => TRUE,
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_display.type',
           'table_name' => 'civicrm_search_display',
           'entity' => 'SearchDisplay',
@@ -240,6 +270,12 @@ class CRM_Search_DAO_SearchDisplay extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => E::ts('Search Display Settings'),
           'description' => E::ts('Configuration data for the search display'),
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_display.settings',
           'default' => NULL,
           'table_name' => 'civicrm_search_display',
@@ -254,6 +290,12 @@ class CRM_Search_DAO_SearchDisplay extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => E::ts('Bypass ACL Permissions'),
           'description' => E::ts('Skip permission checks and ACLs when running this display.'),
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_display.acl_bypass',
           'default' => '0',
           'table_name' => 'civicrm_search_display',
@@ -271,37 +313,6 @@ class CRM_Search_DAO_SearchDisplay extends CRM_Core_DAO {
     return Civi::$statics[__CLASS__]['fields'];
   }
 
-  /**
-   * Return a mapping from field-name to the corresponding key (as used in fields()).
-   *
-   * @return array
-   *   Array(string $name => string $uniqueName).
-   */
-  public static function &fieldKeys() {
-    if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) {
-      Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields()));
-    }
-    return Civi::$statics[__CLASS__]['fieldKeys'];
-  }
-
-  /**
-   * Returns the names of this table
-   *
-   * @return string
-   */
-  public static function getTableName() {
-    return self::$_tableName;
-  }
-
-  /**
-   * Returns if this table needs to be logged
-   *
-   * @return bool
-   */
-  public function getLog() {
-    return self::$_log;
-  }
-
   /**
    * Returns the list of fields that can be imported
    *
index 4d97d825dd5abced5f4bc0c3567a3e331ea5acae..806439607fe396cb8099cd6f245769385b3ef526 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from org.civicrm.search_kit/xml/schema/CRM/Search/SearchSegment.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0776e800d97560d2b49c54bb581959c6)
+ * (GenCodeChecksum:0646fd70a9ae439dbb475616dde6ab30)
  */
 use CRM_Search_ExtensionUtil as E;
 
@@ -131,6 +131,12 @@ class CRM_Search_DAO_SearchSegment extends CRM_Core_DAO {
           'title' => E::ts('Search Segment ID'),
           'description' => E::ts('Unique SearchSegment ID'),
           'required' => TRUE,
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_segment.id',
           'table_name' => 'civicrm_search_segment',
           'entity' => 'SearchSegment',
@@ -150,6 +156,12 @@ class CRM_Search_DAO_SearchSegment extends CRM_Core_DAO {
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_segment.name',
           'table_name' => 'civicrm_search_segment',
           'entity' => 'SearchSegment',
@@ -168,6 +180,12 @@ class CRM_Search_DAO_SearchSegment extends CRM_Core_DAO {
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_segment.label',
           'table_name' => 'civicrm_search_segment',
           'entity' => 'SearchSegment',
@@ -185,6 +203,12 @@ class CRM_Search_DAO_SearchSegment extends CRM_Core_DAO {
           'description' => E::ts('Description will appear when selecting SearchSegment in the fields dropdown.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_segment.description',
           'table_name' => 'civicrm_search_segment',
           'entity' => 'SearchSegment',
@@ -203,6 +227,12 @@ class CRM_Search_DAO_SearchSegment extends CRM_Core_DAO {
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_segment.entity_name',
           'table_name' => 'civicrm_search_segment',
           'entity' => 'SearchSegment',
@@ -221,6 +251,12 @@ class CRM_Search_DAO_SearchSegment extends CRM_Core_DAO {
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => E::ts('Items'),
           'description' => E::ts('All items in set'),
+          'usage' => [
+            'import' => FALSE,
+            'export' => FALSE,
+            'duplicate_matching' => FALSE,
+            'token' => FALSE,
+          ],
           'where' => 'civicrm_search_segment.items',
           'table_name' => 'civicrm_search_segment',
           'entity' => 'SearchSegment',
@@ -235,37 +271,6 @@ class CRM_Search_DAO_SearchSegment extends CRM_Core_DAO {
     return Civi::$statics[__CLASS__]['fields'];
   }
 
-  /**
-   * Return a mapping from field-name to the corresponding key (as used in fields()).
-   *
-   * @return array
-   *   Array(string $name => string $uniqueName).
-   */
-  public static function &fieldKeys() {
-    if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) {
-      Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields()));
-    }
-    return Civi::$statics[__CLASS__]['fieldKeys'];
-  }
-
-  /**
-   * Returns the names of this table
-   *
-   * @return string
-   */
-  public static function getTableName() {
-    return self::$_tableName;
-  }
-
-  /**
-   * Returns if this table needs to be logged
-   *
-   * @return bool
-   */
-  public function getLog() {
-    return self::$_log;
-  }
-
   /**
    * Returns the list of fields that can be imported
    *
index 4f5d09fd8448a3e1455ce73e9b9e9225723b3b91..5e3e2ffaf9cea491cda571e8768fe853372acb73 100644 (file)
@@ -31,7 +31,7 @@ SET FOREIGN_KEY_CHECKS=1;
 -- *
 -- * civicrm_search_display
 -- *
--- * Search Kit - saved search displays
+-- * SearchKit - saved search displays
 -- *
 -- *******************************************************/
 CREATE TABLE `civicrm_search_display` (
index 43aa40194f5787b88bfe0c484b994b49c84b46aa..08f581175208c8debb4d3035efe1333baecf111e 100644 (file)
@@ -8,9 +8,11 @@
 --
 -- Generated from drop.tpl
 -- DO NOT EDIT.  Generated by CRM_Core_CodeGen
----- /*******************************************************
+--
+-- /*******************************************************
+-- *
+-- * Clean up the existing tables
 -- *
--- * Clean up the existing tables-- *
 -- *******************************************************/
 
 SET FOREIGN_KEY_CHECKS=0;
index 31bc1623689dd6e663c6ec20b3341c94f3f89608..185287e219951bdb210e0b510301e0ee0d4ec05d 100644 (file)
@@ -246,37 +246,6 @@ class CRM_Standaloneusers_DAO_Role extends CRM_Core_DAO {
     return Civi::$statics[__CLASS__]['fields'];
   }
 
-  /**
-   * Return a mapping from field-name to the corresponding key (as used in fields()).
-   *
-   * @return array
-   *   Array(string $name => string $uniqueName).
-   */
-  public static function &fieldKeys() {
-    if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) {
-      Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields()));
-    }
-    return Civi::$statics[__CLASS__]['fieldKeys'];
-  }
-
-  /**
-   * Returns the names of this table
-   *
-   * @return string
-   */
-  public static function getTableName() {
-    return self::$_tableName;
-  }
-
-  /**
-   * Returns if this table needs to be logged
-   *
-   * @return bool
-   */
-  public function getLog() {
-    return self::$_log;
-  }
-
   /**
    * Returns the list of fields that can be imported
    *
index d0176a78c38c7175fd5780cf635c83860a254d56..8208e2b5b485c9bc3b799cb77044c879b887610d 100644 (file)
@@ -529,37 +529,6 @@ class CRM_Standaloneusers_DAO_User extends CRM_Core_DAO {
     return Civi::$statics[__CLASS__]['fields'];
   }
 
-  /**
-   * Return a mapping from field-name to the corresponding key (as used in fields()).
-   *
-   * @return array
-   *   Array(string $name => string $uniqueName).
-   */
-  public static function &fieldKeys() {
-    if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) {
-      Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields()));
-    }
-    return Civi::$statics[__CLASS__]['fieldKeys'];
-  }
-
-  /**
-   * Returns the names of this table
-   *
-   * @return string
-   */
-  public static function getTableName() {
-    return self::$_tableName;
-  }
-
-  /**
-   * Returns if this table needs to be logged
-   *
-   * @return bool
-   */
-  public function getLog() {
-    return self::$_log;
-  }
-
   /**
    * Returns the list of fields that can be imported
    *
index 4544b45637d8c57a67ab67a15f3550b23493acc2..eb77ccddd7aa3f98f6672665e7f3a2f9e1ce7cf8 100644 (file)
@@ -175,37 +175,6 @@ class CRM_Standaloneusers_DAO_UserRole extends CRM_Core_DAO {
     return Civi::$statics[__CLASS__]['fields'];
   }
 
-  /**
-   * Return a mapping from field-name to the corresponding key (as used in fields()).
-   *
-   * @return array
-   *   Array(string $name => string $uniqueName).
-   */
-  public static function &fieldKeys() {
-    if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) {
-      Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields()));
-    }
-    return Civi::$statics[__CLASS__]['fieldKeys'];
-  }
-
-  /**
-   * Returns the names of this table
-   *
-   * @return string
-   */
-  public static function getTableName() {
-    return self::$_tableName;
-  }
-
-  /**
-   * Returns if this table needs to be logged
-   *
-   * @return bool
-   */
-  public function getLog() {
-    return self::$_log;
-  }
-
   /**
    * Returns the list of fields that can be imported
    *