net.sf.tacos.demo.partial
Class NoteStore

java.lang.Object
  extended bynet.sf.tacos.demo.partial.NoteStore
All Implemented Interfaces:
Serializable

public class NoteStore
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NoteStore()
           
 
Method Summary
 Note createNote()
           
 Collection getAllNotes()
           
 Note getNote(Long id)
           
 void removeNote(Long id)
           
 void storeNote(Note note)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteStore

public NoteStore()
Method Detail

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)