public class TicketService extends Object
Constructor and Description |
---|
TicketService() |
Modifier and Type | Method and Description |
---|---|
static List<TicketBean> |
getAllTickets(ContentContext ctx) |
static TicketService |
getInstance(GlobalContext globalContext) |
static File |
getTempImageFile(ContentContext ctx) |
TicketBean |
getTicket(String id) |
Collection<TicketBean> |
getTickets() |
void |
updateTicket(ContentContext ctx,
TicketBean ticket,
boolean updateDate) |
public static TicketService getInstance(GlobalContext globalContext) throws IOException
IOException
public static File getTempImageFile(ContentContext ctx) throws Exception
Exception
public void updateTicket(ContentContext ctx, TicketBean ticket, boolean updateDate) throws Exception
Exception
public TicketBean getTicket(String id)
public Collection<TicketBean> getTickets()
public static List<TicketBean> getAllTickets(ContentContext ctx) throws Exception
Exception
Copyright © 2012-2018. All Rights Reserved.