Class EventServiceImpl

java.lang.Object
org.oxerr.viagogo.client.rescu.impl.catalog.EventServiceImpl
All Implemented Interfaces:
org.oxerr.viagogo.client.catalog.EventService

public class EventServiceImpl extends Object implements org.oxerr.viagogo.client.catalog.EventService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<org.oxerr.viagogo.model.response.catalog.Event>
    getEvent(Long eventId)
     
    Optional<org.oxerr.viagogo.model.response.catalog.Event>
    getEventByExternalEventId(String platform, Long externalEventId)
     
    org.oxerr.viagogo.model.response.PagedResource<org.oxerr.viagogo.model.response.catalog.Event>
    getEvents(org.oxerr.viagogo.model.request.catalog.EventRequest eventRequest)
     
    org.oxerr.viagogo.model.response.PagedResource<org.oxerr.viagogo.model.response.catalog.Event>
    searchEvents(org.oxerr.viagogo.model.request.catalog.SearchEventRequest searchEventRequest)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.oxerr.viagogo.client.catalog.EventService

    findAll, findFirst, getEvents, searchAll, searchEvents, searchFirst
  • Constructor Details

    • EventServiceImpl

      public EventServiceImpl(EventResource eventResource)
  • Method Details

    • getEvents

      public org.oxerr.viagogo.model.response.PagedResource<org.oxerr.viagogo.model.response.catalog.Event> getEvents(org.oxerr.viagogo.model.request.catalog.EventRequest eventRequest) throws IOException
      Specified by:
      getEvents in interface org.oxerr.viagogo.client.catalog.EventService
      Throws:
      IOException
    • getEventByExternalEventId

      public Optional<org.oxerr.viagogo.model.response.catalog.Event> getEventByExternalEventId(String platform, Long externalEventId) throws IOException
      Specified by:
      getEventByExternalEventId in interface org.oxerr.viagogo.client.catalog.EventService
      Throws:
      IOException
    • getEvent

      public Optional<org.oxerr.viagogo.model.response.catalog.Event> getEvent(Long eventId) throws IOException
      Specified by:
      getEvent in interface org.oxerr.viagogo.client.catalog.EventService
      Throws:
      IOException
    • searchEvents

      public org.oxerr.viagogo.model.response.PagedResource<org.oxerr.viagogo.model.response.catalog.Event> searchEvents(org.oxerr.viagogo.model.request.catalog.SearchEventRequest searchEventRequest) throws IOException
      Specified by:
      searchEvents in interface org.oxerr.viagogo.client.catalog.EventService
      Throws:
      IOException