Class ChangelogDailyDigest

java.lang.Object
io.datarouter.changelog.service.ChangelogDailyDigest
All Implemented Interfaces:
io.datarouter.plugin.PluginConfigValue<io.datarouter.web.digest.DailyDigest>, io.datarouter.web.digest.DailyDigest

@Singleton public class ChangelogDailyDigest extends Object implements io.datarouter.web.digest.DailyDigest
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.datarouter.web.digest.DailyDigest

    io.datarouter.web.digest.DailyDigest.DailyDigestType
  • Field Summary

    Fields inherited from interface io.datarouter.web.digest.DailyDigest

    COMPARATOR, KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<j2html.tags.specialized.DivTag>
     
    io.datarouter.web.digest.DailyDigestGrouping
     
    Optional<j2html.tags.specialized.DivTag>
     
     
    io.datarouter.web.digest.DailyDigest.DailyDigestType
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.datarouter.web.digest.DailyDigest

    getId, getKey
  • Constructor Details

    • ChangelogDailyDigest

      public ChangelogDailyDigest()
  • Method Details

    • getPageContent

      public Optional<j2html.tags.specialized.DivTag> getPageContent(ZoneId zoneId)
      Specified by:
      getPageContent in interface io.datarouter.web.digest.DailyDigest
    • getEmailContent

      public Optional<j2html.tags.specialized.DivTag> getEmailContent(ZoneId zoneId)
      Specified by:
      getEmailContent in interface io.datarouter.web.digest.DailyDigest
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface io.datarouter.web.digest.DailyDigest
    • getGrouping

      public io.datarouter.web.digest.DailyDigestGrouping getGrouping()
      Specified by:
      getGrouping in interface io.datarouter.web.digest.DailyDigest
    • getType

      public io.datarouter.web.digest.DailyDigest.DailyDigestType getType()
      Specified by:
      getType in interface io.datarouter.web.digest.DailyDigest