| Modifier and Type | Method and Description |
|---|---|
Report |
AccountingDao.getReportByScope(ScopeDescriptor desc,
java.time.Instant from,
java.time.Instant to,
MeasureResolution resolution) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
Queries.getAvailableDimensions(java.time.Instant from,
java.time.Instant to,
ScopeDescriptor scope,
MeasureResolution resolution)
Returns Dimensions.* fields
|
Report |
AccountingDaoImpl.getReportByScope(ScopeDescriptor desc,
java.time.Instant from,
java.time.Instant to,
MeasureResolution resolution) |
PreparedStatement |
Queries.prepareMeasuresByDimension(ScopeDescriptor scope,
MeasureResolution resolution)
Prepares a statement for Getting Dim=? in time interval for the scope set
PS params :
1- long current slice of time
2- long current slice of time
3- String dimension
|
| 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 © 2018. All Rights Reserved.