|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EncumbranceCalculator
An interface which declares the methods needed to post a transaction against an encumbrance
Method Summary | |
---|---|
Encumbrance |
findEncumbrance(Collection encumbranceList,
Transaction t)
This method is used by the balance inquiry screens. |
void |
updateEncumbrance(Transaction t,
Encumbrance enc)
This will update the amounts in an Encumbrance records based on the data in the transaction. |
Method Detail |
---|
Encumbrance findEncumbrance(Collection encumbranceList, Transaction t)
encumbranceList
- list of Encumbrance objectst
- A transaction
void updateEncumbrance(Transaction t, Encumbrance enc)
t
- the transaction to compareenc
- An encumbrance to update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |