public interface TestCaseAdvancedSearchService extends AdvancedSearchService
| Modifier and Type | Method and Description |
|---|---|
List<String> |
findAllUsersWhoCreatedTestCases() |
List<String> |
findAllUsersWhoModifiedTestCases() |
List<org.squashtest.tm.domain.testcase.TestCase> |
searchForTestCases(org.squashtest.tm.domain.search.AdvancedSearchModel model,
Locale locale) |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.testcase.TestCase>> |
searchForTestCases(org.squashtest.tm.domain.search.AdvancedSearchModel model,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
Locale locale) |
List<org.squashtest.tm.domain.testcase.TestCase> |
searchForTestCasesThroughRequirementModel(org.squashtest.tm.domain.search.AdvancedSearchModel model,
Locale locale) |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.testcase.TestCase>> |
searchForTestCasesThroughRequirementModel(org.squashtest.tm.domain.search.AdvancedSearchModel model,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
Locale locale) |
findAllQueryableCustomFieldsByBoundEntityTypeorg.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.testcase.TestCase>> searchForTestCases(org.squashtest.tm.domain.search.AdvancedSearchModel model, org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting, Locale locale)
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.testcase.TestCase>> searchForTestCasesThroughRequirementModel(org.squashtest.tm.domain.search.AdvancedSearchModel model, org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting, Locale locale)
List<org.squashtest.tm.domain.testcase.TestCase> searchForTestCases(org.squashtest.tm.domain.search.AdvancedSearchModel model, Locale locale)
List<org.squashtest.tm.domain.testcase.TestCase> searchForTestCasesThroughRequirementModel(org.squashtest.tm.domain.search.AdvancedSearchModel model, Locale locale)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.