| Package | Description |
|---|---|
| at.creadoo.homer.processing.data | |
| at.creadoo.homer.processing.data.enumerations | |
| at.creadoo.homer.processing.data.impl |
| Modifier and Type | Method and Description |
|---|---|
IndoorClimateType |
IndoorClimateService.getIndoorClimateType(int flatId) |
IndoorClimateType |
IndoorClimateService.getIndoorClimateType(int flatId,
AverageCalculationMode mode) |
IndoorClimateType |
IndoorClimateService.getIndoorClimateType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit) |
IndoorClimateType |
IndoorClimateService.getIndoorClimateType(int flatId,
long calculationPeriod,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
static IndoorClimateType |
IndoorClimateType.getById(Integer id) |
static IndoorClimateType |
IndoorClimateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndoorClimateType[] |
IndoorClimateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IndoorClimateType |
IndoorClimateServiceImpl.getIndoorClimateType(int flatId) |
IndoorClimateType |
IndoorClimateServiceImpl.getIndoorClimateType(int flatId,
AverageCalculationMode mode) |
IndoorClimateType |
IndoorClimateServiceImpl.getIndoorClimateType(int flatId,
AverageCalculationMode mode,
long calculationPeriod,
TimeUnit timeUnit) |
IndoorClimateType |
IndoorClimateServiceImpl.getIndoorClimateType(int flatId,
long calculationPeriod,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndoorClimateServiceImpl.addListenerForLastValue(ValueChangeListener<IndoorClimateType> listener,
AverageCalculationMode mode,
int flatId) |
void |
IndoorClimateServiceImpl.removeListener(ValueChangeListener<IndoorClimateType> listener) |
void |
IndoorClimateServiceImpl.removeListenerForLastValue(ValueChangeListener<IndoorClimateType> listener) |
Copyright © 2017. All rights reserved.