BaseDAO<IssueHistory>IssueHistoryDAOImplpublic interface IssueHistoryDAO extends BaseDAO<IssueHistory>
| Modifier and Type | Method | Description |
|---|---|---|
List<IssueHistory> |
findByIssueId(Integer issueId) |
Finds all history entries for an Issue.
|
IssueHistory |
findByPrimaryKey(Integer entryId) |
Returns the issue history entry with the given primary key.
|
IssueHistory findByPrimaryKey(Integer entryId)
entryId - system IDList<IssueHistory> findByIssueId(Integer issueId)
issueId - system IDCopyright © 2002–2019 itracker. All rights reserved.