Changed ClassName for ACL clacc
[civicrm-core.git] / CRM / ACL / DAO / ACLCache.php
similarity index 91%
rename from CRM/ACL/DAO/Cache.php
rename to CRM/ACL/DAO/ACLCache.php
index 34a3e7360b56f9727e26ea3315146edf437e8daf..cbf774e4b27641421418c2d22ded5507ad8ec856 100644 (file)
@@ -4,15 +4,15 @@
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2019
  *
- * Generated from xml/schema/CRM/ACL/Cache.xml
+ * Generated from xml/schema/CRM/ACL/ACLCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6180a43e0d4bd8f2008286be6683d0ba)
+ * (GenCodeChecksum:a7bccfc35714fdcf0fdb6f4cd24842bd)
  */
 
 /**
- * Database access object for the Cache entity.
+ * Database access object for the ACLCache entity.
  */
-class CRM_ACL_DAO_Cache extends CRM_Core_DAO {
+class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
 
   /**
    * Static instance to hold the table name.
@@ -96,8 +96,8 @@ class CRM_ACL_DAO_Cache extends CRM_Core_DAO {
           'required' => TRUE,
           'where' => 'civicrm_acl_cache.id',
           'table_name' => 'civicrm_acl_cache',
-          'entity' => 'Cache',
-          'bao' => 'CRM_ACL_BAO_Cache',
+          'entity' => 'ACLCache',
+          'bao' => 'CRM_ACL_DAO_ACLCache',
           'localizable' => 0,
         ],
         'contact_id' => [
@@ -107,8 +107,8 @@ class CRM_ACL_DAO_Cache extends CRM_Core_DAO {
           'description' => ts('Foreign Key to Contact'),
           'where' => 'civicrm_acl_cache.contact_id',
           'table_name' => 'civicrm_acl_cache',
-          'entity' => 'Cache',
-          'bao' => 'CRM_ACL_BAO_Cache',
+          'entity' => 'ACLCache',
+          'bao' => 'CRM_ACL_DAO_ACLCache',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
         ],
@@ -120,8 +120,8 @@ class CRM_ACL_DAO_Cache extends CRM_Core_DAO {
           'required' => TRUE,
           'where' => 'civicrm_acl_cache.acl_id',
           'table_name' => 'civicrm_acl_cache',
-          'entity' => 'Cache',
-          'bao' => 'CRM_ACL_BAO_Cache',
+          'entity' => 'ACLCache',
+          'bao' => 'CRM_ACL_DAO_ACLCache',
           'localizable' => 0,
           'FKClassName' => 'CRM_ACL_DAO_ACL',
         ],
@@ -133,8 +133,8 @@ class CRM_ACL_DAO_Cache extends CRM_Core_DAO {
           'required' => FALSE,
           'where' => 'civicrm_acl_cache.modified_date',
           'table_name' => 'civicrm_acl_cache',
-          'entity' => 'Cache',
-          'bao' => 'CRM_ACL_BAO_Cache',
+          'entity' => 'ACLCache',
+          'bao' => 'CRM_ACL_DAO_ACLCache',
           'localizable' => 0,
         ],
       ];