|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatisticEntrySubmit | |
---|---|
fr.paris.lutece.plugins.form.business |
Uses of StatisticEntrySubmit in fr.paris.lutece.plugins.form.business |
---|
Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type StatisticEntrySubmit | |
---|---|
java.util.List<StatisticEntrySubmit> |
IResponseDAO.getStatisticByIdEntry(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return a list of statistic on the entry |
java.util.List<StatisticEntrySubmit> |
ResponseDAO.getStatisticByIdEntry(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return a list of statistic on the entry |
static java.util.List<StatisticEntrySubmit> |
ResponseHome.getStatisticByIdEntry(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return a list of statistic on the entry |
Method parameters in fr.paris.lutece.plugins.form.business with type arguments of type StatisticEntrySubmit | |
---|---|
static org.jfree.chart.JFreeChart |
GraphTypeBarChart.createBarChart(java.util.List<StatisticEntrySubmit> listStatistic,
java.lang.String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart BarChart graph |
org.jfree.chart.JFreeChart |
GraphType.createChart(java.util.List<StatisticEntrySubmit> listStatistic,
java.lang.String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart graph associate to the graph type |
org.jfree.chart.JFreeChart |
GraphTypePieChart.createChart(java.util.List<StatisticEntrySubmit> listStatistic,
java.lang.String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart graph associate to the graph type |
org.jfree.chart.JFreeChart |
GraphTypeBarChart.createChart(java.util.List<StatisticEntrySubmit> listStatistic,
java.lang.String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart graph associate to the graph type |
static org.jfree.chart.JFreeChart |
GraphTypePieChart.createPieChartGraph(java.util.List<StatisticEntrySubmit> listStatistic,
java.lang.String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the PieChartGraph JFreeChart graph |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |