Uses of Class
org.oxerr.vividseats.client.model.inventory.BrokerListing
Package
Description
Inventory service with cache.
Cached inventory service using Redisson.
Inventory API.
Inventory API implementation.
Inventory resources.
-
Uses of BrokerListing in org.oxerr.vividseats.client.cached.inventory
ModifierConstructorDescriptionVividSeatsListing
(String id, Integer vividSeatsEventId, BrokerListing request) -
Uses of BrokerListing in org.oxerr.vividseats.client.cached.redisson.inventory
ModifierConstructorDescriptionVividSeatsCachedListing
(VividSeatsCachedEvent event, BrokerListing request, org.oxerr.ticket.inventory.support.cached.redisson.Status status) -
Uses of BrokerListing in org.oxerr.vividseats.client.inventory
Modifier and TypeMethodDescriptionListingService.get
(Long listingId, String internalTicketId, Integer productionId, String fromEventDate, String toEventDate, Integer headlinerId, Boolean includeFiles) Modifier and TypeMethodDescriptionListingService.create
(BrokerListing brokerListing) void
ListingService.update
(BrokerListing brokerListing) -
Uses of BrokerListing in org.oxerr.vividseats.client.rescu.impl.inventory
Modifier and TypeMethodDescriptionListingServiceImpl.get
(Long listingId, String internalTicketId, Integer productionId, String fromEventDate, String toEventDate, Integer headlinerId, Boolean includeFiles) Modifier and TypeMethodDescriptionListingServiceImpl.create
(BrokerListing brokerListing) void
ListingServiceImpl.update
(BrokerListing brokerListing) -
Uses of BrokerListing in org.oxerr.vividseats.client.rescu.resource.inventory
Modifier and TypeMethodDescriptionListingResource.create
(BrokerListing brokerListing) Creates a listing.void
ListingResponse.setListing
(BrokerListing listing) ListingResource.update
(BrokerListing brokerListing) Updates a listing.Modifier and TypeMethodDescriptionvoid
ListingsResponse.setListings
(List<BrokerListing> listings)