src/main/kotlin/de/uapcore/lightpit/dao/DataAccessObject.kt

changeset 235
4258b9e010ae
parent 232
296e12ff8d1c
child 239
9365c7fb0240
equal deleted inserted replaced
234:d71bc6db42ef 235:4258b9e010ae
79 fun insertComment(issueComment: IssueComment): Int 79 fun insertComment(issueComment: IssueComment): Int
80 fun updateComment(issueComment: IssueComment) 80 fun updateComment(issueComment: IssueComment)
81 81
82 fun insertHistoryEvent(issue: Issue, newId: Int = 0) 82 fun insertHistoryEvent(issue: Issue, newId: Int = 0)
83 fun insertHistoryEvent(issueComment: IssueComment, newId: Int = 0) 83 fun insertHistoryEvent(issueComment: IssueComment, newId: Int = 0)
84
85 fun listIssueHistory(projectId: Int, days: Int): List<IssueHistoryEntry>
84 } 86 }

mercurial