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. tickets
Methods 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 Event
Event. withTicket(Ticket ticket)
Method parameters in org.myorg.jpatickets.bo with type arguments of type Ticket Modifier and Type Method Description void
Event. 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 Ticket
EventMgmtEJB. toCleansed(Ticket bo, Event event)
Methods in org.myorg.jpatickets.ejb with parameters of type Ticket Modifier and Type Method Description private Ticket
EventMgmtEJB. toCleansed(Ticket bo, Event event)
-