public interface IPurchaseStatisticDAO extends fr.paris.lutece.util.jpa.IGenericDAO<Integer,PurchaseStatistic>
Modifier and Type | Method and Description |
---|---|
List<PurchaseStatistic> |
getAllByIdPurchase(Integer idPurchase)
get all PurchaseStatistic by the purchase identifier
|
List<ResultStatistic> |
getAllResultStatisticByParameters(String strTimesUnit,
String strDateDebut,
String strDateFin)
get all association of date and purchases count by parameters
|
Integer |
getCountPurchasesByDates(String strDateDebut,
String strDateFin)
get the purchase count by dates parameters
|
List<PurchaseStatistic> getAllByIdPurchase(Integer idPurchase)
idPurchase
- the identifier of purchaseList<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.