Uses of Class
org.squashtest.csp.tm.domain.DuplicateNameException

Packages that use DuplicateNameException
org.squashtest.csp.tm.domain.library   
org.squashtest.csp.tm.domain.project   
org.squashtest.csp.tm.internal.service   
 

Uses of DuplicateNameException in org.squashtest.csp.tm.domain.library
 

Methods in org.squashtest.csp.tm.domain.library that throw DuplicateNameException
 void NodeContainer.addContent(NODE contentToAdd)
          Adds new content to this folder.
 

Uses of DuplicateNameException in org.squashtest.csp.tm.domain.project
 

Methods in org.squashtest.csp.tm.domain.project that throw DuplicateNameException
 void GenericLibrary.addContent(NODE contentToAdd)
           
 

Uses of DuplicateNameException in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service that throw DuplicateNameException
 void CustomTestCaseModificationServiceImpl.rename(long testCaseId, String newName)
           
 void GenericNodeManagementService.renameNode(long nodeId, String newName)
           
 void NodeManagementService.renameNode(long nodeId, String newName)
          Renames a node by its ID after checking that there is no name clash in the node's container.
 



Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.