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 java.lang.StringbuildEditHref(Changelog log)j2html.tags.ContainerTagbuildTable(java.util.List<Changelog> rows, java.time.ZoneId zoneId)java.lang.StringbuildViewExactHref(Changelog log)j2html.tags.DomContentmakeModal(java.lang.String id, java.lang.String comment, java.lang.String type)
-
Constructor Details
-
ViewChangelogService
public ViewChangelogService()
-
-
Method Details
-
buildTable
public j2html.tags.ContainerTag buildTable(java.util.List<Changelog> rows, java.time.ZoneId zoneId) -
makeModal
public j2html.tags.DomContent makeModal(java.lang.String id, java.lang.String comment, java.lang.String type) -
buildViewExactHref
-
buildEditHref
-