Uses of Class
org.kuali.kfs.module.endow.report.util.TransactionStatementReportDataHolder

Packages that use TransactionStatementReportDataHolder
org.kuali.kfs.module.endow.report.service   
org.kuali.kfs.module.endow.report.service.impl   
org.kuali.kfs.module.endow.report.util   
org.kuali.kfs.module.endow.web.struts   
 

Uses of TransactionStatementReportDataHolder in org.kuali.kfs.module.endow.report.service
 

Methods in org.kuali.kfs.module.endow.report.service that return types with arguments of type TransactionStatementReportDataHolder
 List<TransactionStatementReportDataHolder> TransactionStatementReportService.getTransactionStatementReportForAllKemids(String beginningDate, String endigDate, String endownmentOption, String closedIndicator)
          Gets the trial balance data for all kemids
 List<TransactionStatementReportDataHolder> TransactionStatementReportService.getTransactionStatementReportsByKemidByIds(List<String> kemids, String beginningDate, String endigDate, String endownmentOption, String closedIndicator)
          Gets the trial balance data using selected kemids
 List<TransactionStatementReportDataHolder> TransactionStatementReportService.getTransactionStatementReportsByOtherCriteria(List<String> benefittingOrganziationCampuses, List<String> benefittingOrganziationCharts, List<String> benefittingOrganziations, List<String> typeCodes, List<String> purposeCodes, List<String> combineGroupCodes, String beginningDate, String endigDate, String endowmnetOption, String closedIndicator)
          Gets the trial balance data using selected criteria
 

Uses of TransactionStatementReportDataHolder in org.kuali.kfs.module.endow.report.service.impl
 

Methods in org.kuali.kfs.module.endow.report.service.impl that return types with arguments of type TransactionStatementReportDataHolder
 List<TransactionStatementReportDataHolder> TransactionStatementReportServieImpl.getTransactionStatementReportForAllKemids(String beginningDate, String endingDate, String endowmentOption, String closedIndicator)
           
 List<TransactionStatementReportDataHolder> TransactionStatementReportServieImpl.getTransactionStatementReportsByKemidByIds(List<String> kemids, String beginningDate, String endingDate, String endowmentOption, String closedIndicator)
           
 List<TransactionStatementReportDataHolder> TransactionStatementReportServieImpl.getTransactionStatementReportsByOtherCriteria(List<String> benefittingOrganziationCampusCodes, List<String> benefittingOrganziationChartCodes, List<String> benefittingOrganziationCodes, List<String> typeCodes, List<String> purposeCodes, List<String> combineGroupCodes, String beginningDate, String endingDate, String endowmnetOption, String closedIndicator)
           
 

Uses of TransactionStatementReportDataHolder in org.kuali.kfs.module.endow.report.util
 

Method parameters in org.kuali.kfs.module.endow.report.util with type arguments of type TransactionStatementReportDataHolder
 ByteArrayOutputStream TransactionStatementReportPrint.printTransactionStatementReport(EndowmentReportHeaderDataHolder reportRequestHeaderDataHolder, List<TransactionStatementReportDataHolder> transactionStatementDataReportHolders, String listKemidsInHeader)
          Generates the report in PDF using iText
 boolean TransactionStatementReportPrint.printTransactionStatementReportBody(List<TransactionStatementReportDataHolder> transactionStatementReportDataHolders, com.lowagie.text.Document document)
          Generates the Transaction Statement report
 

Uses of TransactionStatementReportDataHolder in org.kuali.kfs.module.endow.web.struts
 

Method parameters in org.kuali.kfs.module.endow.web.struts with type arguments of type TransactionStatementReportDataHolder
protected  List<String> TransactionStatementAction.getKemidsSelected(List<TransactionStatementReportDataHolder> transactionStatementReportDataHolder)
          Retrieves all the kemids used for the report
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.