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

Packages that use CashSweepModel
org.kuali.kfs.module.endow.batch.service.impl   
org.kuali.kfs.module.endow.businessobject   
org.kuali.kfs.module.endow.dataaccess   
org.kuali.kfs.module.endow.dataaccess.impl   
org.kuali.kfs.module.endow.document.service   
org.kuali.kfs.module.endow.document.service.impl   
 

Uses of CashSweepModel in org.kuali.kfs.module.endow.batch.service.impl
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type CashSweepModel
protected  boolean CreateCashSweepTransactionsServiceImpl.processIncomeSweepPurchases(CashSweepModel cashSweepModel)
          Process all the income cash sweep models for purchases.
protected  boolean CreateCashSweepTransactionsServiceImpl.processIncomeSweepSales(CashSweepModel cashSweepModel)
          Process all the income cash sweep models for sales.
protected  boolean CreateCashSweepTransactionsServiceImpl.processPrincipalSweepPurchases(CashSweepModel cashSweepModel)
          Process all the principle cash sweep models for purchases.
protected  boolean CreateCashSweepTransactionsServiceImpl.processPrincipalSweepSale(CashSweepModel cashSweepModel)
          Process all the principle cash sweep models for sales.
 

Uses of CashSweepModel in org.kuali.kfs.module.endow.businessobject
 

Methods in org.kuali.kfs.module.endow.businessobject that return CashSweepModel
 CashSweepModel KEMID.getCashSweepModel()
          Gets the cashSweepModel.
 CashSweepModel TypeCode.getCashSweepModel()
          This method returns the cashSweepModel.
 

Methods in org.kuali.kfs.module.endow.businessobject with parameters of type CashSweepModel
 void KEMID.setCashSweepModel(CashSweepModel cashSweepModel)
          Sets the cashSweepModel.
 void TypeCode.setCashSweepModel(CashSweepModel cashSweepModel)
          This method sets the cashSweepModel.
 

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

Methods in org.kuali.kfs.module.endow.dataaccess that return types with arguments of type CashSweepModel
 List<CashSweepModel> CashSweepModelDao.getCashSweepModelWithNextPayDateEqualToCurrentDate(Date currentDate)
          Gets CashSweepModel whose next income pay date is equal to the current date and whose frequency code is valid
 

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

Methods in org.kuali.kfs.module.endow.dataaccess.impl that return types with arguments of type CashSweepModel
 List<CashSweepModel> CashSweepModelDaoOjb.getCashSweepModelWithNextPayDateEqualToCurrentDate(Date currentDate)
           
 

Uses of CashSweepModel in org.kuali.kfs.module.endow.document.service
 

Methods in org.kuali.kfs.module.endow.document.service that return CashSweepModel
 CashSweepModel CashSweepModelService.getByPrimaryKey(Integer cashSweepModelID)
          Gets a cashSweepModel model id by primary key.
 

Uses of CashSweepModel in org.kuali.kfs.module.endow.document.service.impl
 

Methods in org.kuali.kfs.module.endow.document.service.impl that return CashSweepModel
 CashSweepModel CashSweepModelServiceImpl.getByPrimaryKey(Integer cashSweepModelID)
           
 



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