Uses of Class
org.kuali.kfs.fp.document.CashReceiptFamilyBase

Packages that use CashReceiptFamilyBase
org.kuali.kfs.fp.document   
org.kuali.kfs.fp.document.service.impl   
org.kuali.kfs.fp.document.validation.impl   
 

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

Subclasses of CashReceiptFamilyBase in org.kuali.kfs.fp.document
 class AdvanceDepositDocument
          This is the business object that represents the AdvanceDeposit document in Kuali.
 class CashReceiptDocument
          This is the business object that represents the CashReceiptDocument in Kuali.
 class CreditCardReceiptDocument
          This is the business object that represents the CreditCardReceipt document in Kuali.
 

Methods in org.kuali.kfs.fp.document with parameters of type CashReceiptFamilyBase
protected  List CashReceiptDocument.generateEvents(List persistedChecks, List currentChecks, String errorPathPrefix, CashReceiptFamilyBase crdoc)
          Generates a List of instances of CheckEvent subclasses, one for each changed check in the union of the persistedLines and currentLines lists.
 

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

Methods in org.kuali.kfs.fp.document.service.impl with parameters of type CashReceiptFamilyBase
protected  boolean CashReceiptServiceImpl.isTotalInvalid(CashReceiptFamilyBase cashReceiptDocument, org.kuali.rice.kns.util.KualiDecimal totalAmount, String documentEntryName, String propertyName)
          Puts an error message in the error map for that property if the amount is negative.
 

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

Methods in org.kuali.kfs.fp.document.validation.impl that return CashReceiptFamilyBase
 CashReceiptFamilyBase CashReceiptCashDrawerOpenValidation.getCashReceiptDocumentForValidation()
          Gets the cashReceiptDocumentForValidation attribute.
 CashReceiptFamilyBase CashReceiptFamilyDocumentTotalValidation.getCashReceiptFamilyDocumentForValidation()
          Gets the cashReceiptFamilyDocumentForValidation attribute.
 

Methods in org.kuali.kfs.fp.document.validation.impl with parameters of type CashReceiptFamilyBase
 void CashReceiptCashDrawerOpenValidation.setCashReceiptDocumentForValidation(CashReceiptFamilyBase cashReceiptFamilyDocumentForValidation)
          Sets the cashReceiptDocumentForValidation attribute value.
 void CashReceiptFamilyDocumentTotalValidation.setCashReceiptFamilyDocumentForValidation(CashReceiptFamilyBase cashReceiptFamilyDocumentForValidation)
          Sets the cashReceiptFamilyDocumentForValidation attribute value.
 



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