Package | Description |
---|---|
org.ovirt.engine.core.common.asynctasks | |
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
async_tasks |
AsyncTaskParameters.getDbAsyncTask() |
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncTaskParameters.setDbAsyncTask(async_tasks value) |
Constructor and Description |
---|
AsyncTaskParameters(AsyncTaskCreationInfo info,
async_tasks dbAsyncTask) |
Modifier and Type | Method and Description |
---|---|
async_tasks |
AsyncTaskDAO.get(Guid id)
Retrieves the task with the specified id.
|
async_tasks |
AsyncTaskDAODbFacadeImpl.get(Guid id) |
Modifier and Type | Method and Description |
---|---|
List<async_tasks> |
AsyncTaskDAO.getAll()
Retrieves all tasks.
|
List<async_tasks> |
AsyncTaskDAODbFacadeImpl.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
AsyncTaskDAO.save(async_tasks task)
Saves the specified task.
|
void |
AsyncTaskDAODbFacadeImpl.save(async_tasks task) |
void |
AsyncTaskDAO.update(async_tasks task)
Updates the specified task.
|
void |
AsyncTaskDAODbFacadeImpl.update(async_tasks task) |
Copyright © 2012. All Rights Reserved.