Class ViewChangelogService

java.lang.Object
io.datarouter.changelog.service.ViewChangelogService

@Singleton
public class ViewChangelogService
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ViewChangelogService()  
  • Method Summary

    Modifier and Type Method Description
    j2html.tags.ContainerTag buildTable​(java.util.List<Changelog> rows, java.time.ZoneId zoneId)  
    j2html.tags.DomContent makeCommentModal​(java.lang.String id, java.lang.String comment)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • buildTable

      public j2html.tags.ContainerTag buildTable​(java.util.List<Changelog> rows, java.time.ZoneId zoneId)
    • makeCommentModal

      public j2html.tags.DomContent makeCommentModal​(java.lang.String id, java.lang.String comment)