Interface BookingManager

All Known Implementing Classes:
BookingManagerImpl

public interface BookingManager
Defines methods used to perform various booking calendar operations
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Performs a request on the API which books the event associated with the provided Urn identifier
  • Method Details

    • bookLiveOddsEvent

      boolean bookLiveOddsEvent(Urn eventId) throws CommunicationException
      Performs a request on the API which books the event associated with the provided Urn identifier
      Parameters:
      eventId - the Urn identifier of the event which needs to be booked
      Returns:
      true if the booking was successful; otherwise false
      Throws:
      CommunicationException