|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CStockage.userManagement.AbstractUser
org.esupportail.portal.channels.CStockage.userManagement.Group
Id: Group.java,v 1.0 7 oct. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: Group Original Author: Yohan Colmant Represents a group for the management
Field Summary | |
private java.util.Vector |
groupHierarchy
This group hierarchy |
protected static Log |
log
Logger object |
Fields inherited from class org.esupportail.portal.channels.CStockage.userManagement.AbstractUser |
displayName, key |
Constructor Summary | |
Group()
Default constructor |
|
Group(org.jasig.portal.groups.EntityGroupImpl group)
Constructor |
|
Group(java.lang.String hierarchy)
Constructor |
|
Group(java.lang.String key,
java.lang.String displayName)
Constructor |
Method Summary | |
java.lang.Object |
clone()
Clone this object to another similary one |
java.util.Vector |
getGroupHierarchy()
Get this group keys hierarchy from the root to the group key |
java.lang.String |
toString()
Return a String from this group |
Methods inherited from class org.esupportail.portal.channels.CStockage.userManagement.AbstractUser |
equals, getDisplayName, getKey, setDisplayName, setKey |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final Log log
private java.util.Vector groupHierarchy
Constructor Detail |
public Group()
public Group(java.lang.String key, java.lang.String displayName) throws ServerException
key
- the group keydisplayName
- The displayed group name
ServerException
public Group(org.jasig.portal.groups.EntityGroupImpl group) throws ServerException
group
- this portal group value
ServerException
public Group(java.lang.String hierarchy) throws ServerException
hierarchy
- this portal group hierarchy in this form: G1/G2/G3 where G1 is the root
ServerException
Method Detail |
public java.util.Vector getGroupHierarchy()
public java.lang.Object clone()
public java.lang.String toString()
toString
in class AbstractUser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |