Modifier and Type | Method and Description |
---|---|
CashReceiptDocument |
DepositCashReceiptControl.getCashReceiptDocument()
Gets the cashReceiptDocument attribute.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
. |
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.
|
Modifier and Type | Method and Description |
---|---|
List<CashReceiptDocument> |
CashReceiptServiceImpl.getPopulatedCashReceipts(String verificationUnit,
String[] statii)
This method retrieves a populated collection of cash receipts using the lookup parameters provided.
|
List<CashReceiptDocument> |
CashManagementServiceImpl.retrieveCashReceipts(Deposit deposit)
This method returns a collection of cash receipts associated with the deposit given.
|
Modifier and Type | Method and Description |
---|---|
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
. |
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
to stamp information from 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CashReceiptDocument |
CashReceiptCashTotalsValidation.getCashReceiptDocumentForValidation()
Gets the cashReceiptDocumentForValidation attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
CashReceiptCashTotalsValidation.setCashReceiptDocumentForValidation(CashReceiptDocument cashReceiptDocumentForValidation)
Sets the cashReceiptDocumentForValidation attribute value.
|
Modifier and Type | Method and Description |
---|---|
CashReceiptDocument |
CashReceiptForm.getCashReceiptDocument() |
CashReceiptDocument |
DepositWizardForm.getCheckFreeCashReceipt(int index)
Retreive a single check free cash receipt
|
CashReceiptDocument |
DepositWizardForm.getDepositableCashReceipt(int i) |
Modifier and Type | Method and Description |
---|---|
List<CashReceiptDocument> |
DepositWizardForm.getCheckFreeCashReceipts()
Gets the checkFreeCashReceipts attribute.
|
List<CashReceiptDocument> |
DepositWizardForm.getDepositableCashReceipts() |
Modifier and Type | Method and Description |
---|---|
void |
CashManagementForm.CashDrawerSummary.CashReceiptStatistics.add(CashReceiptDocument receipt)
Increments the counter by 1, and the various totals by the amounts in the given CashReceiptDocument
|
void |
DepositWizardForm.addCashReceiptToChecks(CashReceiptDocument crDoc)
Adds the check total for a cash receipt to checks
|
void |
DepositWizardForm.addCashReceiptToTargetTotal(CashReceiptDocument crDoc)
Adds a cash receipt to the target total amount for the given deposit (if the deposit was final)
The amount to add is: confirmed check amount + confirmed currency amount + confirmed coin amount - change request
currency amount - change request coin amount
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DepositWizardForm.setCheckFreeCashReceipts(List<CashReceiptDocument> checkFreeCashReceipts)
Sets the checkFreeCashReceipts attribute value.
|
Constructor and Description |
---|
CashManagementForm.CashReceiptSummary(CashReceiptDocument crd)
Constructs a CashReceiptSummary from the given CashReceiptDocument.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.