public interface NetworkDAO extends GenericDao<network,Guid>
NetworkDAO
defines a type for performing CRUD operations on instances of network
.Modifier and Type | Method and Description |
---|---|
List<network> |
getAllForCluster(Guid id)
Retrieves all networks for the given cluster.
|
List<network> |
getAllForDataCenter(Guid id)
Retrieves all networks for the given data center.
|
network |
getByName(String name)
Retrieves the network with the specified name.
|
remove, save, update
network getByName(String name)
name
- the network nameList<network> getAllForDataCenter(Guid id)
id
- the data centerCopyright © 2012. All Rights Reserved.