Interface ListingService
- All Known Implementing Classes:
ListingServiceImpl
public interface ListingService
-
Method Summary
Modifier and TypeMethodDescriptioncreate(BrokerListing brokerListing) voidDelete the listing.voiddeleteListing(String ticketId) Delete the listing.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
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.
-