Uses of Class
passport.domain.models.events.Ticket
Packages that use Ticket
Package
Description
-
Uses of Ticket in passport.domain.contexts.purchases
Methods in passport.domain.contexts.purchases with parameters of type TicketModifier and TypeMethodDescriptionSets the ticket to be refunded. -
Uses of Ticket in passport.domain.contexts.purchases.internal
Fields in passport.domain.contexts.purchases.internal declared as Ticket -
Uses of Ticket in passport.domain.contexts.user
Methods in passport.domain.contexts.user that return types with arguments of type Ticket -
Uses of Ticket in passport.domain.models.events
Methods in passport.domain.models.events that return TicketModifier and TypeMethodDescriptionTicket.copy()
Creates a copy of the current ticket.Creates a ticket for the specified number of persons.BoxOffice.ticket()
Creates a ticket with the specified amount of available seats.Methods in passport.domain.models.events with parameters of type TicketModifier and TypeMethodDescriptionvoid
Refunds the specified ticket.boolean
Checks if the ticket is for the same event as another ticket.void
Sells the specified ticket.Constructors in passport.domain.models.events with parameters of type Ticket -
Uses of Ticket in passport.domain.models.users
Methods in passport.domain.models.users that return types with arguments of type TicketMethods in passport.domain.models.users with parameters of type TicketModifier and TypeMethodDescriptionvoid
Buys a ticket and adds it to the user's bought tickets.void
User.returnTicket
(Ticket ticket) Returns a ticket and removes it from the user's bought tickets.Method parameters in passport.domain.models.users with type arguments of type TicketModifier and TypeMethodDescriptionUser.withTickets
(List<Ticket> tickets) Sets the tickets for the user.Constructor parameters in passport.domain.models.users with type arguments of type Ticket -
Uses of Ticket in passport.infra.placeholders.events
Methods in passport.infra.placeholders.events that return Ticket