|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadTestSummary | |
---|---|
org.whatsitcalled.webflange.model | |
org.whatsitcalled.webflange.webapp.model |
Uses of LoadTestSummary in org.whatsitcalled.webflange.model |
---|
Methods in org.whatsitcalled.webflange.model that return LoadTestSummary | |
---|---|
LoadTestSummary |
LoadTestSummaryDAOHibernate.getLoadTestRunTotal(LoadTestRun run)
|
LoadTestSummary |
LoadTestSummaryDAO.getLoadTestRunTotal(LoadTestRun run)
|
LoadTestSummary |
LoadTestSummaryDAOHibernate.getLoadTestSummary(java.lang.Long id)
|
LoadTestSummary |
LoadTestSummaryDAO.getLoadTestSummary(java.lang.Long id)
|
Methods in org.whatsitcalled.webflange.model that return types with arguments of type LoadTestSummary | |
---|---|
java.util.List<LoadTestSummary> |
LoadTestSummaryDAOHibernate.getLoadTestRunTotals(LoadTest loadTest)
|
java.util.Set<LoadTestSummary> |
LoadTestRun.getSummaries()
|
Methods in org.whatsitcalled.webflange.model with parameters of type LoadTestSummary | |
---|---|
void |
LoadTestSummaryDAOHibernate.saveLoadTestSummary(LoadTestSummary summary)
|
void |
LoadTestSummaryDAO.saveLoadTestSummary(LoadTestSummary summary)
|
Method parameters in org.whatsitcalled.webflange.model with type arguments of type LoadTestSummary | |
---|---|
void |
LoadTestRun.setSummaries(java.util.Set<LoadTestSummary> summaries)
|
Uses of LoadTestSummary in org.whatsitcalled.webflange.webapp.model |
---|
Constructors in org.whatsitcalled.webflange.webapp.model with parameters of type LoadTestSummary | |
---|---|
LoadTestSummaryDetachableModel(LoadTestSummary s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |