edu.internet2.middleware.grouper.grouperUi.beans.api
Class GuiGroup

java.lang.Object
  extended by edu.internet2.middleware.grouper.grouperUi.beans.api.GuiGroup
All Implemented Interfaces:
Serializable

public class GuiGroup
extends Object
implements Serializable

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)

Author:
mchyzer
See Also:
Serialized Form

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

GuiGroup

public GuiGroup()

GuiGroup

public GuiGroup(Group theGroup)
Parameters:
theGroup -
Method Detail

getMembershipConfigUrl

public String getMembershipConfigUrl()
config url if set

Returns:
the config url if set

getGroup

public Group getGroup()
return the group

Returns:
the group

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getExportSubjectIdsFileName

public String getExportSubjectIdsFileName()
the export subject ids file name

Returns:
the export subject ids file name

getExportSubjectIdsFileNameStatic

public static String getExportSubjectIdsFileNameStatic(Group group)
static logic

Parameters:
group -
Returns:
the file name

getExportAllFileName

public String getExportAllFileName()
the export all file name

Returns:
the export subject ids file name

getExportAllFileNameStatic

public static String getExportAllFileNameStatic(Group group)
static logic

Parameters:
group -
Returns:
the file name