Schnittstelle BasicGroup
- Alle Superschnittstellen:
- Group,- SecurityEntity,- Serializable
- Alle bekannten Unterschnittstellen:
- DynamicGroup
- Alle bekannten Implementierungsklassen:
- BasicGroupImpl,- DynamicGroupImpl
Represents the "basic" model where users are part of groups, but nothing
 else.
- Version:
- $Id$
- Autor:
- Eric Pugh
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidAdd a user to this groupgetUsers()Get the users that are part of this groupGet the users that are part of this group as a SetvoidremoveUser(User user) Remove a user from this groupvoidSet the users that are part of this group<T extends User>
 voidsetUsersAsSet(Set<T> users) Set the users that are part of this group as a SetVon Schnittstelle geerbte Methoden org.apache.fulcrum.security.entity.SecurityEntitygetId, getName, setId, setName
- 
Methodendetails- 
getUsersUserSet getUsers()Get the users that are part of this group- Gibt zurück:
- a set of users
 
- 
setUsersSet the users that are part of this group- Parameter:
- userSet- a set of users
 
- 
getUsersAsSetGet the users that are part of this group as a Set- Typparameter:
- T- User type
- Gibt zurück:
- a set of users
 
- 
setUsersAsSetSet the users that are part of this group as a Set- Typparameter:
- T- User type
- Parameter:
- users- a set of users
 
- 
addUserAdd a user to this group- Parameter:
- user- the user to add
 
- 
removeUserRemove a user from this group- Parameter:
- user- the user to remove
 
 
-