Uses of Class
org.kuali.coeus.s2sgen.api.core.S2SException
Packages that use S2SException
-
Uses of S2SException in org.kuali.coeus.s2sgen.api.generate
Methods in org.kuali.coeus.s2sgen.api.generate that throw S2SExceptionModifier and TypeMethodDescriptionFormGeneratorService.generateAndValidateForms(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) This service method executes form generation for a given proposal development document.FormGeneratorService.generateAndValidateMPComponentForms(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract child, String parentSchemaUrl) This service method executes form generation for a single component (child) in a complex project.FormGeneratorService.generateAndValidateMPForms(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract parent, List<org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract> children) This service method executes form generation for a complex project complete structure.FormGeneratorService.validateUserAttachedFormFile(org.kuali.coeus.propdev.api.s2s.S2sUserAttachedFormFileContract s2sUserAttachedFormFile, String formName) This service method executes user attach form file validation. -
Uses of S2SException in org.kuali.coeus.s2sgen.api.print
Methods in org.kuali.coeus.s2sgen.api.print that throw S2SExceptionModifier and TypeMethodDescriptionFormPrintService.printForm(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) This service method executes form generation and validation where the result is a pdf document in binary form and any errors that were generated during this process.