Interface ListingService
- All Known Implementing Classes:
ListingServiceImpl
public interface ListingService
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(BrokerListing brokerListing) void
Delete the listing.void
deleteListing
(String ticketId) Delete the listing.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
Delete the listing.- Parameters:
ticketId
- the internal ticket ID.- Throws:
IOException
- indicates I/O exception.
-
delete
Delete the listing.- Parameters:
listingId
- the vivid ticket ID.internalTicketId
- the internal ticket ID.- Throws:
IOException
- indicates I/O exception.
-