Uses of Interface
passport.roles.repositories.Events
Package
Description
-
Uses of Events in passport.application.desktop.system
Modifier and TypeMethodDescriptionInfra.events()
Returns the value of theevents
record component.ModifierConstructorDescriptionInfra
(Users users, Events events, EmailService emailService, Session session) Creates an instance of aInfra
record class. -
Uses of Events in passport.domain.contexts.events
ModifierConstructorDescriptionAvailableEventsListing
(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
ModifierConstructorDescriptionTicketBuying
(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
ModifierConstructorDescriptionSubscribedEventsListing
(Events events) Private constructor for creating a SubscribedEventsListing context. -
Uses of Events in passport.infra.json
Modifier and TypeClassDescriptionclass
Implementation of the Events repository using JSON for persistence. -
Uses of Events in passport.infra.virtual
Modifier and TypeClassDescriptionclass
In-memory implementation of the Events repository.