org.whatsitcalled.webflange.model
Interface LoadTestSummaryDAO
- All Known Implementing Classes:
- LoadTestSummaryDAOHibernate
public interface LoadTestSummaryDAO
getLoadTestSummaries
java.util.List getLoadTestSummaries(LoadTestRun run)
getLoadTestRunTotals
java.util.List getLoadTestRunTotals(LoadTest loadTest)
getLoadTestRunTotal
LoadTestSummary getLoadTestRunTotal(LoadTestRun run)
getLoadTestSummary
LoadTestSummary getLoadTestSummary(java.lang.Long id)
saveLoadTestSummary
void saveLoadTestSummary(LoadTestSummary summary)
removeLoadTestSummary
void removeLoadTestSummary(java.lang.Long id)
Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.