Uses of Class
ejava.projects.eleague.bo.Venue
-
Packages that use Venue Package Description ejava.projects.eleague.bl ejava.projects.eleague.blimpl ejava.projects.eleague.dao ejava.projects.eleague.jdbc ejava.projects.eleague.jpa -
-
Uses of Venue in ejava.projects.eleague.bl
Methods in ejava.projects.eleague.bl that return types with arguments of type Venue Modifier and Type Method Description List<Venue>
ClubMgmt. getVenues(int start, int count)
-
Uses of Venue in ejava.projects.eleague.blimpl
Methods in ejava.projects.eleague.blimpl that return types with arguments of type Venue Modifier and Type Method Description List<Venue>
ClubMgmtImpl. getVenues(int index, int count)
-
Uses of Venue in ejava.projects.eleague.dao
Methods in ejava.projects.eleague.dao that return types with arguments of type Venue Modifier and Type Method Description List<Venue>
ClubDAO. getVenues(int start, int count)
This method will return all venues in the DB between the start and count values.Methods in ejava.projects.eleague.dao with parameters of type Venue Modifier and Type Method Description void
ClubDAO. createVenue(Venue venue)
This method will create a new venue in the DB and update the provided object with the PK of that entity. -
Uses of Venue in ejava.projects.eleague.jdbc
Methods in ejava.projects.eleague.jdbc that return types with arguments of type Venue Modifier and Type Method Description List<Venue>
JDBCClubDAO. getVenues(int index, int count)
This method is left un-implemented,Methods in ejava.projects.eleague.jdbc with parameters of type Venue Modifier and Type Method Description void
JDBCClubDAO. createVenue(Venue venue)
-
Uses of Venue in ejava.projects.eleague.jpa
Methods in ejava.projects.eleague.jpa that return types with arguments of type Venue Modifier and Type Method Description List<Venue>
JPAClubDAO. getVenues(int index, int count)
Methods in ejava.projects.eleague.jpa with parameters of type Venue Modifier and Type Method Description void
JPAClubDAO. createVenue(Venue venue)
-