|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPurchaseStatisticDAO
IPersonDAO Interface
Method Summary | |
---|---|
java.util.List<PurchaseStatistic> |
getAllByIdPurchase(java.lang.Integer idPurchase)
get all PurchaseStatistic by the purchase identifier |
java.util.List<ResultStatistic> |
getAllResultStatisticByParameters(java.lang.String strTimesUnit,
java.lang.String strDateDebut,
java.lang.String strDateFin)
get all association of date and purchases count by parameters |
java.lang.Integer |
getCountPurchasesByDates(java.lang.String strDateDebut,
java.lang.String strDateFin)
get the purchase count by dates parameters |
Methods inherited from interface fr.paris.lutece.util.jpa.IGenericDAO |
---|
create, detach, findAll, findById, flush, remove, update |
Method Detail |
---|
java.util.List<PurchaseStatistic> getAllByIdPurchase(java.lang.Integer idPurchase)
idPurchase
- the identifier of purchase
java.util.List<ResultStatistic> getAllResultStatisticByParameters(java.lang.String strTimesUnit, java.lang.String strDateDebut, java.lang.String strDateFin)
strTimesUnit
- the times unitstrDateDebut
- the begin datestrDateFin
- the end date
java.lang.Integer getCountPurchasesByDates(java.lang.String strDateDebut, java.lang.String strDateFin)
strDateDebut
- the date beginstrDateFin
- the date end
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |