Class InviteExternalContainer
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.InviteExternalContainer
container for inviting external users
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexternal id for messagessearch results when looking for a group to add the subject tokeep track of the paging on the group search panelgui groups in addition to the one in the comboboxboolean
if we should allow invite by identifier (if the inviter knows the identifier, and no attributes on the external subject are mandatory by the application)void
setExternalId
(String idWithProblem1) external id for messagesvoid
setGuiGroupsSearch
(Set<GuiGroup> guiGroupsAddMember1) search results when looking for a group to add the subject tovoid
setGuiPaging
(GuiPaging guiPaging) paging for the group search panelvoid
setInviteExtraGuiGroups
(Set<GuiGroup> inviteExtraGuiGroups1) gui groups in addition to the one in the combobox
-
Constructor Details
-
InviteExternalContainer
public InviteExternalContainer()
-
-
Method Details
-
getExternalId
external id for messages- Returns:
- the idWithProblem
-
setExternalId
external id for messages- Parameters:
idWithProblem1
- the idWithProblem to set
-
isAllowInviteByIdentifier
public boolean isAllowInviteByIdentifier()if we should allow invite by identifier (if the inviter knows the identifier, and no attributes on the external subject are mandatory by the application)- Returns:
- true if allow invite by identifier
-
getInviteExtraGuiGroups
gui groups in addition to the one in the combobox- Returns:
- the inviteExtraGuiGroups
-
setInviteExtraGuiGroups
gui groups in addition to the one in the combobox- Parameters:
inviteExtraGuiGroups1
- the inviteExtraGuiGroups to set
-
getGuiGroupsSearch
search results when looking for a group to add the subject to- Returns:
- the gui groups
-
getGuiPaging
keep track of the paging on the group search panel- Returns:
- the paging object, init if not there...
-
setGuiGroupsSearch
search results when looking for a group to add the subject to- Parameters:
guiGroupsAddMember1
-
-
setGuiPaging
paging for the group search panel- Parameters:
guiPaging
-
-