|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NoteDao
The data access interface for NOte objects.
| Method Summary | |
|---|---|
void |
deleteNote(Note note)
Deletes a note from the DB. |
List<Note> |
findByremoteObjectId(String id)
Retrieves a list of notes (by class type) associated with a given object. |
Note |
getNoteByNoteId(Long noteId)
Retrieve note by a given noteIdentifier |
void |
save(Note note)
Saves a note to the DB. |
| Method Detail |
|---|
void save(Note note)
line - void deleteNote(Note note)
line - List<Note> findByremoteObjectId(String id)
clazz - id -
Note getNoteByNoteId(Long noteId)
noteId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||