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

Packages that use TrialBalanceReportDataHolder
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 TrialBalanceReportDataHolder in org.kuali.kfs.module.endow.report.service
 

Methods in org.kuali.kfs.module.endow.report.service that return types with arguments of type TrialBalanceReportDataHolder
 List<TrialBalanceReportDataHolder> TrialBalanceReportService.getTrialBalanceReportForAllKemids(String endownmentOption, String closedIndicator)
          Gets the trial balance data for all kemids
 List<TrialBalanceReportDataHolder> TrialBalanceReportService.getTrialBalanceReportsByKemidByIds(List<String> kemids, String endownmentOption, String closedIndicator)
          Gets the trial balance data using selected kemids
 List<TrialBalanceReportDataHolder> TrialBalanceReportService.getTrialBalanceReportsByOtherCriteria(List<String> benefittingOrganziationCampuses, List<String> benefittingOrganziationCharts, List<String> benefittingOrganziations, List<String> typeCodes, List<String> purposeCodes, List<String> combineGroupCodes, String endowmnetOption, String closedIndicator)
          Gets the trial balance data using selected criteria
 

Uses of TrialBalanceReportDataHolder 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 TrialBalanceReportDataHolder
 List<TrialBalanceReportDataHolder> TrialBalanceReportServiceImpl.getTrialBalanceReportForAllKemids(String endownmentOption, String closedIndicator)
           
 List<TrialBalanceReportDataHolder> TrialBalanceReportServiceImpl.getTrialBalanceReportsByKemidByIds(List<String> kemids, String endownmentOption, String closedIndicator)
           
 List<TrialBalanceReportDataHolder> TrialBalanceReportServiceImpl.getTrialBalanceReportsByOtherCriteria(List<String> benefittingOrganziationCampusCodes, List<String> benefittingOrganziationChartCodes, List<String> benefittingOrganziationCodes, List<String> typeCodes, List<String> purposeCodes, List<String> combineGroupCodes, String endowmnetOption, String closedIndicator)
           
 

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

Method parameters in org.kuali.kfs.module.endow.report.util with type arguments of type TrialBalanceReportDataHolder
 ByteArrayOutputStream TrialBalanceReportPrint.printTrialBalanceReport(EndowmentReportHeaderDataHolder reportRequestHeaderDataHolder, List<TrialBalanceReportDataHolder> trialBalanceDataReportHolders, String listKemidsInHeader)
          Generates the report in PDF using iText
 boolean TrialBalanceReportPrint.printTrialBalanceReportBody(List<TrialBalanceReportDataHolder> trialBalanceReports, com.lowagie.text.Document document)
          Generates the Trial Balance report
 

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

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



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