public class StorageServerConnectionDAODbFacadeImpl extends BaseDAODbFacade implements StorageServerConnectionDAO
StorageServerConnectionDAODbFacadeImpl provides an implementation of StorageServerConnectionDAO
based on code from DbFacade.dbFacade, dialect, jdbcTemplate, RETURN_VALUE_PARAMETER| Constructor and Description |
|---|
StorageServerConnectionDAODbFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
storage_server_connections |
get(String id)
Retrieves the connection with the specified id.
|
List<storage_server_connections> |
getAll()
Retrieves all connections.
|
List<storage_server_connections> |
getAllForConnection(storage_server_connections connection)
Retrieves all connections for the specified connection.
|
List<storage_server_connections> |
getAllForStorage(String storage)
Retrieves all connections for the specified storage.
|
List<storage_server_connections> |
getAllForStoragePool(Guid pool)
Retrieves all connections for the specified storage pool.
|
List<storage_server_connections> |
getAllForVolumeGroup(String group)
Retrieves all connections for the specified volume group.
|
storage_server_connections |
getForIqn(String iqn)
Retrieves the connection for the given iqn.
|
void |
remove(String id)
Removes the connection with the specified id.
|
void |
save(storage_server_connections connection)
Saves the specified connection.
|
void |
update(storage_server_connections connection)
Updates the specified connection.
|
getCallsHandler, getCustomMapSqlParameterSource, setDbFacade, setDialect, setTemplatepublic StorageServerConnectionDAODbFacadeImpl()
public storage_server_connections get(String id)
StorageServerConnectionDAOget in interface StorageServerConnectionDAOid - the connection idpublic storage_server_connections getForIqn(String iqn)
StorageServerConnectionDAOgetForIqn in interface StorageServerConnectionDAOiqn - the iqnpublic List<storage_server_connections> getAll()
StorageServerConnectionDAOgetAll in interface StorageServerConnectionDAOpublic List<storage_server_connections> getAllForStoragePool(Guid pool)
StorageServerConnectionDAOgetAllForStoragePool in interface StorageServerConnectionDAOpool - the storage poolpublic List<storage_server_connections> getAllForVolumeGroup(String group)
StorageServerConnectionDAOgetAllForVolumeGroup in interface StorageServerConnectionDAOgroup - the volume grouppublic List<storage_server_connections> getAllForStorage(String storage)
StorageServerConnectionDAOgetAllForStorage in interface StorageServerConnectionDAOstorage - the storagepublic List<storage_server_connections> getAllForConnection(storage_server_connections connection)
StorageServerConnectionDAOgetAllForConnection in interface StorageServerConnectionDAOconnection - the connectionpublic void save(storage_server_connections connection)
StorageServerConnectionDAOsave in interface StorageServerConnectionDAOconnection - the connectionpublic void update(storage_server_connections connection)
StorageServerConnectionDAOupdate in interface StorageServerConnectionDAOconnection - the connectionpublic void remove(String id)
StorageServerConnectionDAOremove in interface StorageServerConnectionDAOid - the connection idCopyright © 2012. All Rights Reserved.