Class GuiDeprovisioningAffiliation
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.GuiDeprovisioningAffiliation
- All Implemented Interfaces:
Comparable<GuiDeprovisioningAffiliation>
public class GuiDeprovisioningAffiliation
extends Object
implements Comparable<GuiDeprovisioningAffiliation>
-
Constructor Summary
ConstructorsConstructorDescriptionGuiDeprovisioningAffiliation
(String label, String translatedLabel, String groupNameMeansInAffiliation) -
Method Summary
Modifier and TypeMethodDescriptionint
static Set<GuiDeprovisioningAffiliation>
convertFromGrouperDeprovisioningAffiliations
(Collection<GrouperDeprovisioningAffiliation> affiliations) static String
getAffiliationTranslatedLabel
(String affiliationLabel) getLabel()
void
setGroupNameMeansInAffiliation
(String groupNameMeansInAffiliation) void
void
setTranslatedLabel
(String translatedLabel)
-
Constructor Details
-
GuiDeprovisioningAffiliation
-
-
Method Details
-
getLabel
-
setLabel
-
getTranslatedLabel
-
setTranslatedLabel
-
getGroupNameMeansInAffiliation
-
setGroupNameMeansInAffiliation
-
convertFromGrouperDeprovisioningAffiliations
public static Set<GuiDeprovisioningAffiliation> convertFromGrouperDeprovisioningAffiliations(Collection<GrouperDeprovisioningAffiliation> affiliations) -
getAffiliationTranslatedLabel
-
compareTo
- Specified by:
compareTo
in interfaceComparable<GuiDeprovisioningAffiliation>
- See Also:
-