Interface AccountingDao
- All Known Implementing Classes:
AccountingDaoImpl
public interface AccountingDao
-
Method Summary
Modifier and TypeMethodDescriptionstatic AccountingDaoget()static AccountingDaoget(ContextTreeProvider provider) getReportByScope(ScopeDescriptor desc, Instant from, Instant to, MeasureResolution resolution) insertRecords(AccountingRecord... toInsert)
-
Method Details
-
get
-
get
-
getTree
- Throws:
ParameterExceptionException
-
getReportByScope
Report getReportByScope(ScopeDescriptor desc, Instant from, Instant to, MeasureResolution resolution) throws ParameterException, SQLException - Throws:
ParameterExceptionSQLException
-
getDimensions
- Throws:
SQLException
-
getContexts
- Throws:
SQLException
-
insertRecords
- Throws:
SQLException
-