|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Memo | |
---|---|
net.sf.borg.model | The Model package and its sub-packages provide the data model layer for borg |
net.sf.borg.model.db | Package db contains interfaces that provide an implementation independent view of the low level ORM layer. |
net.sf.borg.model.db.jdbc | Package jdbc contains all classes that deal directly with JDBC, including classes that read/write entities and classes that manage JDBC URLs and Connections |
net.sf.borg.model.entity | Contains the data objects managed by the data model |
net.sf.borg.model.undo | Contains classes that implement the undo feature |
net.sf.borg.ui | The UI package and its sub-packages provide the BORG Swing UI. |
Uses of Memo in net.sf.borg.model |
---|
Methods in net.sf.borg.model that return Memo | |
---|---|
Memo |
MemoModel.getMemo(String name)
Gets a memo by name. |
Methods in net.sf.borg.model that return types with arguments of type Memo | |
---|---|
Collection<Memo> |
MemoModel.getMemos()
Gets all memos. |
Collection<Memo> |
MemoModel.search(SearchCriteria criteria)
|
Methods in net.sf.borg.model with parameters of type Memo | |
---|---|
void |
MemoModel.saveMemo(Memo memo)
Save a memo. |
void |
MemoModel.saveMemo(Memo memo,
boolean undo)
Save a memo. |
Uses of Memo in net.sf.borg.model.db |
---|
Methods in net.sf.borg.model.db that return Memo | |
---|---|
Memo |
MemoDB.readMemo(String name)
Read a memo by name |
Methods in net.sf.borg.model.db that return types with arguments of type Memo | |
---|---|
Collection<Memo> |
MemoDB.readAll()
Read all memos from the db |
Methods in net.sf.borg.model.db with parameters of type Memo | |
---|---|
void |
MemoDB.addMemo(Memo m)
Adds a memo to the database. |
void |
MemoDB.updateMemo(Memo m)
Update a memo in the db. |
Uses of Memo in net.sf.borg.model.db.jdbc |
---|
Methods in net.sf.borg.model.db.jdbc that return Memo | |
---|---|
Memo |
MemoJdbcDB.readMemo(String name)
|
Methods in net.sf.borg.model.db.jdbc that return types with arguments of type Memo | |
---|---|
Collection<Memo> |
MemoJdbcDB.readAll()
|
Methods in net.sf.borg.model.db.jdbc with parameters of type Memo | |
---|---|
void |
MemoJdbcDB.addMemo(Memo m)
|
void |
MemoJdbcDB.updateMemo(Memo m)
|
Uses of Memo in net.sf.borg.model.entity |
---|
Methods in net.sf.borg.model.entity that return Memo | |
---|---|
protected Memo |
Memo.clone()
|
Uses of Memo in net.sf.borg.model.undo |
---|
Methods in net.sf.borg.model.undo with parameters of type Memo | |
---|---|
static MemoUndoItem |
MemoUndoItem.recordAdd(Memo memo)
Record a memo add. |
static MemoUndoItem |
MemoUndoItem.recordDelete(Memo memo)
Record a memo delete. |
static MemoUndoItem |
MemoUndoItem.recordUpdate(Memo memo)
Record a memo update. |
Uses of Memo in net.sf.borg.ui |
---|
Methods in net.sf.borg.ui that return Memo | |
---|---|
static Memo |
EntitySelector.selectMemo()
Prompt the user to select a memo. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |