|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOfferDAO
IOffreDAO Interface
Method Summary | |
---|---|
fr.paris.lutece.plugins.stock.commons.ResultList<Offer> |
findByFilter(OfferFilter filter,
fr.paris.lutece.plugins.stock.commons.dao.PaginationProperties paginationProperties)
Find by filter |
java.util.List<Offer> |
findByProduct(java.lang.Integer productId,
OfferFilter filter)
Returns offer list of a product |
java.lang.Integer |
getQuantity(java.lang.Integer offerId)
Returns offer quantity |
Methods inherited from interface fr.paris.lutece.util.jpa.IGenericDAO |
---|
create, detach, findAll, findById, flush, remove, update |
Method Detail |
---|
fr.paris.lutece.plugins.stock.commons.ResultList<Offer> findByFilter(OfferFilter filter, fr.paris.lutece.plugins.stock.commons.dao.PaginationProperties paginationProperties)
filter
- the filterpaginationProperties
- paginationProperties
java.util.List<Offer> findByProduct(java.lang.Integer productId, OfferFilter filter)
productId
- id productfilter
- offer filter
java.lang.Integer getQuantity(java.lang.Integer offerId)
offerId
- offer id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |