|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CurrencyDetail in org.kuali.kfs.fp.businessobject |
|---|
| Methods in org.kuali.kfs.fp.businessobject that return CurrencyDetail | |
|---|---|
CurrencyDetail |
Deposit.getDepositedCurrency()
Gets the depositedCurrency attribute. |
CurrencyDetail |
CashieringTransaction.getMoneyInCurrency()
Gets the moneyInCurrency attribute. |
CurrencyDetail |
CashieringTransaction.getMoneyOutCurrency()
Gets the moneyOutCurrency attribute. |
| Methods in org.kuali.kfs.fp.businessobject with parameters of type CurrencyDetail | |
|---|---|
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 |
| Uses of CurrencyDetail in org.kuali.kfs.fp.document |
|---|
| Fields in org.kuali.kfs.fp.document declared as CurrencyDetail | |
|---|---|
protected CurrencyDetail |
CashReceiptDocument.currencyDetail
|
| Methods in org.kuali.kfs.fp.document that return CurrencyDetail | |
|---|---|
CurrencyDetail |
CashReceiptDocument.getCurrencyDetail()
Gets the currencyDetail attribute. |
protected CurrencyDetail |
CashReceiptDocument.retrieveCurrencyDetail()
Get this document's currency detail from the database |
| Methods in org.kuali.kfs.fp.document with parameters of type CurrencyDetail | |
|---|---|
void |
CashReceiptDocument.setCurrencyDetail(CurrencyDetail currencyDetail)
Sets the currencyDetail attribute value. |
| Uses of CurrencyDetail in org.kuali.kfs.fp.document.dataaccess |
|---|
| Methods in org.kuali.kfs.fp.document.dataaccess that return CurrencyDetail | |
|---|---|
CurrencyDetail |
CashManagementDao.findCurrencyDetailByCashieringRecordSource(String documentNumber,
String documentTypeCode,
String cashieringRecordSource)
Retrieves all currency detail records with the given document number, document type code, and cashiering record source |
| Methods in org.kuali.kfs.fp.document.dataaccess that return types with arguments of type CurrencyDetail | |
|---|---|
List<CurrencyDetail> |
CashManagementDao.getAllCurrencyDetails(String documentNumber)
This method retrieves all currency details associated with a cash management document |
| Uses of CurrencyDetail in org.kuali.kfs.fp.document.dataaccess.impl |
|---|
| Methods in org.kuali.kfs.fp.document.dataaccess.impl that return CurrencyDetail | |
|---|---|
CurrencyDetail |
CashManagementDaoOjb.findCurrencyDetailByCashieringRecordSource(String documentNumber,
String documentTypeCode,
String cashieringRecordSource)
|
| Methods in org.kuali.kfs.fp.document.dataaccess.impl that return types with arguments of type CurrencyDetail | |
|---|---|
List<CurrencyDetail> |
CashManagementDaoOjb.getAllCurrencyDetails(String documentNumber)
This method retrieves all currency details associated with a cash management document |
| Uses of CurrencyDetail in org.kuali.kfs.fp.document.service |
|---|
| Methods in org.kuali.kfs.fp.document.service that return CurrencyDetail | |
|---|---|
CurrencyDetail |
CashManagementService.generateMasterCurrencyDetail(CashManagementDocument cmDoc)
Generates the master currency detail, which sounds bad, but which is really just okay. |
| Uses of CurrencyDetail in org.kuali.kfs.fp.document.service.impl |
|---|
| Methods in org.kuali.kfs.fp.document.service.impl that return CurrencyDetail | |
|---|---|
CurrencyDetail |
CashManagementServiceImpl.generateMasterCurrencyDetail(CashManagementDocument cmDoc)
This method generates a master currency detail for the cash management document given. |
| Uses of CurrencyDetail in org.kuali.kfs.fp.document.web.struts |
|---|
| Methods in org.kuali.kfs.fp.document.web.struts that return CurrencyDetail | |
|---|---|
CurrencyDetail |
DepositWizardForm.getCurrencyDetail()
Gets the currencyDetail attribute. |
| Methods in org.kuali.kfs.fp.document.web.struts with parameters of type CurrencyDetail | |
|---|---|
void |
DepositWizardForm.setCurrencyDetail(CurrencyDetail currencyDetail)
Sets the currencyDetail attribute value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||