Class CustomUiSql
java.lang.Object
edu.internet2.middleware.grouper.ui.customUi.CustomUiUserQueryBase
edu.internet2.middleware.grouper.ui.customUi.CustomUiSql
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
hasSqlResultStatic
(String configId, String query, Group group, Subject subject, String bindVar0, String bindVar0type, String bindVar1, String bindVar1type, String bindVar2, String bindVar2type) static void
sqlResult
(String configId, String query, Group group, Stem stem, AttributeDef attributeDef, Subject subject, String bindVar0, String bindVar0type, String bindVar1, String bindVar1type, String bindVar2, String bindVar2type, CustomUiVariableType customUiVariableType) Methods inherited from class edu.internet2.middleware.grouper.ui.customUi.CustomUiUserQueryBase
debugMapPut, getCustomUiEngine, getDebugMapPrefix, setCustomUiEngine, setDebugMapPrefix
-
Constructor Details
-
CustomUiSql
public CustomUiSql()
-
-
Method Details
-
hasSqlResultStatic
public static boolean hasSqlResultStatic(String configId, String query, Group group, Subject subject, String bindVar0, String bindVar0type, String bindVar1, String bindVar1type, String bindVar2, String bindVar2type) - Parameters:
configId
-query
-group
-subject
-bindVar0
-bindVar0type
-bindVar1
-bindVar1type
-bindVar2
-bindVar2type
-- Returns:
- result
-
sqlResult
public Object sqlResult(String configId, String query, Group group, Stem stem, AttributeDef attributeDef, Subject subject, String bindVar0, String bindVar0type, String bindVar1, String bindVar1type, String bindVar2, String bindVar2type, CustomUiVariableType customUiVariableType) - Parameters:
configId
-query
-group
-subject
-bindVar0
-bindVar0type
-bindVar1
-bindVar1type
-bindVar2
-bindVar2type
-- Returns:
- result
-
main
- Throws:
Exception
-