Uses of Class
org.myorg.jpatickets.bo.Venue
-
Packages that use Venue Package Description org.myorg.jpatickets.bl org.myorg.jpatickets.bo org.myorg.jpatickets.dao org.myorg.jpatickets.ejb org.myorg.jpatickets.webejb -
-
Uses of Venue in org.myorg.jpatickets.bl
Methods in org.myorg.jpatickets.bl that return Venue Modifier and Type Method Description Venue
VenueMgmt. createVenue(Venue venue, int sections, int positions, int rows)
Venue
VenueMgmtImpl. createVenue(Venue venue, int sections, int positions, int rows)
Venue
VenueMgmt. getVenue(String venueId)
Venue
VenueMgmtImpl. getVenue(String venueId)
Methods in org.myorg.jpatickets.bl with parameters of type Venue Modifier and Type Method Description Event
EventMgmt. createEvent(Event event, Venue venue)
Event
EventMgmtImpl. createEvent(Event event, Venue venue)
Venue
VenueMgmt. createVenue(Venue venue, int sections, int positions, int rows)
Venue
VenueMgmtImpl. createVenue(Venue venue, int sections, int positions, int rows)
-
Uses of Venue in org.myorg.jpatickets.bo
Fields in org.myorg.jpatickets.bo declared as Venue Modifier and Type Field Description private Venue
Event. venue
private Venue
Seat. venue
Methods in org.myorg.jpatickets.bo that return Venue Modifier and Type Method Description Venue
Event. getVenue()
Venue
Seat. getVenue()
Venue
Venue. withAddress(Address address)
Venue
Venue. withName(String name)
Constructors in org.myorg.jpatickets.bo with parameters of type Venue Constructor Description Event(Venue venue)
Seat(Venue venue, String section, int row, int position)
-
Uses of Venue in org.myorg.jpatickets.dao
Methods in org.myorg.jpatickets.dao that return Venue Modifier and Type Method Description Venue
VenueDAO. getVenue(String venueId)
Venue
VenueDAOImpl. getVenue(String venueId)
Methods in org.myorg.jpatickets.dao with parameters of type Venue Modifier and Type Method Description List<Seat>
VenueDAO. getSeatsForVenue(Venue venue, int offset, int limit)
List<Seat>
VenueDAOImpl. getSeatsForVenue(Venue venue, int offset, int limit)
void
VenueDAO. saveVenue(Venue venue, List<Seat> seats)
void
VenueDAOImpl. saveVenue(Venue venue, List<Seat> seats)
-
Uses of Venue in org.myorg.jpatickets.ejb
Methods in org.myorg.jpatickets.ejb that return Venue Modifier and Type Method Description Venue
VenueMgmtEJB. createVenue(Venue venue, int sections, int positions, int rows)
Venue
VenueMgmtRemote. createVenue(Venue venue, int sections, int positions, int rows)
Venue
VenueMgmtEJB. getVenue(String venueId)
Venue
VenueMgmtRemote. getVenue(String venueId)
Methods in org.myorg.jpatickets.ejb with parameters of type Venue Modifier and Type Method Description Event
EventMgmtEJB. createEvent(Event event, Venue venue)
Event
EventMgmtRemote. createEvent(Event event, Venue venue)
Venue
VenueMgmtEJB. createVenue(Venue venue, int sections, int positions, int rows)
Venue
VenueMgmtRemote. createVenue(Venue venue, int sections, int positions, int rows)
-
Uses of Venue in org.myorg.jpatickets.webejb
Methods in org.myorg.jpatickets.webejb that return Venue Modifier and Type Method Description Venue
WebVenueMgmtEJB. createVenue(Venue venue, int sections, int positions, int rows)
Venue
WebVenueMgmtEJB. getVenue(String venueId)
Methods in org.myorg.jpatickets.webejb with parameters of type Venue Modifier and Type Method Description Venue
WebVenueMgmtEJB. createVenue(Venue venue, int sections, int positions, int rows)
-