Uses of Class
passport.domain.models.events.Event
Package
Description
-
Uses of Event in passport.application.desktop.system
Modifier and TypeMethodDescriptionvoid
PassPort.toEventPurchase
(Event event) Opens the event purchase popup for the specified event.void
PassPort.toEventReview
(Event event) Opens the event review popup for the specified event.void
PassPort.toPurchaseOf
(Event event) Opens the purchase window for the specified event. -
Uses of Event in passport.application.desktop.ui.event
-
Uses of Event in passport.application.desktop.ui.main.events
Modifier and TypeMethodDescriptionvoid
AvailableEvents.updateEvents
(List<Event> newEvents) Updates the events list with new events. -
Uses of Event in passport.application.desktop.ui.main.owned
-
Uses of Event in passport.application.desktop.ui.purchase
ModifierConstructorDescriptionPurchaseWindow
(PassPort app, Event event, User user) Initializes the purchase window with the given event and user. -
Uses of Event in passport.domain.contexts.events
Modifier and TypeMethodDescriptionAvailableEventsListing.availables()
Retrieves the list of available events starting from the set date.Modifier and TypeMethodDescriptionSets the event ID for the evaluation. -
Uses of Event in passport.domain.contexts.purchases.internal
-
Uses of Event in passport.domain.contexts.user
-
Uses of Event in passport.infra.json
-
Uses of Event in passport.infra.placeholders
-
Uses of Event in passport.infra.placeholders.events
-
Uses of Event in passport.infra.virtual
Modifier and TypeMethodDescriptionEventsInMemory.availableOn
(LocalDate date) EventsInMemory.list()
Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionEventsInMemory
(List<Event> eventsList) Constructs a new EventsInMemory with a list of events. -
Uses of Event in passport.roles.repositories
Modifier and TypeMethodDescriptionEvents.availableOn
(LocalDate date) Lists all events available on a specific date.Retrieves an event by its ID.Retrieves an event by its title and date.Events.list()
Lists all events.