| Constructor and Description |
|---|
RequirementVersionLinkTypeManagerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLinkType(org.squashtest.tm.domain.requirement.RequirementVersionLinkType newLinkType) |
void |
changeCode1(Long linkTypeId,
String newCode1) |
void |
changeCode2(Long linkTypeId,
String newCode2) |
void |
changeDefault(Long linkTypeId) |
void |
changeRole1(Long linkTypeId,
String newRole1) |
void |
changeRole2(Long linkTypeId,
String newRole2) |
void |
deleteLinkType(Long linkTypeId) |
void |
deleteLinkTypes(List<Long> linkTypeIdsToDelete) |
boolean |
doesContainDefault(List<Long> linkTypesIdsToCheck) |
boolean |
doesLinkTypeCodeAlreadyExist(String code) |
boolean |
doesLinkTypeCodeAlreadyExist(String code,
Long linkTypeId) |
boolean |
isLinkTypeDefault(Long linkTypeId) |
boolean |
isLinkTypeUsed(Long linkTypeId) |
public RequirementVersionLinkTypeManagerServiceImpl()
public void addLinkType(org.squashtest.tm.domain.requirement.RequirementVersionLinkType newLinkType)
addLinkType in interface RequirementVersionLinkTypeManagerServicepublic boolean doesLinkTypeCodeAlreadyExist(String code)
doesLinkTypeCodeAlreadyExist in interface RequirementVersionLinkTypeManagerServicepublic boolean doesLinkTypeCodeAlreadyExist(String code, Long linkTypeId)
doesLinkTypeCodeAlreadyExist in interface RequirementVersionLinkTypeManagerServicepublic void changeDefault(Long linkTypeId)
changeDefault in interface RequirementVersionLinkTypeManagerServicepublic void changeRole1(Long linkTypeId, String newRole1)
changeRole1 in interface RequirementVersionLinkTypeManagerServicepublic void changeRole2(Long linkTypeId, String newRole2)
changeRole2 in interface RequirementVersionLinkTypeManagerServicepublic void changeCode1(Long linkTypeId, String newCode1)
changeCode1 in interface RequirementVersionLinkTypeManagerServicepublic void changeCode2(Long linkTypeId, String newCode2)
changeCode2 in interface RequirementVersionLinkTypeManagerServicepublic boolean isLinkTypeDefault(Long linkTypeId)
isLinkTypeDefault in interface RequirementVersionLinkTypeManagerServicepublic boolean isLinkTypeUsed(Long linkTypeId)
isLinkTypeUsed in interface RequirementVersionLinkTypeManagerServicepublic void deleteLinkType(Long linkTypeId)
deleteLinkType in interface RequirementVersionLinkTypeManagerServicepublic boolean doesContainDefault(List<Long> linkTypesIdsToCheck)
doesContainDefault in interface RequirementVersionLinkTypeManagerServicepublic void deleteLinkTypes(List<Long> linkTypeIdsToDelete)
deleteLinkTypes in interface RequirementVersionLinkTypeManagerServiceCopyright © 2010–2017 Henix, henix.fr. All rights reserved.