public interface TicketReader
| Modifier and Type | Method and Description |
|---|---|
List<MinimalTicketData> |
getTicketsByContainerIdentifiers(long performanceId,
Collection<String> containerIdentifiers)
Returns all the tickets associated to a given performance and container identifiers, in production order.
|
List<MinimalTicketData> getTicketsByContainerIdentifiers(long performanceId, Collection<String> containerIdentifiers)
performanceId - : id of a performancecontainerIdentifiers - : an optional list of container identifiersCopyright © 2021. All rights reserved.