|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.grouperUi.beans.api.GuiGroup
public class GuiGroup
Result of one group being retrieved since a user is a member of it. The number of groups will equal the number of groups the user is a member of (provided the filter matches)
Constructor Summary | |
---|---|
GuiGroup()
|
|
GuiGroup(Group theGroup)
|
Method Summary | |
---|---|
String |
getExportAllFileName()
the export all file name |
static String |
getExportAllFileNameStatic(Group group)
static logic |
String |
getExportSubjectIdsFileName()
the export subject ids file name |
static String |
getExportSubjectIdsFileNameStatic(Group group)
static logic |
Group |
getGroup()
return the group |
String |
getMembershipConfigUrl()
config url if set |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GuiGroup()
public GuiGroup(Group theGroup)
theGroup
- Method Detail |
---|
public String getMembershipConfigUrl()
public Group getGroup()
public String toString()
toString
in class Object
Object.toString()
public String getExportSubjectIdsFileName()
public static String getExportSubjectIdsFileNameStatic(Group group)
group
-
public String getExportAllFileName()
public static String getExportAllFileNameStatic(Group group)
group
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |