arta.synergy.ejb.mbo.notes
Class NotesManager

java.lang.Object
  extended by arta.synergy.ejb.mbo.notes.NotesManager

public class NotesManager
extends java.lang.Object

Created by IntelliJ IDEA. User: topa Date: 17.01.2012 Time: 10:57:38 To change this template use File | Settings | File Templates.


Constructor Summary
NotesManager()
           
 
Method Summary
 ServerResult<Note> createNote(Note note, java.lang.String userID)
           
 ServerResult<java.lang.Boolean> deleteNote(java.lang.String noteID)
           
 ServerResult<Note> getNote(java.lang.String noteID)
           
 java.util.ArrayList<Note> getNotes(java.lang.String userID)
           
 ServerResult<Note> saveNote(Note note)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotesManager

public NotesManager()
Method Detail

createNote

public ServerResult<Note> createNote(Note note,
                                     java.lang.String userID)
                              throws java.lang.Exception
Throws:
java.lang.Exception

saveNote

public ServerResult<Note> saveNote(Note note)
                            throws java.lang.Exception
Throws:
java.lang.Exception

deleteNote

public ServerResult<java.lang.Boolean> deleteNote(java.lang.String noteID)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

getNote

public ServerResult<Note> getNote(java.lang.String noteID)
                           throws java.lang.Exception
Throws:
java.lang.Exception

getNotes

public java.util.ArrayList<Note> getNotes(java.lang.String userID)


Copyright © 2000 Dummy Corp. All Rights Reserved.