Class GuiCustomUiConfiguration
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.GuiCustomUiConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionstatic GuiCustomUiConfigurationconvertFromCustomUiConfiguration(CustomUiConfiguration customUiConfiguration) static List<GuiCustomUiConfiguration>convertFromCustomUiConfiguration(List<CustomUiConfiguration> customUiConfigurations) booleanisCanRun()check if the logged in user can run this custom ui config.
-
Method Details
-
getCustomUiConfiguration
-
convertFromCustomUiConfiguration
public static GuiCustomUiConfiguration convertFromCustomUiConfiguration(CustomUiConfiguration customUiConfiguration) -
isCanRun
public boolean isCanRun()check if the logged in user can run this custom ui config.- Returns:
- true if the logged in user can run
-
convertFromCustomUiConfiguration
public static List<GuiCustomUiConfiguration> convertFromCustomUiConfiguration(List<CustomUiConfiguration> customUiConfigurations)
-