@Transactional(readOnly=true) public interface TestCaseFinder extends CustomTestCaseFinder
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.testcase.TestCase> |
findAllByIds(Collection<Long> ids)
Fetches all the test cases matching the given list of ids.
|
org.squashtest.tm.domain.testcase.TestCase |
findById(long testCaseId) |
findAllByAncestorIds, findAllCallingTestCases, findAllCallingTestSteps, findAllMilestones, findCallingTCids, findCallingTestCases, findCallingTestSteps, findImpTCWithImpAuto, findStepsByTestCaseId, findStepsByTestCaseIdFiltered, findTestCaseFromStep, findTestCaseWithSteps@PostAuthorize(value="hasPermission(returnObject , \'READ\') or hasRole(\'ROLE_ADMIN\')") org.squashtest.tm.domain.testcase.TestCase findById(long testCaseId)
@PostFilter(value="hasPermission(filterObject , \'READ\') or hasRole(\'ROLE_ADMIN\')") List<org.squashtest.tm.domain.testcase.TestCase> findAllByIds(@NotNull Collection<Long> ids)
ids - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.