public interface CustomInfoListItemDao
| Modifier and Type | Method and Description |
|---|---|
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
|
boolean |
isUsed(long infoListItemId) |
void |
removeInfoListItem(long infoListItemId,
org.squashtest.tm.domain.infolist.InfoListItem defaultItem) |
void |
unbindFromLibraryObjects(long infoListId) |
boolean isCategoryConsistent(long projectId,
String itemCode)
boolean isNatureConsistent(long projectId,
String itemCode)
boolean isTypeConsistent(long projectId,
String itemCode)
void unbindFromLibraryObjects(long infoListId)
boolean isUsed(long infoListItemId)
void removeInfoListItem(long infoListItemId,
org.squashtest.tm.domain.infolist.InfoListItem defaultItem)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.