public class RequirementVersionLinkTypeDaoImpl extends HibernateEntityDao<org.squashtest.tm.domain.requirement.RequirementVersionLink> implements CustomRequirementVersionLinkTypeDao
entityManager, entityType| Constructor and Description |
|---|
RequirementVersionLinkTypeDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesCodeAlreadyExist(String code) |
boolean |
doesCodeAlreadyExist(String code,
Long linkTypeId)
Check if the code is already used by another Type than the given one.
|
List<org.squashtest.tm.domain.requirement.RequirementVersionLinkType> |
getAllPagedAndSortedReqVersionLinkTypes(org.squashtest.tm.core.foundation.collection.PagingAndSorting pagingAndSorting)
Returns a paged and ordered list of all the
RequirementVersionLinkType. |
findAll, findAllByIds, findById, findDescendantIds, getIdPropertyNamecurrentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntitypublic List<org.squashtest.tm.domain.requirement.RequirementVersionLinkType> getAllPagedAndSortedReqVersionLinkTypes(org.squashtest.tm.core.foundation.collection.PagingAndSorting pagingAndSorting)
CustomRequirementVersionLinkTypeDaoRequirementVersionLinkType.getAllPagedAndSortedReqVersionLinkTypes in interface CustomRequirementVersionLinkTypeDaopublic boolean doesCodeAlreadyExist(String code)
doesCodeAlreadyExist in interface CustomRequirementVersionLinkTypeDaopublic boolean doesCodeAlreadyExist(String code, Long linkTypeId)
CustomRequirementVersionLinkTypeDaodoesCodeAlreadyExist in interface CustomRequirementVersionLinkTypeDaoCopyright © 2010–2017 Henix, henix.fr. All rights reserved.