| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.printing.service | |
| org.kuali.kra.proposaldevelopment.printing.service.impl | |
| org.kuali.kra.proposaldevelopment.web.struts.action |
Provides the classes for the struts action of proposaldevelopment.
|
| org.kuali.kra.s2s.service | |
| org.kuali.kra.s2s.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<SponsorFormTemplate> |
ProposalDevelopmentPrintingService.getSponsorFormTemplates(List<SponsorFormTemplateList> sponsorFormTemplateLists)
This method is used to get the sponsor form template form template list.
|
| Modifier and Type | Method and Description |
|---|---|
List<SponsorFormTemplate> |
ProposalDevelopmentPrintingServiceImpl.getSponsorFormTemplates(List<SponsorFormTemplateList> sponsorFormTemplateLists)
This method gets the sponsor form template from the given sponsor form
template list
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentActionsAction.streamToResponse(List<SponsorFormTemplate> printFormTemplates,
String proposalNumber,
String contentType,
String ReportName,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
PrintService.printProposalSponsorForms(String proposalNumber,
List<SponsorFormTemplate> sponsorFormTemplates)
Prints the proposal sponsor forms by passing the given proposal
information to
ProposalPrintReader |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
PrintServiceImpl.printProposalSponsorForms(String proposalNumber,
List<SponsorFormTemplate> sponsorFormTemplates)
Prints the proposal sponsor forms by passing the given proposal
information to
ProposalPrintReader |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.