Uses of Class
ARoad0.AcsAddon.Accbee.MySQL.gBase.GroupIDMySQLImpl

Packages that use GroupIDMySQLImpl
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 GroupIDMySQLImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase
 

Subclasses of GroupIDMySQLImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase
 class RoleMySQLImpl
          Currently unused.
 

Fields in ARoad0.AcsAddon.Accbee.MySQL.gBase declared as GroupIDMySQLImpl
static GroupIDMySQLImpl GroupIDMySQLImpl.EMPTY_INSTANCE
          A reusable empty instance for initialization, to avoid the use of 'new' for temporary values.
protected  GroupIDMySQLImpl ProxyMySQLImpl.host_
           
protected  GroupIDMySQLImpl UserIDMySQLImpl.host_
           
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase that return GroupIDMySQLImpl
protected  GroupIDMySQLImpl GroupIDMySQLImpl.copyOwnVariables(GroupIDMySQLImpl _result, boolean _withoutInternalAcl)
          This method provides a copy of the instance variables.
 GroupIDMySQLImpl ProxyMySQLImpl.getEorFirstHost()
           
 GroupIDMySQLImpl UserIDMySQLImpl.getEorFirstHost()
           
 

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type GroupIDMySQLImpl
protected  GroupIDMySQLImpl GroupIDMySQLImpl.copyOwnVariables(GroupIDMySQLImpl _result, boolean _withoutInternalAcl)
          This method provides a copy of the instance variables.
protected static void ProxyMySQLImpl.setValueOf(ProxyMySQLImpl _user, GroupIDMySQLImpl _host, UserIDMySQLImpl _proxiedAccount)
          Sets, for the constructors, a new account as member of the matched pattern-name groups and member of its mandatory host.
protected static void UserIDMySQLImpl.setValueOf(UserIDMySQLImpl _user, GroupIDMySQLImpl _host)
          Sets, for the constructors, a new account as member of the matched pattern-name groups and member of its mandatory host.
 

Constructors in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type GroupIDMySQLImpl
ProxyMySQLImpl(ImmutableName _name, ACS _acs, java.lang.String _epType, java.lang.Boolean _isAdmin, GroupIDMySQLImpl _host, UserIDMySQLImpl _proxiedAccount)
          Constructor used in the beamer, from the 'New' button, to create a proxy account.
ProxyMySQLImpl(ImmutableName _name, ACS _acs, java.lang.String _epType, boolean _isAdmin, GroupIDMySQLImpl _host, UserIDMySQLImpl _proxiedAccount, boolean _toRegisterInManager)
          Unused for the creation of a ProxyMySQL.
UserIDMySQLImpl(ImmutableName _name, ACS _acs, java.lang.String _epType, java.lang.Boolean _isAdmin, GroupIDMySQLImpl _host)
          Constructor used in the beamer, from the 'New' button, to create an account.
UserIDMySQLImpl(ImmutableName _name, ACS _acs, java.lang.String _epType, boolean _isAdmin, GroupIDMySQLImpl _host, boolean _toRegisterInManager)
          Currently unused.
 

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

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBaseInterface that return GroupIDMySQLImpl
 GroupIDMySQLImpl UserIDMySQL.getEorFirstHost()