Uses of Class
org.myorg.jpatickets.bo.Ticket
- 
Packages that use Ticket Package Description org.myorg.jpatickets.bl org.myorg.jpatickets.bo org.myorg.jpatickets.dao org.myorg.jpatickets.ejb  - 
- 
Uses of Ticket in org.myorg.jpatickets.bl
Methods in org.myorg.jpatickets.bl that return types with arguments of type Ticket Modifier and Type Method 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) - 
Uses of Ticket in org.myorg.jpatickets.bo
Fields in org.myorg.jpatickets.bo with type parameters of type Ticket Modifier and Type Field Description private List<Ticket>Event. ticketsMethods in org.myorg.jpatickets.bo that return types with arguments of type Ticket Modifier and Type Method Description List<Ticket>Event. getTickets()Methods in org.myorg.jpatickets.bo with parameters of type Ticket Modifier and Type Method Description EventEvent. withTicket(Ticket ticket)Method parameters in org.myorg.jpatickets.bo with type arguments of type Ticket Modifier and Type Method Description voidEvent. setTickets(List<Ticket> tickets) - 
Uses of Ticket in org.myorg.jpatickets.dao
Methods in org.myorg.jpatickets.dao that return types with arguments of type Ticket Modifier and Type Method Description List<Ticket>EventMgmtDAO. findTickets(Event event, List<Seat> seats)List<Ticket>EventMgmtDAOImpl. findTickets(Event event, List<Seat> seats) - 
Uses of Ticket in org.myorg.jpatickets.ejb
Methods in org.myorg.jpatickets.ejb that return Ticket Modifier and Type Method Description private TicketEventMgmtEJB. toCleansed(Ticket bo, Event event)Methods in org.myorg.jpatickets.ejb with parameters of type Ticket Modifier and Type Method Description private TicketEventMgmtEJB. toCleansed(Ticket bo, Event event) 
 -