public interface InfoListItemManagerService extends InfoListItemFinderService
| Modifier and Type | Method and Description |
|---|---|
void |
addInfoListItem(long infoListId,
org.squashtest.tm.domain.infolist.InfoListItem item) |
void |
changeCode(long infoListItemId,
String newCode) |
void |
changeDefault(long infoListItemId) |
void |
changeIcon(long infoListItemId,
String icon) |
void |
changeLabel(long infoListItemId,
String newLabel) |
boolean |
isUsed(long infoListItemId) |
void |
removeInfoListItem(long infoListItemId,
long infoListId) |
findByCode, findById, findDefaultRequirementCategory, findDefaultTestCaseNature, findDefaultTestCaseType, findReference, getSystemRequirementCategory, getSystemTestCaseNature, getSystemTestCaseType, isCategoryConsistent, isNatureConsistent, isTypeConsistentvoid changeCode(long infoListItemId,
String newCode)
void changeLabel(long infoListItemId,
String newLabel)
void changeDefault(long infoListItemId)
void changeIcon(long infoListItemId,
String icon)
void addInfoListItem(long infoListId,
org.squashtest.tm.domain.infolist.InfoListItem item)
boolean isUsed(long infoListItemId)
void removeInfoListItem(long infoListItemId,
long infoListId)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.