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) voidvoiddeleteListing(String ticketId) get(Long listingId, String internalTicketId, Integer productionId, String fromEventDate, String toEventDate, Integer headlinerId, Boolean includeFiles) voidupdate(BrokerListing brokerListing) voidupdateListing(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:
getin interfaceListingService- Throws:
IOException
-
create
- Specified by:
createin interfaceListingService- Throws:
IOException
-
updateListing
- Specified by:
updateListingin interfaceListingService- Throws:
IOException
-
update
- Specified by:
updatein interfaceListingService- Throws:
IOException
-
deleteListing
- Specified by:
deleteListingin interfaceListingService- Throws:
IOException
-
delete
- Specified by:
deletein interfaceListingService- Throws:
IOException
-