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

Packages that use UserIDMySQLImpl
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. 
 

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

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

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

Methods in ARoad0.AcsAddon.Accbee.MySQL.gBase with parameters of type UserIDMySQLImpl
protected  UserIDMySQLImpl UserIDMySQLImpl.copyOwnVariables(UserIDMySQLImpl _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 UserIDMySQLImpl
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.