Class AbandonedCartEmailJob

All Implemented Interfaces:
BusinessObject, BusinessProcessor, org.quartz.Job

@DisallowConcurrentExecution public class AbandonedCartEmailJob extends AbstractOrderEmailJob
Sends emails to customers who have incomplete orders.
Author:
jmcwill
  • Field Details

    • log

      static org.apache.commons.logging.Log log
    • emailsDaysThreshold

      protected int emailsDaysThreshold
    • ordersDaysThreshold

      protected int ordersDaysThreshold
    • abandonedCartLookbackHoursStart

      protected int abandonedCartLookbackHoursStart
    • abandonedCartLookbackHoursEnd

      protected int abandonedCartLookbackHoursEnd
    • startDate

      protected String startDate
    • endDate

      protected String endDate
    • ordersDate

      protected String ordersDate
    • emailsDate

      protected String emailsDate
  • Constructor Details

    • AbandonedCartEmailJob

      public AbandonedCartEmailJob()
  • Method Details