public interface PerformanceService extends AgrosystService
| Modifier and Type | Method and Description |
|---|---|
Performance |
createOrUpdatePerformance(Performance performance,
List<String> domainIds,
List<String> growingSystemIds,
List<String> plotIds,
List<String> zoneIds) |
void |
deletePerformance(List<String> performanceIds)
Suppression d'une performance.
|
InputStream |
downloadPerformances(String performanceTopiaId) |
void |
generatePerformanceFile(String performanceId)
Compute performance and generate performance file.
|
ResultList<PerformanceDto> |
getFilteredPerformances(PerformanceFilter performanceFilter) |
Performance |
getPerformance(String performanceTopiaId) |
List<PlotDto> |
getPlots(List<String> domainIds) |
List<ZoneDto> |
getZones(List<String> plotIds) |
ResultList<PerformanceDto> getFilteredPerformances(PerformanceFilter performanceFilter)
Performance getPerformance(String performanceTopiaId)
Performance createOrUpdatePerformance(Performance performance, List<String> domainIds, List<String> growingSystemIds, List<String> plotIds, List<String> zoneIds)
InputStream downloadPerformances(String performanceTopiaId)
void deletePerformance(List<String> performanceIds)
performanceIds - performance id to deletevoid generatePerformanceFile(String performanceId)
PerformanceThread.performanceId - performanceId to generate fileCopyright © 2013–2015 Inra. All rights reserved.