public interface IOfferGenreDAO extends fr.paris.lutece.util.jpa.IGenericDAO<Integer,OfferGenre>
Modifier and Type | Method and Description |
---|---|
fr.paris.lutece.util.ReferenceList |
findAllReferenceList()
Build a
ReferenceList with all the offer genre |
List<OfferGenre> |
findByName(String strOfferName)
Find offers genre by their name
|
OfferGenre |
findWithOffersLinked(int nIdOfferGenre)
Find the offer genre by its id.
|
OfferGenre findWithOffersLinked(int nIdOfferGenre)
nIdOfferGenre
- the id of the wanted offer genreOfferGenre
object with the same identifier as the parameterfr.paris.lutece.util.ReferenceList findAllReferenceList()
ReferenceList
with all the offer genreReferenceList
of all the offer genreList<OfferGenre> findByName(String strOfferName)
strOfferName
- the name of the offer genreCopyright © 2021 City of Paris. All rights reserved.