Class CXFEventService

java.lang.Object
org.oxerr.stubhub.client.cxf.impl.event.CXFEventService
All Implemented Interfaces:
org.oxerr.stubhub.client.event.EventService

public class CXFEventService extends Object implements org.oxerr.stubhub.client.event.EventService
  • Constructor Summary

    Constructors
    Constructor
    Description
    CXFEventService(org.oxerr.stubhub.client.cxf.resource.EventResource eventResource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.oxerr.stubhub.client.model.ListingResponse>
    getInventories(org.oxerr.stubhub.client.event.InventoryCriteria criteria)
     
    org.oxerr.stubhub.client.cxf.resource.EventResource
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.oxerr.stubhub.client.event.EventService

    getInventories
  • Constructor Details

    • CXFEventService

      public CXFEventService(org.oxerr.stubhub.client.cxf.resource.EventResource eventResource)
  • Method Details

    • resource

      public org.oxerr.stubhub.client.cxf.resource.EventResource resource()
    • getInventories

      public List<org.oxerr.stubhub.client.model.ListingResponse> getInventories(org.oxerr.stubhub.client.event.InventoryCriteria criteria)
      Specified by:
      getInventories in interface org.oxerr.stubhub.client.event.EventService