Package io.datarouter.changelog.service
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.ContainerTagbuildTable(java.util.List<Changelog> rows, java.time.ZoneId zoneId)j2html.tags.DomContentmakeCommentModal(java.lang.String id, java.lang.String comment)
-
Constructor Details
-
ViewChangelogService
public ViewChangelogService()
-
-
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)
-