|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISeanceDAO
Interface for seance dao
Method Summary | |
---|---|
java.util.List<fr.paris.lutece.plugins.stock.business.offer.Offer> |
findAvailableSeance(java.lang.Integer offerId)
Returns list of available seance types (not cancelled) for given offer id |
java.util.List<fr.paris.lutece.plugins.stock.business.offer.Offer> |
findAvailableSeanceByDate(java.lang.Integer offerId,
java.sql.Timestamp dateHour)
Returns list of available seance types (not cancelled) for given date and hour. |
Methods inherited from interface fr.paris.lutece.plugins.stock.business.offer.IOfferDAO |
---|
findByFilter, findByProduct, getQuantity |
Methods inherited from interface fr.paris.lutece.util.jpa.IGenericDAO |
---|
create, detach, findAll, findById, flush, remove, update |
Method Detail |
---|
java.util.List<fr.paris.lutece.plugins.stock.business.offer.Offer> findAvailableSeanceByDate(java.lang.Integer offerId, java.sql.Timestamp dateHour)
offerId
- the offer iddateHour
- date and hour
java.util.List<fr.paris.lutece.plugins.stock.business.offer.Offer> findAvailableSeance(java.lang.Integer offerId)
offerId
- offer id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |