Uses of Interface
passport.roles.repositories.Events
Packages that use Events
Package
Description
-
Uses of Events in passport.application.desktop.system
Methods in passport.application.desktop.system that return EventsModifier and TypeMethodDescriptionInfra.events()
Returns the value of theevents
record component.Constructors in passport.application.desktop.system with parameters of type EventsModifierConstructorDescriptionInfra
(Users users, Events events, EmailService emailService, Session session) Creates an instance of aInfra
record class. -
Uses of Events in passport.domain.contexts.events
Constructors in passport.domain.contexts.events with parameters of type EventsModifierConstructorDescriptionAvailableEventsListing
(Events events) Constructor with the specified events repository.EventEvaluation
(Events events, LocalDate currentDay) Constructor with the specified events repository.EventRegistering
(Events repository) Constructor with the specified events repository. -
Uses of Events in passport.domain.contexts.purchases
Constructors in passport.domain.contexts.purchases with parameters of type EventsModifierConstructorDescriptionTicketBuying
(EmailService service, Events events, Users users, LocalDate currentDate) Constructor with specified email service.TicketBuying
(Events events, Users users, LocalDate currentDate) Constructor with default email service.TicketRefund
(EmailService service, Events events, Users users, LocalDate currentDay) Constructor with specified email service.TicketRefund
(Events events, Users users, LocalDate currentDay) Constructor with default email service. -
Uses of Events in passport.domain.contexts.user
Constructors in passport.domain.contexts.user with parameters of type EventsModifierConstructorDescriptionSubscribedEventsListing
(Events events) Private constructor for creating a SubscribedEventsListing context. -
Uses of Events in passport.infra.json
Classes in passport.infra.json that implement EventsModifier and TypeClassDescriptionclass
Implementation of the Events repository using JSON for persistence. -
Uses of Events in passport.infra.virtual
Classes in passport.infra.virtual that implement EventsModifier and TypeClassDescriptionclass
In-memory implementation of the Events repository.