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

Packages that use CashReceiptDocument
org.kuali.kfs.fp.businessobject   
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 CashReceiptDocument in org.kuali.kfs.fp.businessobject
 

Methods in org.kuali.kfs.fp.businessobject that return CashReceiptDocument
 CashReceiptDocument DepositCashReceiptControl.getCashReceiptDocument()
          Gets the cashReceiptDocument attribute.
 

Methods in org.kuali.kfs.fp.businessobject with parameters of type CashReceiptDocument
 boolean Deposit.containsCashReceipt(CashReceiptDocument crDoc)
          This method returns whether the given deposit contains the parameter cash receipt document
 void DepositCashReceiptControl.setCashReceiptDocument(CashReceiptDocument cashReceiptDocument)
          Sets the cashReceiptDocument attribute value.
 

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

Methods in org.kuali.kfs.fp.document.service with parameters of type CashReceiptDocument
 void CashReceiptService.addCashDetailsToCashDrawer(CashReceiptDocument crDoc)
          This adds the currency and coin details associated with this Cash Receipt document to the proper cash drawer and to the cumulative Cash Receipt details for the document which opened the cash drawer.
 boolean CashReceiptService.areCashTotalsInvalid(CashReceiptDocument cashReceiptDocument)
          Checks whether the CashReceiptDocument's cash totals are invalid, generating global errors if so.
 void CashReceiptCoverSheetService.generateCoverSheet(CashReceiptDocument document, String searchPath, OutputStream outputStream)
          Generate a cover sheet for the CashReceiptDocument.
 boolean CashReceiptCoverSheetService.isCoverSheetPrintingAllowed(CashReceiptDocument crDoc)
          This method determines whether or not cover sheet printing is allowed for the provided cash receipt document.
 boolean CashManagementService.verifyCashReceiptIsDeposited(CashManagementDocument cmDoc, CashReceiptDocument crDoc)
          Verifies if a given cash receipt is deposited as part of the given cash management document.
 

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

Methods in org.kuali.kfs.fp.document.service.impl that return types with arguments of type CashReceiptDocument
 List<CashReceiptDocument> CashManagementServiceImpl.retrieveCashReceipts(Deposit deposit)
          This method returns a collection of cash receipts associated with the deposit given.
 

Methods in org.kuali.kfs.fp.document.service.impl with parameters of type CashReceiptDocument
 void CashReceiptServiceImpl.addCashDetailsToCashDrawer(CashReceiptDocument crDoc)
          This method retrieves the cash details from the cash receipt document provided and adds those details to the associated cash drawer.
 boolean CashReceiptServiceImpl.areCashTotalsInvalid(CashReceiptDocument cashReceiptDocument)
           
 void CashReceiptCoverSheetServiceImpl.generateCoverSheet(CashReceiptDocument document, String searchPath, OutputStream returnStream)
          Generate a cover sheet for the CashReceiptDocument.
 boolean CashReceiptCoverSheetServiceImpl.isCoverSheetPrintingAllowed(CashReceiptDocument crDoc)
          This method determines if cover sheet printing is allowed by reviewing the CashReceiptDocumentRule to see if the cover sheet is printable.
protected  void CashReceiptCoverSheetServiceImpl.populateCheckDetail(CashReceiptDocument crDoc, com.lowagie.text.pdf.PdfWriter writer, com.lowagie.text.pdf.PdfReader reader)
          Method responsible for producing Check Detail section of the cover sheet.
protected  CashDrawer CashReceiptServiceImpl.retrieveCashDrawer(CashReceiptDocument crDoc)
          This method finds the appropriate cash drawer for this cash receipt document to add cash to.
protected  void CashReceiptCoverSheetServiceImpl.stampPdfFormValues(CashReceiptDocument document, String searchPath, OutputStream returnStream)
          Use iText PdfStamper to stamp information from CashReceiptDocument into field values on a PDF Form Template.
 boolean CashManagementServiceImpl.verifyCashReceiptIsDeposited(CashManagementDocument cmDoc, CashReceiptDocument crDoc)
          Verifies if a given cash receipt is deposited as part of the given cash management document.
 

Method parameters in org.kuali.kfs.fp.document.service.impl with type arguments of type CashReceiptDocument
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.
protected  void CashManagementServiceImpl.validateDepositParams(CashManagementDocument cashManagementDoc, Bank bank, List<CashReceiptDocument> selectedCashReceipts)
          Validates the given Deposit parameters, throwing various (runtime) exceptions if errors exist.
 

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

Methods in org.kuali.kfs.fp.document.validation.impl that return CashReceiptDocument
 CashReceiptDocument CashReceiptCashTotalsValidation.getCashReceiptDocumentForValidation()
          Gets the cashReceiptDocumentForValidation attribute.
 

Methods in org.kuali.kfs.fp.document.validation.impl with parameters of type CashReceiptDocument
 void CashReceiptCashTotalsValidation.setCashReceiptDocumentForValidation(CashReceiptDocument cashReceiptDocumentForValidation)
          Sets the cashReceiptDocumentForValidation attribute value.
 

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

Methods in org.kuali.kfs.fp.document.web.struts that return CashReceiptDocument
 CashReceiptDocument CashReceiptForm.getCashReceiptDocument()
           
 CashReceiptDocument DepositWizardForm.getCheckFreeCashReceipt(int index)
          Retreive a single check free cash receipt
 CashReceiptDocument DepositWizardForm.getDepositableCashReceipt(int i)
           
 

Methods in org.kuali.kfs.fp.document.web.struts that return types with arguments of type CashReceiptDocument
 List<CashReceiptDocument> DepositWizardForm.getCheckFreeCashReceipts()
          Gets the checkFreeCashReceipts attribute.
 

Methods in org.kuali.kfs.fp.document.web.struts with parameters of type CashReceiptDocument
 void CashManagementForm.CashDrawerSummary.CashReceiptStatistics.add(CashReceiptDocument receipt)
          Increments the counter by 1, and the various totals by the amounts in the given CashReceiptDocument
protected  void CashReceiptAction.processCheckEntryMode(CashReceiptForm crForm, CashReceiptDocument crDoc)
          This method processes the check entry mode to determine if the user is entering checks or if they are just entering the total.
protected  void CashReceiptAction.processChecks(CashReceiptDocument cdoc, CashReceiptForm cform)
          This method handles iterating over the check list and generating check events to apply rules to.
 

Method parameters in org.kuali.kfs.fp.document.web.struts with type arguments of type CashReceiptDocument
 void DepositWizardForm.setCheckFreeCashReceipts(List<CashReceiptDocument> checkFreeCashReceipts)
          Sets the checkFreeCashReceipts attribute value.
 

Constructors in org.kuali.kfs.fp.document.web.struts with parameters of type CashReceiptDocument
CashManagementForm.CashReceiptSummary(CashReceiptDocument crd)
          Constructs a CashReceiptSummary from the given CashReceiptDocument.
 



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