public interface IProductStatisticDAO extends fr.paris.lutece.util.jpa.IGenericDAO<Integer,ProductStatistic>
Modifier and Type | Method and Description |
---|---|
List<ProductStatistic> |
getAllByIdProduct(Integer idProduct)
get all ProductStatistic by the product identifier
|
List<ResultStatistic> |
getAllResultStatisticByParameters(String strTimesUnit,
String strDateDebut,
String strDateFin)
get all association of date and products count by parameters
|
Integer |
getCountProductsByDates(String strDateDebut,
String strDateFin)
get the purchase count by dates parameters
|
List<ProductStatistic> getAllByIdProduct(Integer idProduct)
idProduct
- the identifier of productList<ResultStatistic> getAllResultStatisticByParameters(String strTimesUnit, String strDateDebut, String strDateFin)
strTimesUnit
- the times unitstrDateDebut
- the begin datestrDateFin
- the end dateCopyright © 2020 City of Paris. All rights reserved.