public class InfoListItemDaoImpl extends Object implements CustomInfoListItemDao
| Constructor and Description |
|---|
InfoListItemDaoImpl() |
| 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) |
public boolean isCategoryConsistent(long projectId,
String itemCode)
CustomInfoListItemDaoisCategoryConsistent in interface CustomInfoListItemDaopublic boolean isNatureConsistent(long projectId,
String itemCode)
CustomInfoListItemDaoisNatureConsistent in interface CustomInfoListItemDaopublic boolean isTypeConsistent(long projectId,
String itemCode)
CustomInfoListItemDaoisTypeConsistent in interface CustomInfoListItemDaopublic void unbindFromLibraryObjects(long infoListId)
unbindFromLibraryObjects in interface CustomInfoListItemDaopublic boolean isUsed(long infoListItemId)
isUsed in interface CustomInfoListItemDaopublic void removeInfoListItem(long infoListItemId,
org.squashtest.tm.domain.infolist.InfoListItem defaultItem)
removeInfoListItem in interface CustomInfoListItemDaoCopyright © 2010–2017 Henix, henix.fr. All rights reserved.