Class EventReminderNotificationPwaPlugin

java.lang.Object
org.exoplatform.agenda.notification.pwa.EventReminderNotificationPwaPlugin
All Implemented Interfaces:
io.meeds.pwa.plugin.PwaNotificationPlugin

public class EventReminderNotificationPwaPlugin extends Object implements io.meeds.pwa.plugin.PwaNotificationPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
    EventReminderNotificationPwaPlugin(org.exoplatform.services.resources.ResourceBundleService resourceBundleService, org.exoplatform.social.core.space.spi.SpaceService spaceService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.exoplatform.social.core.space.spi.SpaceService
     
    io.meeds.pwa.model.PwaNotificationMessage
    process(org.exoplatform.commons.api.notification.model.NotificationInfo notification, org.exoplatform.services.resources.LocaleConfig localeConfig)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.meeds.pwa.plugin.PwaNotificationPlugin

    getFullName, getIdentityManager, getSpaceName, handleAction, htmlToText
  • Constructor Details

    • EventReminderNotificationPwaPlugin

      public EventReminderNotificationPwaPlugin(org.exoplatform.services.resources.ResourceBundleService resourceBundleService, org.exoplatform.social.core.space.spi.SpaceService spaceService)
  • Method Details

    • getSpaceService

      public org.exoplatform.social.core.space.spi.SpaceService getSpaceService()
      Specified by:
      getSpaceService in interface io.meeds.pwa.plugin.PwaNotificationPlugin
    • getId

      public String getId()
      Specified by:
      getId in interface io.meeds.pwa.plugin.PwaNotificationPlugin
    • process

      public io.meeds.pwa.model.PwaNotificationMessage process(org.exoplatform.commons.api.notification.model.NotificationInfo notification, org.exoplatform.services.resources.LocaleConfig localeConfig)
      Specified by:
      process in interface io.meeds.pwa.plugin.PwaNotificationPlugin