|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Link | |
---|---|
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.ui.link | UI for Links |
Uses of Link in net.sf.borg.model |
---|
Methods in net.sf.borg.model that return Link | |
---|---|
Link |
LinkModel.getLink(int key)
Gets a link. |
Link |
LinkModel.newLink()
return a new link object |
Methods in net.sf.borg.model that return types with arguments of type Link | |
---|---|
EntityDB<Link> |
LinkModel.getDB()
Gets the dB. |
Collection<Link> |
LinkModel.getLinks()
Gets all links. |
Collection<Link> |
LinkModel.getLinks(KeyedEntity<?> ownerbean)
Gets the links for an owning entity |
Methods in net.sf.borg.model with parameters of type Link | |
---|---|
void |
LinkModel.delete(Link l)
Delete a link |
void |
LinkModel.saveLink(Link link)
Save a link. |
Uses of Link in net.sf.borg.model.db |
---|
Methods in net.sf.borg.model.db that return types with arguments of type Link | |
---|---|
Collection<Link> |
LinkDB.getLinks(int ownerkey,
String ownertype)
Gets all links for a given Entity. |
Uses of Link in net.sf.borg.model.db.jdbc |
---|
Methods in net.sf.borg.model.db.jdbc that return Link | |
---|---|
(package private) Link |
LinkJdbcDB.createFrom(ResultSet r)
|
Link |
LinkJdbcDB.newObj()
|
Methods in net.sf.borg.model.db.jdbc that return types with arguments of type Link | |
---|---|
Collection<Link> |
LinkJdbcDB.getLinks(int ownerkey,
String ownertype)
|
Methods in net.sf.borg.model.db.jdbc with parameters of type Link | |
---|---|
void |
LinkJdbcDB.addObj(Link att)
|
void |
LinkJdbcDB.updateObj(Link att)
|
Uses of Link in net.sf.borg.model.entity |
---|
Methods in net.sf.borg.model.entity that return Link | |
---|---|
protected Link |
Link.clone()
|
Uses of Link in net.sf.borg.ui.link |
---|
Methods in net.sf.borg.ui.link with parameters of type Link | |
---|---|
static String |
LinkPanel.getName(Link at)
Provide a human readable name for a link |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |