net.sf.tacos.demo.partial
Class NoteStore
java.lang.Object
net.sf.tacos.demo.partial.NoteStore
- All Implemented Interfaces:
- Serializable
- public class NoteStore
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoteStore
public NoteStore()
getAllNotes
public Collection getAllNotes()
getNote
public Note getNote(Long id)
createNote
public Note createNote()
storeNote
public void storeNote(Note note)
removeNote
public void removeNote(Long id)