Package | Description |
---|---|
org.ovirt.engine.core.common.action | |
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
VdcOption |
SetConfigurationValueParametes.getOption() |
Constructor and Description |
---|
SetConfigurationValueParametes(VdcOption option) |
Modifier and Type | Method and Description |
---|---|
VdcOption |
VdcOptionDAO.get(int id)
Retrieves the option with the specified id.
|
VdcOption |
VdcOptionDAODbFacadeImpl.get(int id) |
VdcOption |
VdcOptionDAO.getByNameAndVersion(String name,
String version)
Retrieves the option with the specified name.
|
VdcOption |
VdcOptionDAODbFacadeImpl.getByNameAndVersion(String name,
String version) |
Modifier and Type | Method and Description |
---|---|
List<VdcOption> |
VdcOptionDAO.getAll()
Retrieves all options.
|
List<VdcOption> |
VdcOptionDAODbFacadeImpl.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
VdcOptionDAO.save(VdcOption option)
Saves the supplied option.
|
void |
VdcOptionDAODbFacadeImpl.save(VdcOption option) |
void |
VdcOptionDAO.update(VdcOption option)
Updates the specified option.
|
void |
VdcOptionDAODbFacadeImpl.update(VdcOption option) |
Copyright © 2012. All Rights Reserved.