|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CoinDetail in org.kuali.kfs.fp.businessobject |
---|
Methods in org.kuali.kfs.fp.businessobject that return CoinDetail | |
---|---|
CoinDetail |
Deposit.getDepositedCoin()
Gets the depositedCoin attribute. |
CoinDetail |
CashieringTransaction.getMoneyInCoin()
Gets the moneyInCoin attribute. |
CoinDetail |
CashieringTransaction.getMoneyOutCoin()
Gets the moneyOutCoin attribute. |
Methods in org.kuali.kfs.fp.businessobject with parameters of type CoinDetail | |
---|---|
void |
CoinDetail.add(CoinDetail detail)
|
void |
CashDrawer.addCoin(CoinDetail detail)
This method puts coin into the cash drawer |
void |
CashDrawer.removeCoin(CoinDetail detail)
This method takes coin out of the cash drawer |
void |
Deposit.setDepositedCoin(CoinDetail depositedCoin)
Sets the depositedCoin attribute value. |
void |
CashieringTransaction.setMoneyInCoin(CoinDetail moneyInCoin)
Sets the moneyInCoin attribute value. |
void |
CashieringTransaction.setMoneyOutCoin(CoinDetail moneyOutCoin)
Sets the moneyOutCoin attribute value. |
void |
CoinDetail.subtract(CoinDetail detail)
|
Uses of CoinDetail in org.kuali.kfs.fp.document |
---|
Fields in org.kuali.kfs.fp.document declared as CoinDetail | |
---|---|
protected CoinDetail |
CashReceiptDocument.coinDetail
|
Methods in org.kuali.kfs.fp.document that return CoinDetail | |
---|---|
CoinDetail |
CashReceiptDocument.getCoinDetail()
Gets the coinDetail attribute. |
protected CoinDetail |
CashReceiptDocument.retrieveCoinDetail()
Grab this document's coin detail from the database |
Methods in org.kuali.kfs.fp.document with parameters of type CoinDetail | |
---|---|
void |
CashReceiptDocument.setCoinDetail(CoinDetail coinDetail)
Sets the coinDetail attribute value. |
Uses of CoinDetail in org.kuali.kfs.fp.document.dataaccess |
---|
Methods in org.kuali.kfs.fp.document.dataaccess that return CoinDetail | |
---|---|
CoinDetail |
CashManagementDao.findCoinDetailByCashieringRecordSource(String documentNumber,
String documentTypeCode,
String cashieringRecordSource)
Retrieves all coin 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 CoinDetail | |
---|---|
List<CoinDetail> |
CashManagementDao.getAllCoinDetails(String documentNumber)
This method gets all coin details for a particular document number, irregardless of cashiering record source |
Uses of CoinDetail in org.kuali.kfs.fp.document.dataaccess.impl |
---|
Methods in org.kuali.kfs.fp.document.dataaccess.impl that return CoinDetail | |
---|---|
CoinDetail |
CashManagementDaoOjb.findCoinDetailByCashieringRecordSource(String documentNumber,
String documentTypeCode,
String cashieringRecordSource)
|
Methods in org.kuali.kfs.fp.document.dataaccess.impl that return types with arguments of type CoinDetail | |
---|---|
List<CoinDetail> |
CashManagementDaoOjb.getAllCoinDetails(String documentNumber)
This method gets all coin details for a particular document number, irregardless of cashiering record source |
Uses of CoinDetail in org.kuali.kfs.fp.document.service |
---|
Methods in org.kuali.kfs.fp.document.service that return CoinDetail | |
---|---|
CoinDetail |
CashManagementService.generateMasterCoinDetail(CashManagementDocument cmDoc)
This generates the "master" coin detail record - a composite of all the coin detail activity that occurred to the cash drawer. |
Uses of CoinDetail in org.kuali.kfs.fp.document.service.impl |
---|
Methods in org.kuali.kfs.fp.document.service.impl that return CoinDetail | |
---|---|
CoinDetail |
CashManagementServiceImpl.generateMasterCoinDetail(CashManagementDocument cmDoc)
This method generates a master coin detail for the cash management document given. |
Uses of CoinDetail in org.kuali.kfs.fp.document.web.struts |
---|
Methods in org.kuali.kfs.fp.document.web.struts that return CoinDetail | |
---|---|
CoinDetail |
DepositWizardForm.getCoinDetail()
Gets the coinDetail attribute. |
Methods in org.kuali.kfs.fp.document.web.struts with parameters of type CoinDetail | |
---|---|
void |
DepositWizardForm.setCoinDetail(CoinDetail coinDetail)
Sets the coinDetail attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |