Package org.oxerr.vividseats.client
Interface ListingService
- All Known Implementing Classes:
ListingServiceImpl
public interface ListingService
-
Method Summary
Modifier and TypeMethodDescriptioncreate(BrokerListing brokerListing) voidvoiddeleteListing(String ticketId) get(Long listingId, String internalTicketId, Integer productionId, String fromEventDate, String toEventDate, Integer headlinerId, Boolean includeFiles) voidupdate(BrokerListing brokerListing) voidupdateListing(Update update)
-
Method Details
-
get
List<BrokerListing> get(Long listingId, String internalTicketId, Integer productionId, String fromEventDate, String toEventDate, Integer headlinerId, Boolean includeFiles) throws IOException - Throws:
IOException
-
create
- Throws:
IOException
-
updateListing
- Throws:
IOException
-
update
- Throws:
IOException
-
deleteListing
- Throws:
IOException
-
delete
- Throws:
IOException
-