| Package | Description |
|---|---|
| org.kuali.kra.s2s.generator | |
| org.kuali.kra.s2s.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentData> |
S2SFormGenerator.getAttachments()
This method returns all the attachments required for a form in a Map
|
List<AttachmentData> |
S2SBaseFormGenerator.getAttachments()
Gets the list of attachments associated with a form.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
S2SBaseFormGenerator.addAttachment(AttachmentData attachment)
This is for adding attachment for the forms during form generation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S2SBaseFormGenerator.setAttachments(List<AttachmentData> attachments)
Sets the attachments attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
KRAS2SServiceImpl.generateAndValidateForms(gov.grants.apply.system.metaGrantApplication.GrantApplicationDocument.GrantApplication.Forms forms,
List<AttachmentData> attList,
ProposalDevelopmentDocument pdDoc) |
protected boolean |
KRAS2SServiceImpl.generateAndValidateForms(gov.grants.apply.system.metaGrantApplication.GrantApplicationDocument.GrantApplication.Forms forms,
List<AttachmentData> attList,
ProposalDevelopmentDocument pdDoc,
List<org.kuali.rice.kns.util.AuditError> auditErrors)
This method is to generate and validate the generated forms.
|
protected void |
PrintServiceImpl.saveGrantsGovXml(ProposalDevelopmentDocument pdDoc,
boolean formEntryFlag,
org.apache.xmlbeans.XmlObject formObject,
List<AttachmentData> attachmentList,
List<S2sAppAttachments> attachmentLists) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.