Uses of Class
passport.domain.models.events.EventId
Packages that use EventId
Package
Description
-
Uses of EventId in passport.application.desktop.ui.purchase
Methods in passport.application.desktop.ui.purchase that return EventIdModifier and TypeMethodDescriptionPurchaseWindow.Properties.eventId()
Returns the value of theeventId
record component.Constructors in passport.application.desktop.ui.purchase with parameters of type EventIdModifierConstructorDescriptionProperties
(EventId eventId, UserId userId, Double price) Creates an instance of aProperties
record class. -
Uses of EventId in passport.domain.contexts.events
Methods in passport.domain.contexts.events with parameters of type EventIdModifier and TypeMethodDescriptionSets the event ID for the evaluation. -
Uses of EventId in passport.domain.contexts.purchases
Methods in passport.domain.contexts.purchases with parameters of type EventIdModifier and TypeMethodDescriptionSets the event for which tickets are being bought. -
Uses of EventId in passport.domain.models.evaluations
Methods in passport.domain.models.evaluations that return EventIdConstructors in passport.domain.models.evaluations with parameters of type EventIdModifierConstructorDescriptionEvaluation
(EvaluationId id, EventId event, UserId author, String comment) Constructs a new Evaluation with the specified evaluation ID, event ID, author ID, and comment.Evaluation
(EventId event, UserId author, String comment) Constructs a new Evaluation with the specified event ID, author ID, and comment. -
Uses of EventId in passport.domain.models.events
Methods in passport.domain.models.events that return EventIdModifier and TypeMethodDescriptionTicket.event()
Returns the event ID associated with the ticket.Event.id()
Returns the event ID.Constructors in passport.domain.models.events with parameters of type EventIdModifierConstructorDescriptionConstructs a new Event with the specified poster and ticket price.Constructs a new Ticket with the specified event ID and a default price of 0.0.Constructs a new Ticket with the specified event ID and price. -
Uses of EventId in passport.infra.json
Methods in passport.infra.json with parameters of type EventId -
Uses of EventId in passport.infra.placeholders.events
Methods in passport.infra.placeholders.events that return EventId -
Uses of EventId in passport.infra.virtual
Methods in passport.infra.virtual with parameters of type EventId -
Uses of EventId in passport.roles.repositories
Methods in passport.roles.repositories with parameters of type EventId