arta.synergy.ejb.mbo.notes
Class Notes

java.lang.Object
  extended by arta.synergy.ejb.mbo.notes.Notes
All Implemented Interfaces:
arta.synergy.common.notes.NotesIF

public class Notes
extends java.lang.Object
implements arta.synergy.common.notes.NotesIF

Created by IntelliJ IDEA. User: topa Date: 18.01.2012 Time: 10:41:14 To change this template use File | Settings | File Templates.


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

Constructor Detail

Notes

public Notes()
Method Detail

getNote

public ServerResult<Note> getNote(java.lang.String noteID,
                                  java.lang.String locale)
                           throws java.lang.Exception
Specified by:
getNote in interface arta.synergy.common.notes.NotesIF
Throws:
java.lang.Exception

deleteNote

public ServerResult<java.lang.Boolean> deleteNote(java.lang.String noteID,
                                                  java.lang.String locale)
                                           throws java.lang.Exception
Specified by:
deleteNote in interface arta.synergy.common.notes.NotesIF
Throws:
java.lang.Exception

createNote

public ServerResult<Note> createNote(Note note,
                                     java.lang.String userID,
                                     java.lang.String locale)
                              throws java.lang.Exception
Specified by:
createNote in interface arta.synergy.common.notes.NotesIF
Throws:
java.lang.Exception

saveNote

public ServerResult<Note> saveNote(Note note,
                                   java.lang.String userID,
                                   java.lang.String locale)
                            throws java.lang.Exception
Specified by:
saveNote in interface arta.synergy.common.notes.NotesIF
Throws:
java.lang.Exception

getNotes

public java.util.ArrayList getNotes(java.lang.String userID,
                                    java.lang.String locale)
                             throws java.lang.Exception
Specified by:
getNotes in interface arta.synergy.common.notes.NotesIF
Throws:
java.lang.Exception


Copyright © 2000 Dummy Corp. All Rights Reserved.