Class PaymentsReminderServiceImpl

java.lang.Object
com.avoka.fc.core.service.BaseService
com.avoka.fc.core.service.CayenneService
com.avoka.fc.core.service.impl.PaymentsReminderServiceImpl
All Implemented Interfaces:
IPaymentsReminderService

public class PaymentsReminderServiceImpl extends CayenneService implements IPaymentsReminderService
Provides an implementation class for log purge services.
  • Constructor Details

    • PaymentsReminderServiceImpl

      public PaymentsReminderServiceImpl()
  • Method Details

    • getEmailSender

      public String getEmailSender()
      Returns the email sender.
      Returns:
      the email sender
    • setEmailSender

      public void setEmailSender(String emailSender)
      Sets the email sender.
      Parameters:
      emailSender - the new email sender
    • getBody

      public String getBody()
      Returns the body.
      Returns:
      the body
    • setBody

      public void setBody(String body)
      Sets the body.
      Parameters:
      body - the new body
    • getSubject

      public String getSubject()
      Returns the subject.
      Returns:
      the subject
    • setSubject

      public void setSubject(String subject)
      Sets the subject.
      Parameters:
      subject - the new subject
    • getReminderAgeHours

      public int getReminderAgeHours()
      Returns the reminder age in hours.
      Returns:
      the reminder age in hours
    • setReminderAgeHours

      public void setReminderAgeHours(int reminderAgeHours)
      Sets the reminder age in hours.
      Parameters:
      reminderAgeHours - the new reminder age in hours
    • sendPaymentReminderViaEmail

      public void sendPaymentReminderViaEmail()
      Send an payment reminder email.
      Specified by:
      sendPaymentReminderViaEmail in interface IPaymentsReminderService
      See Also: