|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IssueActivityDAO
| Method Summary | |
|---|---|
IssueActivity |
findById(Integer activityId)
Finds the activity with the given ID. |
List<IssueActivity> |
findByIssueId(Integer issueId)
Finds all activities of a given Issue. |
List<IssueActivity> |
findByIssueIdAndNotification(Integer issueId,
boolean notificationSent)
Finds all activities for an Issue with the given notification status. |
| Methods inherited from interface org.itracker.persistence.dao.BaseDAO |
|---|
delete, detach, merge, refresh, save, saveOrUpdate |
| Method Detail |
|---|
IssueActivity findById(Integer activityId)
activityId - system ID of the activity to return
List<IssueActivity> findByIssueId(Integer issueId)
issueId - system ID of the issue of which to retrieve activities
List<IssueActivity> findByIssueIdAndNotification(Integer issueId,
boolean notificationSent)
issueId - system ID of the issue of which to retrieve activitiesnotificationSent - whether to return activities for which
a notification has been sent or not
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||