public interface ISrvLedger
Ledger service.
| Modifier and Type | Method and Description |
|---|---|
LedgerDetail |
retrieveDetail(Map<String,Object> pAddParam,
Account pAccount,
Date pDate1,
Date pDate2,
String pSubaccId,
LedgerPrevious ledgerPrevious)
Retrieve detail entries for period.
|
LedgerPrevious |
retrievePrevious(Map<String,Object> pAddParam,
Account pAccount,
Date pDate1,
String pSubaccId)
Retrieve previous totals.
|
LedgerPrevious retrievePrevious(Map<String,Object> pAddParam, Account pAccount, Date pDate1, String pSubaccId) throws Exception
Retrieve previous totals.
pAddParam - additional parampAccount - accountpDate1 - date startpSubaccId - Subaccount ID or nullException - - an exceptionLedgerDetail retrieveDetail(Map<String,Object> pAddParam, Account pAccount, Date pDate1, Date pDate2, String pSubaccId, LedgerPrevious ledgerPrevious) throws Exception
Retrieve detail entries for period.
pAddParam - additional parampAccount - accountpDate1 - date startpDate2 - date endpSubaccId - Subaccount ID or nullledgerPrevious - ledger previousException - - an exceptionCopyright © 2016–2018. All rights reserved.