public interface InfoListItemFinderService
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.infolist.InfoListItem |
findByCode(String code) |
org.squashtest.tm.domain.infolist.InfoListItem |
findById(Long id) |
org.squashtest.tm.domain.infolist.InfoListItem |
findDefaultRequirementCategory(long projectId) |
org.squashtest.tm.domain.infolist.InfoListItem |
findDefaultTestCaseNature(long projectId) |
org.squashtest.tm.domain.infolist.InfoListItem |
findDefaultTestCaseType(long projectId) |
org.squashtest.tm.domain.infolist.InfoListItem |
findReference(org.squashtest.tm.domain.infolist.ListItemReference reference) |
org.squashtest.tm.domain.infolist.SystemListItem |
getSystemRequirementCategory() |
org.squashtest.tm.domain.infolist.SystemListItem |
getSystemTestCaseNature() |
org.squashtest.tm.domain.infolist.SystemListItem |
getSystemTestCaseType() |
boolean |
isCategoryConsistent(long projectId,
String itemCode)
Tells whether the given item belongs to the categories assigned to this project
|
boolean |
isNatureConsistent(long projectId,
String itemCode)
Tells whether the given item belongs to the natures assigned to this project
|
boolean |
isTypeConsistent(long projectId,
String itemCode)
Tells whether the given item belongs to the types assigned to this project
|
org.squashtest.tm.domain.infolist.SystemListItem getSystemRequirementCategory()
org.squashtest.tm.domain.infolist.SystemListItem getSystemTestCaseNature()
org.squashtest.tm.domain.infolist.SystemListItem getSystemTestCaseType()
org.squashtest.tm.domain.infolist.InfoListItem findById(Long id)
org.squashtest.tm.domain.infolist.InfoListItem findByCode(String code)
org.squashtest.tm.domain.infolist.InfoListItem findReference(org.squashtest.tm.domain.infolist.ListItemReference reference)
org.squashtest.tm.domain.infolist.InfoListItem findDefaultRequirementCategory(long projectId)
org.squashtest.tm.domain.infolist.InfoListItem findDefaultTestCaseNature(long projectId)
org.squashtest.tm.domain.infolist.InfoListItem findDefaultTestCaseType(long projectId)
boolean isCategoryConsistent(long projectId,
String itemCode)
projectId - itemCode - boolean isNatureConsistent(long projectId,
String itemCode)
projectId - itemCode - boolean isTypeConsistent(long projectId,
String itemCode)
projectId - itemCode - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.