Package | Description |
---|---|
org.myorg.jpatickets.bl | |
org.myorg.jpatickets.bo | |
org.myorg.jpatickets.dao | |
org.myorg.jpatickets.ejb |
Modifier and Type | Method and Description |
---|---|
List<Ticket> |
EventMgmt.getTickets(Event event,
List<Seat> seats) |
List<Ticket> |
EventMgmtImpl.getTickets(Event event,
List<Seat> seats) |
List<Ticket> |
EventMgmt.reserveSeats(Event event,
List<Seat> seats) |
List<Ticket> |
EventMgmtImpl.reserveSeats(Event event,
List<Seat> seats) |
Modifier and Type | Field and Description |
---|---|
private List<Ticket> |
Event.tickets |
Modifier and Type | Method and Description |
---|---|
List<Ticket> |
Event.getTickets() |
Modifier and Type | Method and Description |
---|---|
Event |
Event.withTicket(Ticket ticket) |
Modifier and Type | Method and Description |
---|---|
void |
Event.setTickets(List<Ticket> tickets) |
Modifier and Type | Method and Description |
---|---|
List<Ticket> |
EventMgmtDAOImpl.findTickets(Event event,
List<Seat> seats) |
List<Ticket> |
EventMgmtDAO.findTickets(Event event,
List<Seat> seats) |
Modifier and Type | Method and Description |
---|---|
private Ticket |
EventMgmtEJB.toCleansed(Ticket bo,
Event event) |
Modifier and Type | Method and Description |
---|---|
private Ticket |
EventMgmtEJB.toCleansed(Ticket bo,
Event event) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.