|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tasklog | |
---|---|
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 |
Uses of Tasklog in net.sf.borg.model |
---|
Methods in net.sf.borg.model that return types with arguments of type Tasklog | |
---|---|
Collection<Tasklog> |
TaskModel.getLogs()
Get all task logs. |
Collection<Tasklog> |
TaskModel.getLogs(int taskid)
Get all task logs for a task. |
Uses of Tasklog in net.sf.borg.model.db |
---|
Methods in net.sf.borg.model.db that return types with arguments of type Tasklog | |
---|---|
Collection<Tasklog> |
TaskDB.getLogs()
Gets all task logs in the db. |
Collection<Tasklog> |
TaskDB.getLogs(int taskid)
Gets all task logs for a given task. |
Methods in net.sf.borg.model.db with parameters of type Tasklog | |
---|---|
void |
TaskDB.saveLog(Tasklog tlog)
Save a task log in the db. |
Uses of Tasklog in net.sf.borg.model.db.jdbc |
---|
Methods in net.sf.borg.model.db.jdbc that return types with arguments of type Tasklog | |
---|---|
Collection<Tasklog> |
TaskJdbcDB.getLogs()
|
Collection<Tasklog> |
TaskJdbcDB.getLogs(int taskid)
|
Methods in net.sf.borg.model.db.jdbc with parameters of type Tasklog | |
---|---|
void |
TaskJdbcDB.saveLog(Tasklog tlog)
|
Uses of Tasklog in net.sf.borg.model.entity |
---|
Methods in net.sf.borg.model.entity that return Tasklog | |
---|---|
protected Tasklog |
Tasklog.clone()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |