Uses of Class
ARoad0.gBase.GroupIDImpl

Packages that use GroupIDImpl
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.gBase CORE OF THE PROGRAM This package contains the fresh object-oriented database management system for Access Road; this package documentation page is recommended as a first reading for all the Access Road developers. 
 

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

Subclasses of GroupIDImpl in ARoad0.AcsAddon.Accbee.MySQL.gBase
 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.
 

Uses of GroupIDImpl in ARoad0.gBase
 

Fields in ARoad0.gBase declared as GroupIDImpl
static GroupIDImpl GroupIDImpl.EMPTY_INSTANCE
          A reusable empty instance for initialization, to avoid the use of 'new' for temporary values.
protected  GroupIDImpl[] GroupIDMemberImpl.l_Groups_
          array of groupIDs that own directly this GroupIDMember.
 

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

Methods in ARoad0.gBase with parameters of type GroupIDImpl
protected  GroupIDImpl GroupIDImpl.copyOwnVariables(GroupIDImpl _result, boolean _withoutInternalAcl)
          This method provides a copy of the instance variables.