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

Packages that use EndowmentRecurringCashTransfer
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   
org.kuali.kfs.module.endow.document.validation.impl   
 

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

Methods in org.kuali.kfs.module.endow.batch.service.impl that return types with arguments of type EndowmentRecurringCashTransfer
protected  Collection<EndowmentRecurringCashTransfer> CreateRecurringCashTransferTransactionsServiceImpl.getAllRecurringCashTransferTransactionsForCurrentDate()
          This method retrieves all the recurring cash transfer transactions whose frequency code matches the current date.
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type EndowmentRecurringCashTransfer
protected  void CreateRecurringCashTransferTransactionsServiceImpl.addSourceTransactionLineForCashTransferDoc(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer, CashTransferDocument cashTransferDoc, org.kuali.rice.kns.util.KualiDecimal totalAmount)
          This method...
protected  void CreateRecurringCashTransferTransactionsServiceImpl.addSourceTransactionLineForGLTransferOfFundsDocument(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer, EndowmentToGLTransferOfFundsDocument gLTransferOfFundsDocument, org.kuali.rice.kns.util.KualiDecimal totalAmount)
           
protected  org.kuali.rice.kns.util.KualiDecimal CreateRecurringCashTransferTransactionsServiceImpl.calculateTotalCashEquivalents(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
 

Method parameters in org.kuali.kfs.module.endow.batch.service.impl with type arguments of type EndowmentRecurringCashTransfer
protected  void CreateRecurringCashTransferTransactionsServiceImpl.calculateCashTransfers(Collection<EndowmentRecurringCashTransfer> cashTransfers)
           
protected  void CreateRecurringCashTransferTransactionsServiceImpl.calculateGlCashTransfers(Collection<EndowmentRecurringCashTransfer> glCashTransfers)
           
 

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

Methods in org.kuali.kfs.module.endow.businessobject that return EndowmentRecurringCashTransfer
 EndowmentRecurringCashTransfer EndowmentRecurringCashTransferKEMIDTarget.getEndowmentRecurringCashTransfer()
           
 EndowmentRecurringCashTransfer EndowmentRecurringCashTransferGLTarget.getEndowmentRecurringCashTransfer()
           
 

Methods in org.kuali.kfs.module.endow.businessobject with parameters of type EndowmentRecurringCashTransfer
 void EndowmentRecurringCashTransferKEMIDTarget.setEndowmentRecurringCashTransfer(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
 void EndowmentRecurringCashTransferGLTarget.setEndowmentRecurringCashTransfer(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
 

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

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

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

Methods in org.kuali.kfs.module.endow.dataaccess.impl that return types with arguments of type EndowmentRecurringCashTransfer
 List<EndowmentRecurringCashTransfer> RecurringCashTransferDaoOjb.getRecurringCashTransferWithNextPayDateEqualToCurrentDate()
           
 

Uses of EndowmentRecurringCashTransfer in org.kuali.kfs.module.endow.document
 

Methods in org.kuali.kfs.module.endow.document with parameters of type EndowmentRecurringCashTransfer
protected  void EndowmentRecurringCashTransferMaintainableImpl.claenAllTargets(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
 

Uses of EndowmentRecurringCashTransfer in org.kuali.kfs.module.endow.document.validation.impl
 

Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type EndowmentRecurringCashTransfer
protected  boolean EndowmentRecurringCashTransferTransactionRule.checkFrequencyCodeReferenceExists(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
protected  void EndowmentRecurringCashTransferTransactionRule.checkSourceActiveAndSetTargetActive(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
protected  boolean EndowmentRecurringCashTransferTransactionRule.checkTargetExistence(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
protected  boolean EndowmentRecurringCashTransferTransactionRule.checkTransactionType(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
protected  boolean EndowmentRecurringCashTransferTransactionRule.checkTransactionType(String transactionType, String collectionName, EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
protected  void EndowmentRecurringCashTransferTransactionRule.setLastProcessDate(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
protected  void EndowmentRecurringCashTransferTransactionRule.setNextProcessDate(EndowmentRecurringCashTransfer endowmentRecurringCashTransfer)
           
 



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