public function addNote($noteText = false, $userId = false, $noteId = false) {
        if (!$noteText || empty($noteText)) {
            throw new Exception("No note text given"); 
        }