|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultStatistic | |
---|---|
fr.paris.lutece.plugins.stock.modules.tickets.business | |
fr.paris.lutece.plugins.stock.modules.tickets.service |
Uses of ResultStatistic in fr.paris.lutece.plugins.stock.modules.tickets.business |
---|
Methods in fr.paris.lutece.plugins.stock.modules.tickets.business that return types with arguments of type ResultStatistic | |
---|---|
java.util.List<ResultStatistic> |
PurchaseStatisticDAO.getAllResultStatisticByParameters(java.lang.String strTimesUnit,
java.lang.String strDateDebut,
java.lang.String strDateFin)
get all association of date and purchases count by parameters |
java.util.List<ResultStatistic> |
IProductStatisticDAO.getAllResultStatisticByParameters(java.lang.String strTimesUnit,
java.lang.String strDateDebut,
java.lang.String strDateFin)
get all association of date and products count by parameters |
java.util.List<ResultStatistic> |
IPurchaseStatisticDAO.getAllResultStatisticByParameters(java.lang.String strTimesUnit,
java.lang.String strDateDebut,
java.lang.String strDateFin)
get all association of date and purchases count by parameters |
java.util.List<ResultStatistic> |
ProductStatisticDAO.getAllResultStatisticByParameters(java.lang.String strTimesUnit,
java.lang.String strDateDebut,
java.lang.String strDateFin)
get all association of date and products count by parameters |
Uses of ResultStatistic in fr.paris.lutece.plugins.stock.modules.tickets.service |
---|
Methods in fr.paris.lutece.plugins.stock.modules.tickets.service that return types with arguments of type ResultStatistic | |
---|---|
java.util.List<ResultStatistic> |
StatisticService.getProductStatistic(java.lang.String strTimesUnit,
java.lang.String strDateDebut,
java.lang.String strDateFin)
get a list of ResultStatistic containing all associations of date and number of product by parameters |
java.util.List<ResultStatistic> |
IStatisticService.getProductStatistic(java.lang.String strTimesUnit,
java.lang.String strDateDebut,
java.lang.String strDateFin)
get a list of ResultStatistic containing all associations of date and number of product by parameters |
java.util.List<ResultStatistic> |
StatisticService.getPurchaseStatistic(java.lang.String strTimesUnit,
java.lang.String strDateDebut,
java.lang.String strDateFin)
get a list of ResultStatistic containing all associations of date and number of purchase by parameters |
java.util.List<ResultStatistic> |
IStatisticService.getPurchaseStatistic(java.lang.String strTimesUnit,
java.lang.String strDateDebut,
java.lang.String strDateFin)
get a list of ResultStatistic containing all associations of date and number of purchase by parameters |
Method parameters in fr.paris.lutece.plugins.stock.modules.tickets.service with type arguments of type ResultStatistic | |
---|---|
static java.util.List<java.lang.String[]> |
StatisticService.buildListToCSVWriter(java.util.Collection<ResultStatistic> listData,
java.lang.String strTimesUnit,
java.util.Locale locale)
Converts the informations to export into a list of String[]. |
static org.jfree.chart.JFreeChart |
StatisticService.createXYGraph(java.util.List<ResultStatistic> listStatistic,
java.lang.String strLabelX,
java.lang.String strLableY,
java.lang.String strTimesUnit)
create a JFreeChart Graph function of the statistic form submit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |