public interface ISeanceDAO
extends fr.paris.lutece.plugins.stock.business.offer.IOfferDAO
Modifier and Type | Method and Description |
---|---|
List<fr.paris.lutece.plugins.stock.business.offer.Offer> |
findAvailableSeance(Integer offerId)
Returns list of available seance types (not cancelled) for given offer id
|
List<fr.paris.lutece.plugins.stock.business.offer.Offer> |
findAvailableSeanceByDate(Integer offerId,
Timestamp dateHour)
Returns list of available seance types (not cancelled) for given date and hour.
|
List<fr.paris.lutece.plugins.stock.business.offer.Offer> findAvailableSeanceByDate(Integer offerId, Timestamp dateHour)
offerId
- the offer iddateHour
- date and hourCopyright © 2020 City of Paris. All rights reserved.