| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.ac.impl.AbstractItem
org.apache.lenya.ac.impl.AbstractGroupable
public abstract class AbstractGroupable
Abstract implementation for group members.
| Constructor Summary | |
|---|---|
AbstractGroupable()
 | 
|
| Method Summary | |
|---|---|
 void | 
addedToGroup(Group group)
Notifies this Groupable of being added to a group.  | 
 Accreditable[] | 
getAccreditables()
Returns the set of accreditables of this accreditable.  | 
 Group[] | 
getGroups()
Returns all groups that contain this Groupable.  | 
 void | 
removedFromGroup(Group group)
Notifies this Groupable of being removed from a group.  | 
 void | 
removeFromAllGroups()
Removes this groupable from all its groups.  | 
| Methods inherited from class org.apache.lenya.ac.impl.AbstractItem | 
|---|
equals, getDescription, getId, getName, hashCode, isValidId, setDescription, setId, setName, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.apache.lenya.ac.Item | 
|---|
configure, setConfigurationDirectory | 
| Constructor Detail | 
|---|
public AbstractGroupable()
| Method Detail | 
|---|
public void addedToGroup(Group group)
Groupable
addedToGroup in interface Groupablegroup - The group.Groupable.addedToGroup(org.apache.lenya.ac.Group)public void removedFromGroup(Group group)
Groupable
removedFromGroup in interface Groupablegroup - The group.Groupable.removedFromGroup(org.apache.lenya.ac.Group)public Group[] getGroups()
Groupable
getGroups in interface GroupableGroup array.Groupable.getGroups()public void removeFromAllGroups()
removeFromAllGroups in interface Groupablepublic Accreditable[] getAccreditables()
Accreditable
getAccreditables in interface AccreditableAccreditable.getAccreditables()
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||