Uses of Class
org.kuali.kfs.fp.businessobject.Deposit

Packages that use Deposit
org.kuali.kfs.fp.businessobject   
org.kuali.kfs.fp.document   
org.kuali.kfs.fp.document.service   
org.kuali.kfs.fp.document.service.impl   
org.kuali.kfs.fp.document.validation.impl   
org.kuali.kfs.fp.document.web.struts   
 

Uses of Deposit in org.kuali.kfs.fp.businessobject
 

Methods in org.kuali.kfs.fp.businessobject that return Deposit
 Deposit DepositCashReceiptControl.getDeposit()
           
 

Methods in org.kuali.kfs.fp.businessobject with parameters of type Deposit
 boolean Deposit.keysEqual(Deposit other)
          Returns true if this deposit has the same document deposit line number as the passed in Deposit
 void DepositCashReceiptControl.setDeposit(Deposit deposit)
          Sets the deposit attribute value.
 

Uses of Deposit in org.kuali.kfs.fp.document
 

Fields in org.kuali.kfs.fp.document with type parameters of type Deposit
protected  List<Deposit> CashManagementDocument.deposits
           
 

Methods in org.kuali.kfs.fp.document that return Deposit
 Deposit CashManagementDocument.getDeposit(int index)
          Implementation creates empty Deposits as a side-effect, so that Struts' efforts to set fields of lines which haven't been created will succeed rather than causing a NullPointerException.
 Deposit CashManagementDocument.removeDeposit(int index)
          Removes and returns the Deposit at the given index.
 

Methods in org.kuali.kfs.fp.document that return types with arguments of type Deposit
 List<Deposit> CashManagementDocument.getDeposits()
           
 

Methods in org.kuali.kfs.fp.document with parameters of type Deposit
protected static String CashManagementDocument.createDescription(Deposit deposit, int interimDepositNumber)
          Create description for deposit
 

Method parameters in org.kuali.kfs.fp.document with type arguments of type Deposit
 void CashManagementDocument.setDeposits(List<Deposit> deposits)
          Sets the current List of Deposits
 

Uses of Deposit in org.kuali.kfs.fp.document.service
 

Methods in org.kuali.kfs.fp.document.service with parameters of type Deposit
 void CashManagementService.cancelDeposit(Deposit deposit)
          Cancels the given Deposit, updating the related CashManagementDocument, CashReceipts, and CashDrawer as needed
 List CashManagementService.retrieveCashReceipts(Deposit deposit)
          Returns a List of all CashReceipts associated with the given Deposit.
 

Uses of Deposit in org.kuali.kfs.fp.document.service.impl
 

Methods in org.kuali.kfs.fp.document.service.impl that return Deposit
protected  Deposit CashManagementServiceImpl.buildDeposit(CashManagementDocument cashManagementDoc, String depositTypeCode, String depositTicketNumber, Bank bank, List<CashReceiptDocument> selectedCashReceipts, List selectedCashieringChecks)
          This method builds a new deposit object from the parameters provided.
 

Methods in org.kuali.kfs.fp.document.service.impl with parameters of type Deposit
 void CashManagementServiceImpl.cancelDeposit(Deposit deposit)
          This method cancels a given deposit.
protected  void CashManagementServiceImpl.finalizeCashReceiptsForDeposit(Deposit deposit)
          This method switches cash receipts to "final" status as opposed to "interim" status.
 List<CashReceiptDocument> CashManagementServiceImpl.retrieveCashReceipts(Deposit deposit)
          This method returns a collection of cash receipts associated with the deposit given.
 

Uses of Deposit in org.kuali.kfs.fp.document.validation.impl
 

Methods in org.kuali.kfs.fp.document.validation.impl with parameters of type Deposit
protected  boolean CashManagementDocumentRule.performDataDictionaryValidation(Deposit deposit)
          Performs complete, recursive dataDictionary-driven validation of the given Deposit.
protected  boolean CashManagementDocumentRule.validateDeposit(Deposit deposit, boolean documentIsInitiated)
          If documentIsInitiated, performs complete dataDictionary-driven validation of the given Deposit.
protected  void CashManagementDocumentRule.verifyCashReceipts(Deposit deposit, boolean documentIsInitiated)
          Verifies that all CashReceipts associated with the given document are of an appropriate status for the given CashManagementDocument state
 

Uses of Deposit in org.kuali.kfs.fp.document.web.struts
 

Constructors in org.kuali.kfs.fp.document.web.struts with parameters of type Deposit
CashManagementForm.DepositHelper(Deposit deposit)
          Constructs a DepositHelper
 



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