Interface StorageHandler


  • public interface StorageHandler
    A Handler for getting a Storage for Tickets
    Since:
    10.0.38
    • Method Detail

      • getTicketStorage

        Storage getTicketStorage​(java.lang.Long id)
        Returns a Storage for a Ticket with the given id.
        Parameters:
        id - the id of the Ticket
        Returns:
        the Storage for the Ticket
        Since:
        10.0.38
      • getTicketStorages

        java.util.Map<java.lang.Long,​Storage> getTicketStorages​(java.util.Set<java.lang.Long> ticketIds)
        Returns a Map of Ticket id -> Storage of the Ticket
        Parameters:
        ticketIds - the set with the Ticket ids for the desired storages
        Returns:
        a Map of Ticket id -> Storage for the given ids
        Since:
        10.0.120