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 theemailServicerecord component.Constructors in passport.application.desktop.system with parameters of type EmailServiceModifierConstructorDescriptionInfra(Users users, Events events, EmailService emailService, Session session) Creates an instance of aInfrarecord 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 TypeClassDescriptionclassA mock implementation of the EmailService interface used for testing purposes.