Uses of Class
org.kuali.kfs.module.endow.document.CashIncreaseDocument

Packages that use CashIncreaseDocument
org.kuali.kfs.module.endow.batch.service.impl   
org.kuali.kfs.module.endow.document.web.struts   
 

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

Methods in org.kuali.kfs.module.endow.batch.service.impl that return CashIncreaseDocument
protected  CashIncreaseDocument CreateAccrualTransactionsServiceImpl.createNewCashIncreaseDocument(String securityId, String registrationCode)
          Creates a new CashIncreaseDocument with source type Automated, transaction sub-type Cash, target security id set to the input security id.
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type CashIncreaseDocument
protected  void IncomeDistributionForPooledFundServiceImpl.addSecurityDetailToECI(CashIncreaseDocument cashIncreaseDocument, String typeCode, String securityId, String registrationCode)
          Adds security to ECI
protected  boolean CreateAccrualTransactionsServiceImpl.addTransactionLine(CashIncreaseDocument cashIncreaseDocument, Security security, String kemid, org.kuali.rice.kns.util.KualiDecimal totalAmount)
          Creates and adds a new transaction line to the cash increase document.
protected  void IncomeDistributionForPooledFundServiceImpl.addTransactionLinesToECI(CashIncreaseDocument cashIncreaseDocument, List<CashTransferDocument> cashTransferDocumentList, List<HoldingTaxLot> holdingTaxLotList, Date effectiveDate)
          Adds transaction lines and create ECT if necessary
protected  void PooledFundControlTransactionsServiceImpl.populateECI(CashIncreaseDocument cashIncreaseDocument, PooledFundControl pooledFundControl, org.kuali.rice.kns.util.KualiDecimal totalAmount, String securityLineTypeCode, String transactionIPIndicatorCode, String etranTypeCode)
          Populates security and transaction lines
protected  void CreateAccrualTransactionsServiceImpl.submitCashIncreaseDocumentAndUpdateTaxLots(CashIncreaseDocument cashIncreaseDocument, List<HoldingTaxLot> taxLotsForUpdate)
          Submits the ECI doc and updates the values in the tax lots list.
protected  boolean PooledFundControlTransactionsServiceImpl.validateECI(CashIncreaseDocument cashIncreaseDocument)
          validate the ECI business rules
protected  boolean IncomeDistributionForPooledFundServiceImpl.validateECI(CashIncreaseDocument cashIncreaseDocument)
          validates the ECI business rules
 

Uses of CashIncreaseDocument in org.kuali.kfs.module.endow.document.web.struts
 

Methods in org.kuali.kfs.module.endow.document.web.struts that return CashIncreaseDocument
 CashIncreaseDocument CashIncreaseDocumentForm.getCashIncreaseDocument()
          This method gets the cash increase document
 



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