Class ListingServiceImpl
java.lang.Object
org.oxerr.vividseats.client.rescu.impl.ListingServiceImpl
- All Implemented Interfaces:
ListingService
-
Constructor Summary
ConstructorsConstructorDescriptionListingServiceImpl
(Supplier<String> tokenSupplier, ListingResource listingResourceV1, ListingResource listingResource) -
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)
-
Constructor Details
-
ListingServiceImpl
public ListingServiceImpl(Supplier<String> tokenSupplier, ListingResource listingResourceV1, ListingResource listingResource)
-
-
Method Details
-
get
public List<BrokerListing> get(Long listingId, String internalTicketId, Integer productionId, String fromEventDate, String toEventDate, Integer headlinerId, Boolean includeFiles) throws IOException - Specified by:
get
in interfaceListingService
- Throws:
IOException
-
create
- Specified by:
create
in interfaceListingService
- Throws:
IOException
-
updateListing
- Specified by:
updateListing
in interfaceListingService
- Throws:
IOException
-
update
- Specified by:
update
in interfaceListingService
- Throws:
IOException
-
deleteListing
- Specified by:
deleteListing
in interfaceListingService
- Throws:
IOException
-
delete
- Specified by:
delete
in interfaceListingService
- Throws:
IOException
-