public interface EventMgmtDAO
Modifier and Type | Field and Description |
---|---|
static String |
EVENT |
static String |
NUM_TICKETS |
static String |
VENUE_NAME |
Modifier and Type | Method and Description |
---|---|
Event |
createEvent(Event event) |
Map<String,Object> |
fetchEventDTOData(int eventId) |
Event |
fetchEventTickets(int id) |
Event |
fetchEventTicketsSeats(int id) |
List<Seat> |
findSeats(Event event,
String section,
Integer row,
Integer position,
int offset,
int limit) |
List<Ticket> |
findTickets(Event event,
List<Seat> seats) |
Event |
getEvent(int id) |
static final String EVENT
static final String VENUE_NAME
static final String NUM_TICKETS
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.