Class ProvisioningValidationIssue
java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.ProvisioningValidationIssue
bean to hold a provisioning validation problem.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassignJqueryHandle
(String jqueryHandle1) can indicate on UI where the issue isassignMessage
(String message1) error messageassignRuntimeError
(boolean runtimeError1) if this should stop the runtime from running.boolean
can indicate on UI where the issue iserror messageint
hashCode()
htmlJqueryHandle
(String suffix) boolean
if this should stop the runtime from running.toString()
-
Constructor Details
-
ProvisioningValidationIssue
public ProvisioningValidationIssue()
-
-
Method Details
-
getMessage
error message- Returns:
- error message
-
assignMessage
error message- Parameters:
message1
-- Returns:
- this for chaining
-
getJqueryHandle
can indicate on UI where the issue is- Returns:
- jqeury handle
-
assignJqueryHandle
can indicate on UI where the issue is- Parameters:
jqueryHandle1
-- Returns:
- this for chaining
-
htmlJqueryHandle
- Parameters:
suffix
-- Returns:
- html jquery handle
-
isRuntimeError
public boolean isRuntimeError()if this should stop the runtime from running. i.e. fatal error- Returns:
- runtime error
-
assignRuntimeError
if this should stop the runtime from running. i.e. fatal error- Parameters:
runtimeError1
-- Returns:
- this for chaining
-
equals
-
hashCode
public int hashCode() -
toString
-