public interface NetworkClusterDAO extends DAO
NetworkClusterDAO
defines a type for performing CRUD operations on instances of network_cluster
.Modifier and Type | Method and Description |
---|---|
List<network_cluster> |
getAll()
Retrieves all network clusters.
|
List<network_cluster> |
getAllForCluster(Guid cluster)
Retrieves all network clusters for the specified cluster.
|
List<network_cluster> |
getAllForNetwork(Guid network)
Retrieves all network clusters for the specified network.
|
void |
remove(Guid clusterid,
Guid networkid)
Removes the specified network from the specified cluster.
|
void |
save(network_cluster cluster)
Saves the new network cluster.
|
void |
update(network_cluster cluster)
Updates the network cluster.
|
void |
updateStatus(network_cluster cluster)
Updates the network cluster status.
|
List<network_cluster> getAll()
List<network_cluster> getAllForCluster(Guid cluster)
the
- network clusterList<network_cluster> getAllForNetwork(Guid network)
network
- the networkvoid save(network_cluster cluster)
cluster
- the network clustervoid update(network_cluster cluster)
cluster
- the network clustervoid updateStatus(network_cluster cluster)
cluster
- the network clusterCopyright © 2012. All Rights Reserved.