|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyedEntity | |
---|---|
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.link | UI for Links |
Uses of KeyedEntity in net.sf.borg.model |
---|
Methods in net.sf.borg.model that return types with arguments of type KeyedEntity | |
---|---|
Collection<KeyedEntity> |
TaskModel.search(SearchCriteria criteria)
|
Methods in net.sf.borg.model with parameters of type KeyedEntity | |
---|---|
void |
LinkModel.addLink(KeyedEntity<?> owner,
String pathIn,
LinkModel.LinkType linkType)
Adds a link. |
void |
LinkModel.deleteLinksFromEntity(KeyedEntity<?> owner)
Delete links for an owning entity |
void |
LinkModel.deleteLinksToEntity(KeyedEntity<?> target)
Delete links that target a given entity |
Collection<Link> |
LinkModel.getLinks(KeyedEntity<?> ownerbean)
Gets the links for an owning entity |
void |
LinkModel.moveLinks(KeyedEntity<?> oldOwner,
KeyedEntity<?> newOwner)
Move links from one object to another |
void |
LinkModel.moveLinks(KeyedEntity<?> oldOwner,
KeyedEntity<?> newOwner)
Move links from one object to another |
Uses of KeyedEntity in net.sf.borg.model.db |
---|
Classes in net.sf.borg.model.db with type parameters of type KeyedEntity | |
---|---|
interface |
EntityDB<T extends KeyedEntity<T>>
Interface for a class that provides basic ORM mapping for a KeyedEntity |
Uses of KeyedEntity in net.sf.borg.model.db.jdbc |
---|
Classes in net.sf.borg.model.db.jdbc with type parameters of type KeyedEntity | |
---|---|
(package private) class |
JdbcBeanDB<T extends KeyedEntity<T>>
abstract base class for all classes that manage reading/writing of KeyedEntities to and from a JDBC database. |
Uses of KeyedEntity in net.sf.borg.model.entity |
---|
Subclasses of KeyedEntity in net.sf.borg.model.entity | |
---|---|
class |
Address
The Address Entity |
class |
Appointment
The Appointment Entity |
class |
EncryptableEntity<T>
Abstract base class for entities that can have encrypted fields. |
class |
Link
Link entity. |
class |
Memo
Memo Entity. |
class |
Project
Project Entity - a project contains tasks and can have child projects |
class |
Subtask
Subtask entity |
class |
Task
The Task Entity |
class |
Tasklog
The Tasklog Entity |
Uses of KeyedEntity in net.sf.borg.model.undo |
---|
Classes in net.sf.borg.model.undo with type parameters of type KeyedEntity | |
---|---|
class |
UndoItem<T extends KeyedEntity<T>>
Abstract base class for holding a single item of work that can be undone. |
Fields in net.sf.borg.model.undo declared as KeyedEntity | |
---|---|
protected T |
UndoItem.item
the KeyedEntity that can be undone |
Uses of KeyedEntity in net.sf.borg.ui.link |
---|
Methods in net.sf.borg.ui.link with parameters of type KeyedEntity | |
---|---|
void |
LinkPanel.setOwner(KeyedEntity<?> owner)
set the owning entity of this panel |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |