Uses of Interface
org.squashtest.csp.tm.domain.project.ProjectResource

Packages that use ProjectResource
org.squashtest.csp.tm.domain.campaign   
org.squashtest.csp.tm.domain.library   
org.squashtest.csp.tm.domain.project   
org.squashtest.csp.tm.domain.requirement   
org.squashtest.csp.tm.domain.testcase   
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.service   
 

Uses of ProjectResource in org.squashtest.csp.tm.domain.campaign
 

Classes in org.squashtest.csp.tm.domain.campaign that implement ProjectResource
 class Campaign
           
 class CampaignFolder
           
 class CampaignLibrary
           
 class CampaignLibraryNode
           
 

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

Subinterfaces of ProjectResource in org.squashtest.csp.tm.domain.library
 interface Folder<NODE extends LibraryNode>
          Interface of a Library folder.
 interface Library<NODE extends LibraryNode>
           
 interface LibraryNode
          Interface for a content node of a library.
 

Classes in org.squashtest.csp.tm.domain.library that implement ProjectResource
 class GenericLibraryNode
          Generic superclass for library nodes.
 

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

Classes in org.squashtest.csp.tm.domain.project that implement ProjectResource
 class GenericLibrary<NODE extends LibraryNode>
          Abstract superclass of Library implementations based on generics.
 

Uses of ProjectResource in org.squashtest.csp.tm.domain.requirement
 

Classes in org.squashtest.csp.tm.domain.requirement that implement ProjectResource
 class Requirement
          Entity requirement Note that much of its setters will throw an IllegalRequirementModificationException if a modification is attempted while the status does not allow it.
 class RequirementFolder
           
 class RequirementLibrary
           
 class RequirementLibraryNode<RESOURCE extends Resource>
           
 

Uses of ProjectResource in org.squashtest.csp.tm.domain.testcase
 

Classes in org.squashtest.csp.tm.domain.testcase that implement ProjectResource
 class TestCase
           
 class TestCaseFolder
           
 class TestCaseLibrary
           
 class TestCaseLibraryNode
          An organizational element ot the TestCaseLibrary
 

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

Methods in org.squashtest.csp.tm.internal.service with type parameters of type ProjectResource
protected
<X extends ProjectResource>
List<X>
SearchServiceImpl.applyProjectFilter(List<X> initialList)
           
 

Methods in org.squashtest.csp.tm.internal.service with parameters of type ProjectResource
 boolean DataFilteringServiceImpl.isAllowedByUser(ProjectResource object)
           
 

Uses of ProjectResource in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service with parameters of type ProjectResource
 boolean DataFilteringService.isAllowedByUser(ProjectResource object)
          That method will tell if the user actually wants that data, or if he discards it.
 



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