Package org.oxerr.vividseats.client
Interface ListingService
- All Known Implementing Classes:
ListingServiceImpl
public interface ListingService
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(BrokerListing brokerListing) void
void
deleteListing
(String ticketId) get
(Long listingId, String internalTicketId, Integer productionId, String fromEventDate, String toEventDate, Integer headlinerId, Boolean includeFiles) void
update
(BrokerListing brokerListing) void
updateListing
(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
-