Uses of Class
passport.domain.models.events.Event
Packages that use Event
Package
Description
-
Uses of Event in passport.application.desktop.system
Methods in passport.application.desktop.system with parameters of type EventModifier and TypeMethodDescriptionvoidPassPort.toEventPurchase(Event event) Opens the event purchase popup for the specified event.voidPassPort.toEventReview(Event event) Opens the event review popup for the specified event.voidPassPort.toPurchaseOf(Event event) Opens the purchase window for the specified event. -
Uses of Event in passport.application.desktop.ui.event
Constructors in passport.application.desktop.ui.event with parameters of type Event -
Uses of Event in passport.application.desktop.ui.main.events
Method parameters in passport.application.desktop.ui.main.events with type arguments of type EventModifier and TypeMethodDescriptionvoidAvailableEvents.updateEvents(List<Event> newEvents) Updates the events list with new events. -
Uses of Event in passport.application.desktop.ui.main.owned
Method parameters in passport.application.desktop.ui.main.owned with type arguments of type Event -
Uses of Event in passport.application.desktop.ui.purchase
Constructors in passport.application.desktop.ui.purchase with parameters of type EventModifierConstructorDescriptionPurchaseWindow(PassPort app, Event event, User user) Initializes the purchase window with the given event and user. -
Uses of Event in passport.domain.contexts.events
Methods in passport.domain.contexts.events that return types with arguments of type EventModifier and TypeMethodDescriptionAvailableEventsListing.availables()Retrieves the list of available events starting from the set date.Methods in passport.domain.contexts.events with parameters of type EventModifier and TypeMethodDescriptionSets the event ID for the evaluation. -
Uses of Event in passport.domain.contexts.purchases.internal
Fields in passport.domain.contexts.purchases.internal declared as Event -
Uses of Event in passport.domain.contexts.user
Methods in passport.domain.contexts.user that return types with arguments of type Event -
Uses of Event in passport.infra.json
Methods in passport.infra.json that return types with arguments of type EventMethods in passport.infra.json with parameters of type Event -
Uses of Event in passport.infra.placeholders
Fields in passport.infra.placeholders with type parameters of type Event -
Uses of Event in passport.infra.placeholders.events
Methods in passport.infra.placeholders.events that return Event -
Uses of Event in passport.infra.virtual
Methods in passport.infra.virtual that return types with arguments of type EventModifier and TypeMethodDescriptionEventsInMemory.availableOn(LocalDate date) EventsInMemory.list()Methods in passport.infra.virtual with parameters of type EventModifier and TypeMethodDescriptionvoidvoidConstructor parameters in passport.infra.virtual with type arguments of type EventModifierConstructorDescriptionEventsInMemory(List<Event> eventsList) Constructs a new EventsInMemory with a list of events. -
Uses of Event in passport.roles.repositories
Methods in passport.roles.repositories that return types with arguments of type EventModifier 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.Methods in passport.roles.repositories with parameters of type Event