Uses of Interface
ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface.ResourceMySQL

Packages that use ResourceMySQL
ARoad0.AcsAddon.Accbee.MySQL.gBase Provides the gBase classes for modelling a MySQL 5 server as an extension, in the AcsAddon MySQL, of the generic ARoad0.gBase package. 
ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface Contains interfaces for modelizing a MySQL 5 server, as an extension of the generic ARoad0.gBaseInterface package, in the AcsAddon MySQL. 
 

Uses of ResourceMySQL in ARoad0.AcsAddon.Accbee.MySQL.gBase
 

Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement ResourceMySQL
 class ActorMySQLImpl
          This class is responsible for modeling a MySQL Actor to implement varied constraints on the instance, the property isRightProxy_ and the inherited AclEntries.
 class BasesSetMySQLImpl
          This class is responsible for modeling a BasesSetMySQL which is a set of databases having a wildcard in its name, like 'BASE O%', as child of the Directory '|pattern-name_bases sets|'.
 class DirectoryMySQLImpl
          This class is responsible to manage the inherited AclEntries of the children, to manage the global rights, and to provide the main documentation for all the ResourceMySQL classes.
 class ResourceMySQLImpl
          This class is responsible for modeling a MySQL resource, mainly to implement the AclEntry sorting for the direct and the inherited ACL.
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type ResourceMySQL
static void BaseUtilityMySQLImpl.setM_TargetInheritedACLRights(ResourceMySQL _res, java.util.List<AclEntry> _l_acl, java.util.Map<ImmutableName,StringRight[]> _upd_m_globalT_ACLRights, java.util.Map<java.lang.String,StringRight[]> _upd_m_primaryT_ACLRights, boolean _forDirectACL)
          This important method sets the internal maps of the inherited AclEntry rights and the primary rights from the new inherited AclEntries list.
static void BaseUtilityMySQLImpl.setM_TargetInheritedACLRightsForDatabaseAclForToBeMixedAcl(ResourceMySQL _res, java.util.List<AclEntry> _l_acl, java.util.Map<java.lang.String,StringRight[]> _upd_m_primaryT_ACLRights)
          This method sets the primary rights from the new inherited AclEntries list, when the AclEntries are for the database and are to-be-mixed.
static void BaseUtilityMySQLImpl.setM_TargetInheritedACLRightsForDatabaseAclNOTForToBeMixedAcl(ResourceMySQL _res, java.util.List<AclEntry> _l_acl, java.util.Map<java.lang.String,StringRight[]> _upd_m_primaryT_ACLRights)
          This method sets the primary rights from the new inherited AclEntries list, when the AclEntries are for the database and are not to-be-mixed.
static void BaseUtilityMySQLImpl.setM_TargetInheritedACLRightsNOTForDatabaseAcl(ResourceMySQL _res, java.util.List<AclEntry> _l_acl, java.util.Map<ImmutableName,StringRight[]> _upd_m_globalT_ACLRights, java.util.Map<java.lang.String,StringRight[]> _upd_m_primaryT_ACLRights)
          This method sets the internal maps of the inherited AclEntry rights and the primary rights from the new inherited AclEntries list, when the AclEntries are not for the database.
 

Uses of ResourceMySQL in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface
 

Subinterfaces of ResourceMySQL in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface
 interface ActorMySQL
          This interface is responsible for modeling a MySQL Actor to forbid the editing of the default true value on the property isRightProxy_.
 interface BasesSetMySQL
          This interface is responsible for modeling a set of databases having a wildcard in its name, like 'BASE O%'.
 interface DirectoryMySQL
          This interface is responsible for modeling a MySQL Directory to manage the inherited AclEntries in the Directory children.