|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tacos.demo.partial.NoteStore
public class NoteStore
Constructor Summary | |
---|---|
NoteStore()
|
Method Summary | |
---|---|
Note |
createNote()
Creates a note |
Collection |
getAllNotes()
List of all notes |
Note |
getNote(Long id)
Gets note |
void |
removeNote(Long id)
Removes note |
void |
storeNote(Note note)
Stores note |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoteStore()
Method Detail |
---|
public Collection getAllNotes()
public Note getNote(Long id)
id
-
public Note createNote()
public void storeNote(Note note)
note
- public void removeNote(Long id)
id
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |