Class InviteExternalContainer

java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.InviteExternalContainer

public class InviteExternalContainer extends Object
container for inviting external users
  • Constructor Details

    • InviteExternalContainer

      public InviteExternalContainer()
  • Method Details

    • getExternalId

      public String getExternalId()
      external id for messages
      Returns:
      the idWithProblem
    • setExternalId

      public void setExternalId(String idWithProblem1)
      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

      public Set<GuiGroup> getInviteExtraGuiGroups()
      gui groups in addition to the one in the combobox
      Returns:
      the inviteExtraGuiGroups
    • setInviteExtraGuiGroups

      public void setInviteExtraGuiGroups(Set<GuiGroup> inviteExtraGuiGroups1)
      gui groups in addition to the one in the combobox
      Parameters:
      inviteExtraGuiGroups1 - the inviteExtraGuiGroups to set
    • getGuiGroupsSearch

      public Set<GuiGroup> getGuiGroupsSearch()
      search results when looking for a group to add the subject to
      Returns:
      the gui groups
    • getGuiPaging

      public GuiPaging getGuiPaging()
      keep track of the paging on the group search panel
      Returns:
      the paging object, init if not there...
    • setGuiGroupsSearch

      public void setGuiGroupsSearch(Set<GuiGroup> guiGroupsAddMember1)
      search results when looking for a group to add the subject to
      Parameters:
      guiGroupsAddMember1 -
    • setGuiPaging

      public void setGuiPaging(GuiPaging guiPaging)
      paging for the group search panel
      Parameters:
      guiPaging -