| | |
| | | |
| | | SalesTotalDto salesAnalysis(SalesDeliveryDto salesDeliveryDto); |
| | | |
| | | List<SalesTotalDetailDto> salesRanking(SalesDeliveryDto salesDeliveryDto); |
| | | |
| | | SalesTotalDto salesAmount(SalesDeliveryDto salesDeliveryDto); |
| | | |
| | | List<SalesTotalDetailDto> salesDataRanking(SalesDeliveryDto salesDeliveryDto); |
| | | |
| | | SalesTotalDto customerTrends(SalesDeliveryDto salesDeliveryDto); |
| | | |
| | |
| | | List<SolidWasteStatisticsDto> solidWaste(productionStatisticsDto dto); |
| | | |
| | | List<HomeEnergyStatisticsDto> energy(productionStatisticsDto dto); |
| | | |
| | | SolidWasteCoreIndicatorsDto coreIndicators(productionStatisticsDto dto); |
| | | |
| | | List<SolidWasteStatisticsDto> trends(productionStatisticsDto dto); |
| | | |
| | | List<MapDto> typeDistribution(productionStatisticsDto dto); |
| | | |
| | | Map<String,Long> manage(); |
| | | |
| | | List<PlanTrendsDto> planTrends(Integer type); |
| | | } |