Uses of Class
org.kuali.rice.krad.datadictionary.validator.ErrorReport
Packages that use ErrorReport
-
Uses of ErrorReport in org.kuali.rice.krad.datadictionary
Method parameters in org.kuali.rice.krad.datadictionary with type arguments of type ErrorReportModifier and TypeMethodDescriptionprotected StringDataDictionary.produceErrorReport(List<ErrorReport> errorReports, boolean hasErrors) -
Uses of ErrorReport in org.kuali.rice.krad.datadictionary.validator
Methods in org.kuali.rice.krad.datadictionary.validator that return ErrorReportModifier and TypeMethodDescriptionstatic ErrorReportErrorReport.createError(String validationFailed, ValidationTrace trace) Creates a new ErrorReport of ERROR statusstatic ErrorReportErrorReport.createWarning(String validationFailed, ValidationTrace trace) Creates a new ErrorReport of WARNING statusValidator.getErrorReport(int index) Retrieves an individual error report for errors found during the validationMethods in org.kuali.rice.krad.datadictionary.validator that return types with arguments of type ErrorReportMethods in org.kuali.rice.krad.datadictionary.validator with parameters of type ErrorReport