public interface TicketReader
Modifier and Type | Method and Description |
---|---|
List<String> |
getCardsByContact(String contactNumber)
Return the list of available contact numbers for a given contact.
|
List<MinimalTicketData> |
listTicketsForPerformance(long performanceId)
Returns all the tickets associated to a given performance, in production order.
|
List<MinimalTicketData> |
listTicketsForProduct(long productId)
Returns all the tickets associated to a given product, in production order.
|
TicketInformationData |
retrieveTicketData(long ticketId)
Retrieves more detailed ticket datas for given ticket ids
|
List<MinimalTicketData> listTicketsForProduct(long productId)
productId
- id of the product (secutix internal id)List<MinimalTicketData> listTicketsForPerformance(long performanceId)
performanceId
- : id of the performanceTicketInformationData retrieveTicketData(long ticketId)
ticketId
- id of ticketCopyright © 2021. All rights reserved.