|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IssueHistoryDAO
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.itracker.persistence.dao.BaseDAO |
|---|
delete, detach, merge, refresh, save, saveOrUpdate |
| Method Detail |
|---|
IssueHistory findByPrimaryKey(Integer entryId)
entryId - system ID
List<IssueHistory> findByIssueId(Integer issueId)
issueId - system ID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||