idi.diplom.linda.db.interfaces
Interface NoteDAO

All Superinterfaces:
GenericDAO<Note,java.lang.Long>
All Known Implementing Classes:
NoteDAOHibernate

public interface NoteDAO
extends GenericDAO<Note,java.lang.Long>


Method Summary
 java.util.List<Note> getAllNotes(Patient p)
          Gets all notes saved on specified patient
 
Methods inherited from interface idi.diplom.linda.db.interfaces.GenericDAO
findAll, findByExample, findById, makePersistent, makeTransient
 

Method Detail

getAllNotes

java.util.List<Note> getAllNotes(Patient p)
Gets all notes saved on specified patient

Parameters:
patient - to get notes from
Returns:
a list of all saved notes