Updates the passed Note in the database.
Syntax
void
updateNote
(
final Note
note
,
final long
callerId
) throws EntityMandatoryException
Parameters
-
note –
the note to update
-
callerId –
the caller id that is persisted as updater of this note.
Exceptions
-
EntityMandatoryException –
if the passed note or it's id are null
Usage
The note id must be provided.