public interface VdsSpmIdMapDAO extends GenericDao<vds_spm_id_map,Guid>
VdsSpmIdMapDAO
defines a type that performs CRUD operations on instances of vds_spm_iso_map
.Modifier and Type | Method and Description |
---|---|
vds_spm_id_map |
get(Guid storagePoolId,
int spmId)
Gets the map for a given storage pool and vds id
|
List<vds_spm_id_map> |
getAll(Guid storagePoolId)
Gets all maps for a given storage pool.
|
remove, save, update
vds_spm_id_map get(Guid storagePoolId, int spmId)
storagePoolId
- storage pool idspmId
- vds spm idList<vds_spm_id_map> getAll(Guid storagePoolId)
storagePoolId
- storage pool id.Copyright © 2012. All Rights Reserved.