Uses of Class
org.kuali.kfs.module.endow.businessobject.KemidHistoricalCash

Packages that use KemidHistoricalCash
org.kuali.kfs.module.endow.dataaccess   
org.kuali.kfs.module.endow.dataaccess.impl   
org.kuali.kfs.module.endow.report.service.impl   
 

Uses of KemidHistoricalCash in org.kuali.kfs.module.endow.dataaccess
 

Methods in org.kuali.kfs.module.endow.dataaccess that return types with arguments of type KemidHistoricalCash
 List<KemidHistoricalCash> KemidHistoricalCashDao.getHistoricalCashRecords(List<String> kemids, org.kuali.rice.kns.util.KualiInteger medId)
          Gets a collection of historical cash object
 List<KemidHistoricalCash> KemidHistoricalCashDao.getHistoricalCashRecords(List<String> kemid, org.kuali.rice.kns.util.KualiInteger beginningMed, org.kuali.rice.kns.util.KualiInteger endingMed)
          method to retrieve a list of END_HIST_CSH_T records for the given kemids and monthendids
 List<KemidHistoricalCash> KemidHistoricalCashDao.getKemidsFromHistoryCash(org.kuali.rice.kns.util.KualiInteger beginningMed, org.kuali.rice.kns.util.KualiInteger endingMed)
          Gets a collection of historical cash
 List<KemidHistoricalCash> KemidHistoricalCashDao.getKemidsFromHistoryCash(String kemid, org.kuali.rice.kns.util.KualiInteger beginningMed, org.kuali.rice.kns.util.KualiInteger endingMed)
          Gets a collection of historical cash
 

Uses of KemidHistoricalCash in org.kuali.kfs.module.endow.dataaccess.impl
 

Methods in org.kuali.kfs.module.endow.dataaccess.impl that return types with arguments of type KemidHistoricalCash
 List<KemidHistoricalCash> KemidHistoricalCashDaoOjb.getHistoricalCashRecords(List<String> kemids, org.kuali.rice.kns.util.KualiInteger medId)
           
 List<KemidHistoricalCash> KemidHistoricalCashDaoOjb.getHistoricalCashRecords(List<String> kemids, org.kuali.rice.kns.util.KualiInteger beginningMed, org.kuali.rice.kns.util.KualiInteger endingMed)
           
 List<KemidHistoricalCash> KemidHistoricalCashDaoOjb.getKemidsFromHistoryCash(org.kuali.rice.kns.util.KualiInteger beginningMed, org.kuali.rice.kns.util.KualiInteger endingMed)
           
 List<KemidHistoricalCash> KemidHistoricalCashDaoOjb.getKemidsFromHistoryCash(String kemid, org.kuali.rice.kns.util.KualiInteger beginningMed, org.kuali.rice.kns.util.KualiInteger endingMed)
           
 

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

Methods in org.kuali.kfs.module.endow.report.service.impl that return KemidHistoricalCash
protected  KemidHistoricalCash AssetStatementReportServiceImpl.getKemidHistoricalCash(String kemid, org.kuali.rice.kns.util.KualiInteger medId)
          Gets KemidHistoricalCash by kemid and month end id
protected  KemidHistoricalCash TransactionSummaryReportServiceImpl.getKemidHistoricalCash(String kemid, org.kuali.rice.kns.util.KualiInteger medId)
           
protected  KemidHistoricalCash TransactionStatementReportServieImpl.getKemidHistoricalCash(String kemid, org.kuali.rice.kns.util.KualiInteger medId)
          Gets a historical cash object
 

Methods in org.kuali.kfs.module.endow.report.service.impl that return types with arguments of type KemidHistoricalCash
protected  List<KemidHistoricalCash> AssetStatementReportServiceImpl.getKemidHistoricalCashRecords(List<String> kemids, org.kuali.rice.kns.util.KualiInteger medId)
          Gets a collection of historical cash records by a list of kemid and a month end id
 

Method parameters in org.kuali.kfs.module.endow.report.service.impl with type arguments of type KemidHistoricalCash
protected  List<AssetStatementReportDataHolder> AssetStatementReportServiceImpl.createDataHoldersForEndowment(List<KemidHistoricalCash> historyCashRecords, String monthEndDate, org.kuali.rice.kns.util.KualiInteger medId, String reportOption)
          Creates a collection of data holder for endowment
protected  List<AssetStatementReportDataHolder> AssetStatementReportServiceImpl.createDataHoldersForNonEndowed(List<KemidHistoricalCash> historyCashRecords, String monthEndDate, org.kuali.rice.kns.util.KualiInteger medId, String reportOption)
          Creates a collection of data holder for non-endowed
 



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