Class ListingServiceImpl
- java.lang.Object
-
- org.oxerr.vividseats.client.cxf.impl.inventory.ListingServiceImpl
-
- All Implemented Interfaces:
ListingService
public class ListingServiceImpl extends Object implements ListingService
-
-
Constructor Summary
Constructors Constructor Description ListingServiceImpl(ListingResource listingResourceV1, ListingResource listingResource, String token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.oxerr.vividseats.client.model.inventory.BrokerListingcreate(org.oxerr.vividseats.client.model.inventory.BrokerListing brokerListing)voiddelete(Long listingId, String internalTicketId)voiddeleteListing(String ticketId)List<org.oxerr.vividseats.client.model.inventory.BrokerListing>get(BrokerListingQuery q)org.oxerr.vividseats.client.cxf.model.v1.inventory.BrokerListingsgetListings(Integer ticketId)voidupdate(org.oxerr.vividseats.client.model.inventory.BrokerListing brokerListing)voidupdateListing(org.oxerr.vividseats.client.model.v1.inventory.Update update)
-
-
-
Constructor Detail
-
ListingServiceImpl
public ListingServiceImpl(ListingResource listingResourceV1, ListingResource listingResource, String token)
-
-
Method Detail
-
getListings
public org.oxerr.vividseats.client.cxf.model.v1.inventory.BrokerListings getListings(@Nullable Integer ticketId)
-
get
public List<org.oxerr.vividseats.client.model.inventory.BrokerListing> get(BrokerListingQuery q)
- Specified by:
getin interfaceListingService
-
create
public org.oxerr.vividseats.client.model.inventory.BrokerListing create(org.oxerr.vividseats.client.model.inventory.BrokerListing brokerListing)
- Specified by:
createin interfaceListingService
-
updateListing
public void updateListing(org.oxerr.vividseats.client.model.v1.inventory.Update update)
- Specified by:
updateListingin interfaceListingService
-
update
public void update(org.oxerr.vividseats.client.model.inventory.BrokerListing brokerListing)
- Specified by:
updatein interfaceListingService
-
deleteListing
public void deleteListing(String ticketId)
- Specified by:
deleteListingin interfaceListingService
-
delete
public void delete(Long listingId, String internalTicketId)
- Specified by:
deletein interfaceListingService
-
-