Uses of Interface
passport.roles.EmailService
Packages that use EmailService
Package
Description
-
Uses of EmailService in passport.application.desktop.system
Methods in passport.application.desktop.system that return EmailServiceModifier and TypeMethodDescriptionInfra.emailService()
Returns the value of theemailService
record component.Constructors in passport.application.desktop.system with parameters of type EmailServiceModifierConstructorDescriptionInfra
(Users users, Events events, EmailService emailService, Session session) Creates an instance of aInfra
record class. -
Uses of EmailService in passport.domain.contexts.purchases
Constructors in passport.domain.contexts.purchases with parameters of type EmailServiceModifierConstructorDescriptionTicketBuying
(EmailService service, Events events, Users users, LocalDate currentDate) Constructor with specified email service.TicketRefund
(EmailService service, Events events, Users users, LocalDate currentDay) Constructor with specified email service. -
Uses of EmailService in passport.infra
Classes in passport.infra that implement EmailServiceModifier and TypeClassDescriptionclass
A mock implementation of the EmailService interface used for testing purposes.