Modifier and Type | Method and Description |
---|---|
CurrencyDetail |
Deposit.getDepositedCurrency()
Gets the depositedCurrency attribute.
|
CurrencyDetail |
CashieringTransaction.getMoneyInCurrency()
Gets the moneyInCurrency attribute.
|
CurrencyDetail |
CashieringTransaction.getMoneyOutCurrency()
Gets the moneyOutCurrency attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
CurrencyDetail.add(CurrencyDetail detail)
This method adds the amounts from the given currency detail record to this one
|
void |
CashDrawer.addCurrency(CurrencyDetail detail)
This method adds currency to the cash drawer
|
void |
CashDrawer.removeCurrency(CurrencyDetail detail)
This method removes currency amounts from the cash drawer
|
void |
Deposit.setDepositedCurrency(CurrencyDetail depositedCurrency)
Sets the depositedCurrency attribute value.
|
void |
CashieringTransaction.setMoneyInCurrency(CurrencyDetail moneyInCurrency)
Sets the moneyInCurrency attribute value.
|
void |
CashieringTransaction.setMoneyOutCurrency(CurrencyDetail moneyOutCurrency)
Sets the moneyOutCurrency attribute value.
|
void |
CurrencyDetail.subtract(CurrencyDetail detail)
This method subtracts the given currency detail from this one
|
Modifier and Type | Field and Description |
---|---|
protected CurrencyDetail |
CashReceiptDocument.changeCurrencyDetail |
protected CurrencyDetail |
CashReceiptDocument.confirmedCurrencyDetail |
protected CurrencyDetail |
CashReceiptDocument.currencyDetail |
Modifier and Type | Method and Description |
---|---|
CurrencyDetail |
CashReceiptDocument.getChangeCurrencyDetail()
Gets the changeCurrencyDetail attribute.
|
CurrencyDetail |
CashReceiptDocument.getConfirmedCurrencyDetail()
Gets the confirmedCurrencyDetail attribute.
|
CurrencyDetail |
CashReceiptDocument.getCurrencyDetail()
Gets the currencyDetail attribute.
|
protected CurrencyDetail |
CashReceiptDocument.retrieveChangeCurrencyDetail()
Get this document's change currency detail from the database
|
protected CurrencyDetail |
CashReceiptDocument.retrieveConfirmedCurrencyDetail()
Get this document's confirmed currency detail from the database
|
protected CurrencyDetail |
CashReceiptDocument.retrieveCurrencyDetail()
Get this document's currency detail from the database
|
Modifier and Type | Method and Description |
---|---|
void |
CashReceiptDocument.setChangeCurrencyDetail(CurrencyDetail changeCurrencyDetail)
Sets the changeCurrencyDetail attribute value.
|
void |
CashReceiptDocument.setConfirmedCurrencyDetail(CurrencyDetail confirmedCurrencyDetail)
Sets the confirmedCurrencyDetail attribute value.
|
void |
CashReceiptDocument.setCurrencyDetail(CurrencyDetail currencyDetail)
Sets the currencyDetail attribute value.
|
Modifier and Type | Method and Description |
---|---|
CurrencyDetail |
CashManagementDao.findCurrencyDetailByCashieringStatus(String documentNumber,
String documentTypeCode,
String cashieringStatus)
Retrieves all currency detail records with the given document number, document type code, and cashiering record source
|
Modifier and Type | Method and Description |
---|---|
List<CurrencyDetail> |
CashManagementDao.getAllCurrencyDetails(String documentNumber)
This method retrieves all currency details associated with a cash management document
|
Modifier and Type | Method and Description |
---|---|
CurrencyDetail |
CashManagementDaoOjb.findCurrencyDetailByCashieringStatus(String documentNumber,
String documentTypeCode,
String cashieringStatus) |
Modifier and Type | Method and Description |
---|---|
List<CurrencyDetail> |
CashManagementDaoOjb.getAllCurrencyDetails(String documentNumber)
This method retrieves all currency details associated with a cash management document
|
Modifier and Type | Method and Description |
---|---|
CurrencyDetail |
CashManagementService.generateMasterCurrencyDetail(CashManagementDocument cmDoc)
Generates the master currency detail, which sounds bad, but which is really just okay.
|
Modifier and Type | Method and Description |
---|---|
CurrencyDetail |
CashManagementServiceImpl.generateMasterCurrencyDetail(CashManagementDocument cmDoc)
This method generates a master currency detail for the cash management document given.
|
Modifier and Type | Method and Description |
---|---|
void |
CashManagementServiceImpl.generateMasterRecord(CashManagementDocument cmDoc,
CurrencyDetail masterCurrencyDetail,
CoinDetail masterCoinDetail)
This method pulls out the master currency and coin details and sets them to the cashManagementDocument
|
Modifier and Type | Method and Description |
---|---|
CurrencyDetail |
DepositWizardForm.getCurrencyDetail()
Gets the currencyDetail attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
DepositWizardForm.setCurrencyDetail(CurrencyDetail currencyDetail)
Sets the currencyDetail attribute value.
|
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.