Class HvlNotificationMailSenderServiceImpl

java.lang.Object
tr.com.havelsan.javarch.notification.mailsender.provider.api.HvlNotificationMailSenderServiceImpl
All Implemented Interfaces:
HvlNotificationMailSenderService

@Service @Transactional(readOnly=true) public class HvlNotificationMailSenderServiceImpl extends Object implements HvlNotificationMailSenderService
The class which implements HvlNotificationMailSenderService
  • Constructor Details

    • HvlNotificationMailSenderServiceImpl

      public HvlNotificationMailSenderServiceImpl(HvlNotificationTemplateService notificationTemplateService, tr.com.havelsan.javarch.mail.support.service.HvlHtmlMailService htmlMailService, tr.com.havelsan.javarch.mail.support.service.HvlMimeHtmlMailService mimeHtmlMailService, tr.com.havelsan.javarch.mail.support.service.HvlCalendarMailService calendarMailService, HvlNotificationMailProperties notificationMailProperties)
      Instantiates a new HvlNotificationMailService.
      Parameters:
      notificationTemplateService - the notification template service
      htmlMailService - the html mail service
      mimeHtmlMailService - the mime html mail service
      calendarMailService - the calendar mail service
      notificationMailProperties - the notification mail properties
  • Method Details