public interface StoragePoolIsoMapDAO extends GenericDao<storage_pool_iso_map,StoragePoolIsoMapId>, StatusAwareDao<StoragePoolIsoMapId,StorageDomainStatus>
Modifier and Type | Method and Description |
---|---|
List<storage_pool_iso_map> |
getAllForStorage(Guid storageId)
Gets all maps for a given storage ID
|
List<storage_pool_iso_map> |
getAllForStoragePool(Guid storagePoolId)
Gets all maps for a given storage pool ID
|
remove, save, update
updateStatus
List<storage_pool_iso_map> getAllForStoragePool(Guid storagePoolId)
storagePoolId
- storage pool ID for which the maps will be returnedList<storage_pool_iso_map> getAllForStorage(Guid storageId)
storageId
- storage ID to return all the maps forCopyright © 2012. All Rights Reserved.