| Package | Description | 
|---|---|
| org.openmrs.api.db | 
 
OpenMRS database layer interfaces. 
 | 
| org.openmrs.api.db.hibernate | 
 Resources for Hibernate ORM. 
 | 
| org.openmrs.notification | |
| org.openmrs.notification.impl | 
| Modifier and Type | Method and Description | 
|---|---|
Note | 
NoteDAO.getNote(java.lang.Integer noteId)
Get note by internal identifier 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Note> | 
NoteDAO.getNotes()
Get all notes 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NoteDAO.createNote(Note note)
Creates a new note record 
 | 
void | 
NoteDAO.deleteNote(Note note)
TODO: Couldn't find a voidNote method Delete note from database. 
 | 
void | 
NoteDAO.updateNote(Note note)
Update note 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Note | 
HibernateNoteDAO.getNote(java.lang.Integer id)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Note> | 
HibernateNoteDAO.getNotes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HibernateNoteDAO.createNote(Note note)  | 
void | 
HibernateNoteDAO.deleteNote(Note note)  | 
void | 
HibernateNoteDAO.updateNote(Note note)  | 
| Modifier and Type | Method and Description | 
|---|---|
Note | 
NoteService.getNote(java.lang.Integer noteId)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Note> | 
NoteService.getNotes(User user)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NoteService.createNote(Note note)  | 
void | 
NoteService.updateNote(Note note)  | 
| Modifier and Type | Method and Description | 
|---|---|
Note | 
NoteServiceImpl.getNote(java.lang.Integer noteId)
Get note by internal identifier 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<Note> | 
NoteServiceImpl.getNotes()
Get all notes from the database. 
 | 
java.util.List<Note> | 
NoteServiceImpl.getNotes(User user)
Get notes by user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NoteServiceImpl.createNote(Note note)
Creates a new note. 
 | 
void | 
NoteServiceImpl.updateNote(Note note)
Update a note. 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.