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

Packages that use GroupIDMySQL
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. 
ARoad0.AcsAddon.Accbee.MySQL.gWork Provides the gWork classes for creating and analyzing a MySQL 5 database management system, as an extension of the generic ARoad0.gWork package, in the AcsAddon MySQL. 
 

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

Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement GroupIDMySQL
 class GroupIDMySQLImpl
          This class is responsible for modeling a MySQL GroupID to manage the constraints on the account membership and group names.
 class RoleMySQLImpl
          Currently unused.
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase that return GroupIDMySQL
 GroupIDMySQL VirtualFolderMySQLImpl.getEorDefinerHostForDelegate()
          In the MySQL DEFINER mode, the view delegate runs under an account and a current host.
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type GroupIDMySQL
static VirtualFolderMySQL VirtualFolderMySQLImpl.valueOf(ImmutableName _name, ACS _acs, VirtualFolderMySQL _parent, java.lang.String _type, UserID _definer, GroupIDMySQL _host)
          No use, since CollectionPropertyEditor calls BaseObjectHandler.
 

Constructors in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type GroupIDMySQL
ActorMySQLImpl(ImmutableName _name, ACS _acs, Directory _parent, UserID _owner, java.lang.String _resourceType, GroupIDMySQL _host)
          Used for the creation of an instance through the GUI.
VirtualFolderMySQLImpl(ImmutableName _name, ACS _acs, VirtualFolderMySQL _parent, java.lang.String _type, UserID _definer, GroupIDMySQL _host)
          This is the main constructor.
 

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

Subinterfaces of GroupIDMySQL in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface
 interface RoleMySQL
          This interface is responsible for modeling a role into the MySQL Workbench software.
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface that return GroupIDMySQL
 GroupIDMySQL VirtualFolderMySQL.getEorDefinerHostForDelegate()
          In the MySQL DEFINER mode, the view delegate runs under an account and a current host.
 

Uses of GroupIDMySQL in ARoad0.AcsAddon.Accbee.MySQL.gWork
 

Fields in ARoad0.AcsAddon.Accbee.MySQL.gWork with type parameters of type GroupIDMySQL
 java.util.List<GroupIDMySQL> NodeRightsMySQLImpl.l_hosts_
          List of the hosts in the view
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gWork with parameters of type GroupIDMySQL
protected  java.util.List<StringRight> NodeRightsMySQLImpl.detectL_aclEntryRightsForDatabaseForToBeMixedAcl(ImmutableResource _res, UserIDMySQL _usr, GroupIDMySQL _grp, java.util.List<AclEntry> _l_resAcl)
          Gets the applicable rights from the first applicable direct or inherited ACL on a Resource which is a database, but without reading of the non-mixed ACL of this database.
protected  java.util.List<StringRight> NodeRightsMySQLImpl.detectL_aclEntryRightsNOTForToBeMixedAcl(ImmutableResource _res, UserIDMySQL _usr, GroupIDMySQL _grp, java.util.List<AclEntry> _l_resAcl)
          Gets the applicable rights from the first applicable direct or inherited ACL on a Resource which is not a database, or for the database rights not from the to-be-mixed ACL.