Package | Description |
---|---|
org.myorg.jpatickets.bl | |
org.myorg.jpatickets.bo | |
org.myorg.jpatickets.dao | |
org.myorg.jpatickets.ejb | |
org.myorg.jpatickets.webejb |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
private Venue |
Seat.venue |
private Venue |
Event.venue |
Modifier and Type | Method and Description |
---|---|
Venue |
Seat.getVenue() |
Venue |
Event.getVenue() |
Venue |
Venue.withAddress(Address address) |
Venue |
Venue.withName(String name) |
Constructor and Description |
---|
Event(Venue venue) |
Seat(Venue venue,
String section,
int row,
int position) |
Modifier and Type | Method and Description |
---|---|
Venue |
VenueDAO.getVenue(String venueId) |
Venue |
VenueDAOImpl.getVenue(String venueId) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Venue |
VenueMgmtRemote.createVenue(Venue venue,
int sections,
int positions,
int rows) |
Venue |
VenueMgmtEJB.createVenue(Venue venue,
int sections,
int positions,
int rows) |
Venue |
VenueMgmtRemote.getVenue(String venueId) |
Venue |
VenueMgmtEJB.getVenue(String venueId) |
Modifier and Type | Method and Description |
---|---|
Event |
EventMgmtRemote.createEvent(Event event,
Venue venue) |
Event |
EventMgmtEJB.createEvent(Event event,
Venue venue) |
Venue |
VenueMgmtRemote.createVenue(Venue venue,
int sections,
int positions,
int rows) |
Venue |
VenueMgmtEJB.createVenue(Venue venue,
int sections,
int positions,
int rows) |
Modifier and Type | Method and Description |
---|---|
Venue |
WebVenueMgmtEJB.createVenue(Venue venue,
int sections,
int positions,
int rows) |
Venue |
WebVenueMgmtEJB.getVenue(String venueId) |
Modifier and Type | Method and Description |
---|---|
Venue |
WebVenueMgmtEJB.createVenue(Venue venue,
int sections,
int positions,
int rows) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.