|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.core.utils.db.DaoNotes
public final class DaoNotes
A data access object for the notes.
| Nested Class Summary | |
|---|---|
static class |
DaoNotes.NoteType
A properties class for notes. |
| Method Summary | |
|---|---|
static DaoNotes |
getINSTANCE()
Return the unique instance of the class. |
Note |
getNote(DaoNotes.NoteType value)
Return the note with the specific value. |
Note[] |
getNotes()
Return all the notes of the dao. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DaoNotes getINSTANCE()
public Note[] getNotes()
public Note getNote(DaoNotes.NoteType value)
value - The value of the note we wan't
null if we doesn't it.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||