public class InterfaceDAODbFacadeImpl extends BaseDAODbFacade implements InterfaceDAO
InterfaceDAODbFacadeImpl provides an implementation of InterfaceDAO.dbFacade, dialect, jdbcTemplate, RETURN_VALUE_PARAMETER| Constructor and Description |
|---|
InterfaceDAODbFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<VdsNetworkInterface> |
getAllInterfacesForVds(Guid id)
Retrieves all interfaces for the given VDS id.
|
void |
massUpdateStatisticsForVds(Collection<VdsNetworkStatistics> statistics)
Updates the given collection of vds network statistics using a more efficient method to update all of them at
once, rather than each at a time.
|
void |
removeInterfaceFromVds(Guid id)
Removes the VDS interface.
|
void |
removeStatisticsForVds(Guid id)
Removes the specified statistics.
|
void |
saveInterfaceForVds(VdsNetworkInterface stats)
Saves the specified VDS interface.
|
void |
saveStatisticsForVds(VdsNetworkStatistics stats)
Saves the specified statistics
|
void |
updateInterfaceForVds(VdsNetworkInterface stats)
Updates the specified VDS interface.
|
void |
updateStatisticsForVds(VdsNetworkStatistics stats)
Updates the statistics.
|
getCallsHandler, getCustomMapSqlParameterSource, setDbFacade, setDialect, setTemplatepublic void saveStatisticsForVds(VdsNetworkStatistics stats)
InterfaceDAOsaveStatisticsForVds in interface InterfaceDAOstats - the statisticspublic void saveInterfaceForVds(VdsNetworkInterface stats)
InterfaceDAOsaveInterfaceForVds in interface InterfaceDAOstats - the interfacepublic void updateStatisticsForVds(VdsNetworkStatistics stats)
InterfaceDAOupdateStatisticsForVds in interface InterfaceDAOstats - the statisticspublic void massUpdateStatisticsForVds(Collection<VdsNetworkStatistics> statistics)
InterfaceDAOmassUpdateStatisticsForVds in interface InterfaceDAOstatistics - The collection of statistics to update.public void updateInterfaceForVds(VdsNetworkInterface stats)
InterfaceDAOupdateInterfaceForVds in interface InterfaceDAOstats - the interfacepublic List<VdsNetworkInterface> getAllInterfacesForVds(Guid id)
InterfaceDAOgetAllInterfacesForVds in interface InterfaceDAOid - the VDS idpublic void removeStatisticsForVds(Guid id)
InterfaceDAOremoveStatisticsForVds in interface InterfaceDAOid - the statisticspublic void removeInterfaceFromVds(Guid id)
InterfaceDAOremoveInterfaceFromVds in interface InterfaceDAOid - the interfaceCopyright © 2012. All Rights Reserved.