Uses of Class
org.kuali.coeus.s2sgen.api.core.AuditError
Packages that use AuditError
-
Uses of AuditError in org.kuali.coeus.s2sgen.api.generate
Methods in org.kuali.coeus.s2sgen.api.generate that return types with arguments of type AuditErrorModifier and TypeMethodDescriptionFormGenerationResult.getErrors()FormGenerationResults.getErrors()MultiProjectFormGenerationResult.getErrors()MultiProjectFormGenerationResult.getProposalErrors(String proposalNumber) Method parameters in org.kuali.coeus.s2sgen.api.generate with type arguments of type AuditErrorModifier and TypeMethodDescriptionstatic FormGenerationResultFormGenerationResult.invalid(List<AuditError> errors) MultiProjectFormGenerationResult.invalid(Map<String, List<AuditError>> errors) static FormGenerationResultFormGenerationResult.valid(List<AuditError> errors, String applicationXml, List<AttachmentData> attachments) MultiProjectFormGenerationResult.valid(Map<String, List<AuditError>> errors, String applicationXml, Map<String, List<AttachmentData>> attachments) -
Uses of AuditError in org.kuali.coeus.s2sgen.api.print
Methods in org.kuali.coeus.s2sgen.api.print that return types with arguments of type AuditErrorModifier and TypeMethodDescriptionFormElements.getErrors()FormPackage.getErrors()FormPrintResult.getErrors()Method parameters in org.kuali.coeus.s2sgen.api.print with type arguments of type AuditErrorModifier and TypeMethodDescriptionvoidFormElements.setErrors(List<AuditError> errors) voidFormPackage.setErrors(List<AuditError> errors) voidFormPrintResult.setErrors(List<AuditError> errors)