Uses of Interface
com.storedobject.core.LedgerEntry
Packages that use LedgerEntry
-
Uses of LedgerEntry in com.storedobject.core
Methods in com.storedobject.core that return types with arguments of type LedgerEntryModifier and TypeMethodDescriptionLedgerWindow.getEntries()
Get the list containing the ledger entries.protected List
<LedgerEntry> LedgerWindow.getUnposted()
Override this method to return any unposted entries to be appended.default Iterator
<LedgerEntry> Ledger.iterator()
Iterator forLedgerEntry
s.Methods in com.storedobject.core with parameters of type LedgerEntryModifier and TypeMethodDescriptionprotected void
JSONLedger.addEntryDetails
(Map<String, Object> details, LedgerEntry ledgerEntry) Constructor parameters in com.storedobject.core with type arguments of type LedgerEntryModifierConstructorDescriptionLedgerWindow
(int windowSize, List<LedgerEntry> entries) Constructor.LedgerWindow
(List<LedgerEntry> entries) Constructor. -
Uses of LedgerEntry in com.storedobject.ui.accounts
Methods in com.storedobject.ui.accounts that return types with arguments of type LedgerEntryMethods in com.storedobject.ui.accounts with parameters of type LedgerEntryModifier and TypeMethodDescriptionStatementView.getBalance
(LedgerEntry le) StatementView.getCredit
(LedgerEntry le) StatementView.getDebit
(LedgerEntry le) StatementView.getParticulars
(LedgerEntry le)