org.itracker.persistence.dao
Interface NotificationDAO

All Superinterfaces:
BaseDAO<Notification>
All Known Implementing Classes:
NotificationDAOImpl

public interface NotificationDAO
extends BaseDAO<Notification>


Method Summary
 Notification findById(Integer id)
           
 List<Notification> findByIssueId(Integer issueId)
          Finds all Notifications for an Issue.
 
Methods inherited from interface org.itracker.persistence.dao.BaseDAO
delete, detach, merge, refresh, save, saveOrUpdate
 

Method Detail

findById

Notification findById(Integer id)

findByIssueId

List<Notification> findByIssueId(Integer issueId)
Finds all Notifications for an Issue.

Parameters:
issueId -
Returns:
list of notification for the given issue, in unspecified order


Copyright © 2002-2012 itracker. All Rights Reserved.