|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.nurelm.nucontent.model.Entity
com.nurelm.nucontent.model.Group
Represents a NuContent user group.
| Field Summary | |
|---|---|
static java.lang.String |
REVIEWERS
|
static java.lang.String |
SITE_ADMINISTRATORS
|
| Fields inherited from class com.nurelm.nucontent.model.Entity |
|---|
id, name |
| Constructor Summary | |
|---|---|
protected |
Group(java.lang.String name)
Constructor is only called by UserManager. |
| Method Summary | |
|---|---|
java.lang.String[] |
getDefaultGroups()
Returns the default user groups. |
int |
getNumUsers()
Returns the number of users in this group. |
java.lang.String[] |
getUserNames()
Returns a String Array of User objects belonging to this group. |
java.util.Collection |
getUsers()
Returns a collection of User objects belonging to this group. |
| Methods inherited from class com.nurelm.nucontent.model.Entity |
|---|
equals, getId, getName, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String SITE_ADMINISTRATORS
public static final java.lang.String REVIEWERS
| Constructor Detail |
protected Group(java.lang.String name)
name - This Group's name.| Method Detail |
public java.lang.String[] getDefaultGroups()
public java.lang.String[] getUserNames()
User objects belonging to this group.
public java.util.Collection getUsers()
User objects belonging to this group.
public int getNumUsers()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||