public interface AccountingDao
| Modifier and Type | Method and Description |
|---|---|
static AccountingDao |
get() |
static AccountingDao |
get(ContextTreeProvider provider) |
Set<ScopeDescriptor> |
getContexts() |
Set<Dimension> |
getDimensions() |
Report |
getReportByScope(ScopeDescriptor desc,
Instant from,
Instant to,
MeasureResolution resolution) |
ScopeDescriptor |
getTree(Object request) |
UpdateReport |
insertRecords(AccountingRecord... toInsert) |
static AccountingDao get()
static AccountingDao get(ContextTreeProvider provider)
ScopeDescriptor getTree(Object request) throws ParameterException, Exception
ParameterExceptionExceptionReport getReportByScope(ScopeDescriptor desc, Instant from, Instant to, MeasureResolution resolution) throws ParameterException, SQLException
ParameterExceptionSQLExceptionSet<Dimension> getDimensions() throws SQLException
SQLExceptionSet<ScopeDescriptor> getContexts() throws SQLException
SQLExceptionUpdateReport insertRecords(AccountingRecord... toInsert) throws SQLException
SQLExceptionCopyright © 2025. All rights reserved.