Package | Description |
---|---|
fr.paris.lutece.plugins.stock.modules.tickets.business | |
fr.paris.lutece.plugins.stock.modules.tickets.service |
Modifier and Type | Method and Description |
---|---|
List<ResultStatistic> |
IProductStatisticDAO.getAllResultStatisticByParameters(String strTimesUnit,
String strDateDebut,
String strDateFin)
get all association of date and products count by parameters
|
List<ResultStatistic> |
PurchaseStatisticDAO.getAllResultStatisticByParameters(String strTimesUnit,
String strDateDebut,
String strDateFin)
get all association of date and purchases count by parameters
|
List<ResultStatistic> |
ProductStatisticDAO.getAllResultStatisticByParameters(String strTimesUnit,
String strDateDebut,
String strDateFin)
get all association of date and products count by parameters
|
List<ResultStatistic> |
IPurchaseStatisticDAO.getAllResultStatisticByParameters(String strTimesUnit,
String strDateDebut,
String strDateFin)
get all association of date and purchases count by parameters
|
Modifier and Type | Method and Description |
---|---|
List<ResultStatistic> |
StatisticService.getProductStatistic(String strTimesUnit,
String strDateDebut,
String strDateFin)
get a list of ResultStatistic containing all associations of date and number of product by parameters
|
List<ResultStatistic> |
IStatisticService.getProductStatistic(String strTimesUnit,
String strDateDebut,
String strDateFin)
get a list of ResultStatistic containing all associations of date and number of product by parameters
|
List<ResultStatistic> |
StatisticService.getPurchaseStatistic(String strTimesUnit,
String strDateDebut,
String strDateFin)
get a list of ResultStatistic containing all associations of date and number of purchase by parameters
|
List<ResultStatistic> |
IStatisticService.getPurchaseStatistic(String strTimesUnit,
String strDateDebut,
String strDateFin)
get a list of ResultStatistic containing all associations of date and number of purchase by parameters
|
Modifier and Type | Method and Description |
---|---|
static List<String[]> |
StatisticService.buildListToCSVWriter(Collection<ResultStatistic> listData,
String strTimesUnit,
Locale locale)
Converts the informations to export into a list of String[].
|
static org.jfree.chart.JFreeChart |
StatisticService.createXYGraph(List<ResultStatistic> listStatistic,
String strLabelX,
String strLableY,
String strTimesUnit)
create a JFreeChart Graph function of the statistic form submit.
|
Copyright © 2020 City of Paris. All rights reserved.