arta.synergy.ejb.mbo.notes
Class NotesManager
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotesManager
public NotesManager()
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.