Uses of Class
idi.diplom.linda.model.Note

Packages that use Note
idi.diplom.linda.db.implementation   
idi.diplom.linda.db.interfaces   
idi.diplom.linda.logic   
idi.diplom.linda.webservice   
 

Uses of Note in idi.diplom.linda.db.implementation
 

Methods in idi.diplom.linda.db.implementation that return types with arguments of type Note
 java.util.List<Note> NoteDAOHibernate.getAllNotes(Patient p)
           
 

Uses of Note in idi.diplom.linda.db.interfaces
 

Methods in idi.diplom.linda.db.interfaces that return types with arguments of type Note
 java.util.List<Note> NoteDAO.getAllNotes(Patient p)
          Gets all notes saved on specified patient
 

Uses of Note in idi.diplom.linda.logic
 

Methods in idi.diplom.linda.logic that return Note
 Note[] NoteLogic.getAllNotes(Patient p)
          Receives all notes saved on the specified patient
 Note[] NoteLogic.getNotes(Patient p, java.util.Date fromDate, java.util.Date toDate)
           
 

Methods in idi.diplom.linda.logic with parameters of type Note
 void NoteLogic.saveNote(Note n)
          Saves the note in database
 

Uses of Note in idi.diplom.linda.webservice
 

Methods in idi.diplom.linda.webservice that return Note
 Note[] LifeShirtWebService.getAllNotes(Patient p)
          Receives all notes saved on specified patient
 

Methods in idi.diplom.linda.webservice with parameters of type Note
 void LifeShirtWebService.saveNote(Note n)
          Saves a note to the database