public class NetworkClusterDAODbFacadeImpl extends BaseDAODbFacade implements NetworkClusterDAO
NetworkClusterDAODbFacadeImpl provides a concrete implementation of NetworkClusterDAO based on
code refactored from DbFacade.dbFacade, dialect, jdbcTemplate, RETURN_VALUE_PARAMETER| Constructor and Description |
|---|
NetworkClusterDAODbFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<network_cluster> |
getAll()
Retrieves all network clusters.
|
List<network_cluster> |
getAllForCluster(Guid clusterid)
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.
|
getCallsHandler, getCustomMapSqlParameterSource, setDbFacade, setDialect, setTemplatepublic List<network_cluster> getAll()
NetworkClusterDAOgetAll in interface NetworkClusterDAOpublic List<network_cluster> getAllForCluster(Guid clusterid)
NetworkClusterDAOgetAllForCluster in interface NetworkClusterDAOpublic List<network_cluster> getAllForNetwork(Guid network)
NetworkClusterDAOgetAllForNetwork in interface NetworkClusterDAOnetwork - the networkpublic void save(network_cluster cluster)
NetworkClusterDAOsave in interface NetworkClusterDAOcluster - the network clusterpublic void update(network_cluster cluster)
NetworkClusterDAOupdate in interface NetworkClusterDAOcluster - the network clusterpublic void updateStatus(network_cluster cluster)
NetworkClusterDAOupdateStatus in interface NetworkClusterDAOcluster - the network clusterpublic void remove(Guid clusterid, Guid networkid)
NetworkClusterDAOremove in interface NetworkClusterDAOclusterid - the clusternetworkid - the networkCopyright © 2012. All Rights Reserved.