|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProductStatisticDAO
IPersonDAO Interface
Method Summary | |
---|---|
java.util.List<ProductStatistic> |
getAllByIdProduct(java.lang.Integer idProduct)
get all ProductStatistic by the product identifier |
java.util.List<ResultStatistic> |
getAllResultStatisticByParameters(java.lang.String strTimesUnit,
java.lang.String strDateDebut,
java.lang.String strDateFin)
get all association of date and products count by parameters |
java.lang.Integer |
getCountProductsByDates(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<ProductStatistic> getAllByIdProduct(java.lang.Integer idProduct)
idProduct
- the identifier of product
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 getCountProductsByDates(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 |