public class ExecutionProgressQueryAdapter extends LegacyQueryAdapter<HibernateExecutionProgressQuery>
| Constructor and Description |
|---|
ExecutionProgressQueryAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.inject.Provider<HibernateExecutionProgressQuery> |
getLegacyQueryProvider() |
protected boolean |
isStandardCriteria(String criterionName)
Should return true if criteria is standard, meaning it will be passed as is to the legacy query.
|
protected void |
processNonStandardCriteria(Map<String,org.squashtest.tm.api.report.criteria.Criteria> criteria,
HibernateReportQuery legacyQuery)
Should add any non standard criteria to the legacy query.
|
executeQueryprotected void processNonStandardCriteria(Map<String,org.squashtest.tm.api.report.criteria.Criteria> criteria, HibernateReportQuery legacyQuery)
LegacyQueryAdapterprocessNonStandardCriteria in class LegacyQueryAdapter<HibernateExecutionProgressQuery>LegacyQueryAdapter.processStandardCriteria(Map, HibernateReportQuery)protected boolean isStandardCriteria(String criterionName)
LegacyQueryAdapterisStandardCriteria in class LegacyQueryAdapter<HibernateExecutionProgressQuery>criterionName - protected javax.inject.Provider<HibernateExecutionProgressQuery> getLegacyQueryProvider()
getLegacyQueryProvider in class LegacyQueryAdapter<HibernateExecutionProgressQuery>Copyright © 2010–2017 Henix, henix.fr. All rights reserved.