BaseDAO<Notification>
NotificationDAOImpl
public interface NotificationDAO extends BaseDAO<Notification>
Modifier and Type | Method | Description |
---|---|---|
Notification |
findById(Integer id) |
|
List<Notification> |
findByIssueId(Integer issueId) |
Finds all Notifications for an Issue.
|
Notification findById(Integer id)
List<Notification> findByIssueId(Integer issueId)
Copyright © 2002–2019 itracker. All rights reserved.