CRM-19925 Updated DAO files
[civicrm-core.git] / CRM / ACL / DAO / EntityRole.php
index 346482c4526d89517180d4134df9bb54f3a4aaa0..88677377a02f2a98131a4e681b9041886ff9c560 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/ACL/EntityRole.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9ec4917a20273426112e2d0df3e985d1)
+ * (GenCodeChecksum:005d4928f36bf24b5e20e13f18f0588d)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -115,6 +115,9 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'title' => ts('Entity Role') ,
           'description' => 'Unique table ID',
           'required' => true,
+          'table_name' => 'civicrm_acl_entity_role',
+          'entity' => 'EntityRole',
+          'bao' => 'CRM_ACL_BAO_EntityRole',
         ) ,
         'acl_role_id' => array(
           'name' => 'acl_role_id',
@@ -122,6 +125,9 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'title' => ts('ACL Role ID') ,
           'description' => 'Foreign Key to ACL Role (which is an option value pair and hence an implicit FK)',
           'required' => true,
+          'table_name' => 'civicrm_acl_entity_role',
+          'entity' => 'EntityRole',
+          'bao' => 'CRM_ACL_BAO_EntityRole',
         ) ,
         'entity_table' => array(
           'name' => 'entity_table',
@@ -131,6 +137,9 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'required' => true,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
+          'table_name' => 'civicrm_acl_entity_role',
+          'entity' => 'EntityRole',
+          'bao' => 'CRM_ACL_BAO_EntityRole',
         ) ,
         'entity_id' => array(
           'name' => 'entity_id',
@@ -138,12 +147,18 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'title' => ts('ACL Entity ID') ,
           'description' => 'ID of the group/contact object being joined',
           'required' => true,
+          'table_name' => 'civicrm_acl_entity_role',
+          'entity' => 'EntityRole',
+          'bao' => 'CRM_ACL_BAO_EntityRole',
         ) ,
         'is_active' => array(
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('ACL Entity Role is Active') ,
           'description' => 'Is this property active?',
+          'table_name' => 'civicrm_acl_entity_role',
+          'entity' => 'EntityRole',
+          'bao' => 'CRM_ACL_BAO_EntityRole',
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);