| Modifier and Type | Method and Description |
|---|---|
Report |
AccountingDao.getReportByScope(ScopeDescriptor desc,
Instant from,
Instant to,
MeasureResolution resolution) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
Queries.getAvailableDimensions(Instant from,
Instant to,
ScopeDescriptor scope,
MeasureResolution resolution)
Returns Dimensions.* fields
|
Report |
AccountingDaoImpl.getReportByScope(ScopeDescriptor desc,
Instant from,
Instant to,
MeasureResolution resolution) |
PreparedStatement |
Queries.prepareMeasuresByDimension(ScopeDescriptor scope,
MeasureResolution resolution)
Prepares a statement for Getting Dim=?
|
| Modifier and Type | Method and Description |
|---|---|
static MeasureResolution |
MeasureResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasureResolution[] |
MeasureResolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.