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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionOptional<org.oxerr.viagogo.model.response.catalog.Event>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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.oxerr.viagogo.client.catalog.EventServicefindAll, findFirst, getEvents, searchAll, searchEvents, searchFirst
- 
Constructor Details- 
EventServiceImpl
 
- 
- 
Method Details- 
getEventspublic 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:
- getEventsin interface- org.oxerr.viagogo.client.catalog.EventService
- Throws:
- IOException
 
- 
getEventByExternalEventIdpublic Optional<org.oxerr.viagogo.model.response.catalog.Event> getEventByExternalEventId(String platform, Long externalEventId) throws IOException - Specified by:
- getEventByExternalEventIdin interface- org.oxerr.viagogo.client.catalog.EventService
- Throws:
- IOException
 
- 
getEventpublic Optional<org.oxerr.viagogo.model.response.catalog.Event> getEvent(Long eventId) throws IOException - Specified by:
- getEventin interface- org.oxerr.viagogo.client.catalog.EventService
- Throws:
- IOException
 
- 
searchEventspublic 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:
- searchEventsin interface- org.oxerr.viagogo.client.catalog.EventService
- Throws:
- IOException
 
 
-