Class PerformanceOrchestrator
java.lang.Object
com.bluebell.greenhouse.planter.orchestrators.performance.PerformanceOrchestrator
- All Implemented Interfaces:
GenericOrchestrator
@Service
@Transactional(readOnly=true)
public class PerformanceOrchestrator
extends Object
implements GenericOrchestrator
Owns the unit of work for the performance report endpoints.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPerformanceReportWithinInterval(AccountRequestContext context, PerformanceReportRequest reportRequest) Obtains a performance report for an interval.
-
Constructor Details
-
PerformanceOrchestrator
public PerformanceOrchestrator()
-
-
Method Details
-
getPerformanceReportWithinInterval
public PerformanceReportDTO getPerformanceReportWithinInterval(AccountRequestContext context, PerformanceReportRequest reportRequest) Obtains a performance report for an interval.- Parameters:
context-AccountRequestContextreportRequest-PerformanceReportRequest- Returns:
PerformanceReportDTO
-