Uses of Class
passport.domain.models.events.EventId
Package
Description
-
Uses of EventId in passport.application.desktop.ui.purchase
Modifier and TypeMethodDescriptionPurchaseWindow.Properties.eventId()
Returns the value of theeventId
record component.ModifierConstructorDescriptionProperties
(EventId eventId, UserId userId, Double price) Creates an instance of aProperties
record class. -
Uses of EventId in passport.domain.contexts.events
Modifier and TypeMethodDescriptionSets the event ID for the evaluation. -
Uses of EventId in passport.domain.contexts.purchases
Modifier and TypeMethodDescriptionSets the event for which tickets are being bought. -
Uses of EventId in passport.domain.models.evaluations
ModifierConstructorDescriptionEvaluation
(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
Modifier and TypeMethodDescriptionTicket.event()
Returns the event ID associated with the ticket.Event.id()
Returns the event ID.ModifierConstructorDescriptionConstructs 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
-
Uses of EventId in passport.infra.placeholders.events
-
Uses of EventId in passport.infra.virtual
-
Uses of EventId in passport.roles.repositories