Class AbstractNotificationJob

java.lang.Object
de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable<CronJobModel>
de.hybris.platform.notificationservices.cronjob.AbstractNotificationJob
All Implemented Interfaces:
JobPerformable<CronJobModel>
Direct Known Subclasses:
AbstractCouponNotificationJob, AbstractStockLevelStatusJob

public abstract class AbstractNotificationJob extends AbstractJobPerformable<CronJobModel>
Abstract base class to provide the common properties for cron jobs.
  • Constructor Details

    • AbstractNotificationJob

      public AbstractNotificationJob()
  • Method Details

    • setTaskExecutor

      public void setTaskExecutor(org.springframework.core.task.TaskExecutor taskExecutor)
    • getTaskExecutor

      protected org.springframework.core.task.TaskExecutor getTaskExecutor()
    • getNotificationService

      protected NotificationService getNotificationService()
    • setNotificationService

      public void setNotificationService(NotificationService notificationService)
    • getSiteMessageService

      protected SiteMessageService getSiteMessageService()
    • setSiteMessageService

      public void setSiteMessageService(SiteMessageService siteMessageService)
    • getCommerceCommonI18NService

      protected CommerceCommonI18NService getCommerceCommonI18NService()
    • setCommerceCommonI18NService

      public void setCommerceCommonI18NService(CommerceCommonI18NService commerceCommonI18NService)