| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities | |
| fr.inra.agrosyst.api.services.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
WeatherStationAbstract |
class |
WeatherStationImpl |
| Modifier and Type | Field and Description |
|---|---|
protected WeatherStation |
DomainAbstract.defaultWeatherStation
Nom de l'attribut en BD : defaultWeatherStation
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection<WeatherStation> |
DomainAbstract.weatherStations
Nom de l'attribut en BD : weatherStations
|
| Modifier and Type | Method and Description |
|---|---|
WeatherStation |
Domain.getDefaultWeatherStation() |
WeatherStation |
DomainAbstract.getDefaultWeatherStation() |
WeatherStation |
Domain.getWeatherStationsByTopiaId(String topiaId) |
WeatherStation |
DomainAbstract.getWeatherStationsByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WeatherStation> |
Domain.getWeatherStations() |
Collection<WeatherStation> |
DomainAbstract.getWeatherStations() |
| Modifier and Type | Method and Description |
|---|---|
void |
Domain.addWeatherStations(WeatherStation weatherStations) |
void |
DomainAbstract.addWeatherStations(WeatherStation weatherStations) |
boolean |
Domain.containsWeatherStations(WeatherStation weatherStations) |
boolean |
DomainAbstract.containsWeatherStations(WeatherStation weatherStations) |
void |
Domain.removeWeatherStations(WeatherStation weatherStations) |
void |
DomainAbstract.removeWeatherStations(WeatherStation weatherStations) |
void |
Domain.setDefaultWeatherStation(WeatherStation defaultWeatherStation) |
void |
DomainAbstract.setDefaultWeatherStation(WeatherStation defaultWeatherStation) |
| Modifier and Type | Method and Description |
|---|---|
void |
Domain.addAllWeatherStations(Iterable<WeatherStation> weatherStations) |
void |
DomainAbstract.addAllWeatherStations(Iterable<WeatherStation> weatherStations) |
void |
Domain.setWeatherStations(Collection<WeatherStation> weatherStations) |
void |
DomainAbstract.setWeatherStations(Collection<WeatherStation> weatherStations) |
| Modifier and Type | Method and Description |
|---|---|
WeatherStation |
DomainService.newWeatherStation()
Creates a new (empty)
WeatherStation. |
Copyright © 2013–2015 Inra. All rights reserved.