public interface CurrentAndPendingReportService
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENT_REPORT_BEANS_KEY |
static String |
CURRENT_REPORT_ROWS_KEY |
static String |
CURRENT_REPORT_TYPE |
static String |
PENDING_REPORT_BEANS_KEY |
static String |
PENDING_REPORT_ROWS_KEY |
static String |
PENDING_REPORT_TYPE |
static String |
PERSON_ID_KEY |
static String |
REPORT_PERSON_NAME_KEY |
| Modifier and Type | Method and Description |
|---|---|
List<CurrentReportBean> |
loadCurrentReportData(String personId)
Loads the Current Report data into a list of CurrentReportBeans
|
List<PendingReportBean> |
loadPendingReportData(String personId)
Loads the Pending Report data into a list of PendingReportBeans
|
AttachmentDataSource |
printCurrentAndPendingSupportReport(String reportName,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource |
static final String CURRENT_REPORT_TYPE
static final String PENDING_REPORT_TYPE
static final String CURRENT_REPORT_BEANS_KEY
static final String PENDING_REPORT_BEANS_KEY
static final String PERSON_ID_KEY
static final String CURRENT_REPORT_ROWS_KEY
static final String PENDING_REPORT_ROWS_KEY
static final String REPORT_PERSON_NAME_KEY
List<CurrentReportBean> loadCurrentReportData(String personId)
personId - - The person for whom current support obligations are being queriedRuntimeException - if an exception is thrown during the callList<PendingReportBean> loadPendingReportData(String personId)
personId - - The person for whom pending support obligations are being queriedRuntimeException - if an exception is thrown during the callAttachmentDataSource printCurrentAndPendingSupportReport(String reportName, Map<String,Object> reportParameters) throws PrintingException
AttachmentDataSourcereportName - report to be generatedreportParameters - Map of parameters required for report generationAttachmentDataSource which contains the byte array of the
generated PDFPrintingException - if any errors occur during report generationCopyright © 2013 The Kuali Foundation. All Rights Reserved.