Uses of Interface
org.squashtest.csp.tm.domain.library.Library

Packages that use Library
org.squashtest.csp.tm.domain.campaign   
org.squashtest.csp.tm.domain.project   
org.squashtest.csp.tm.domain.requirement   
org.squashtest.csp.tm.domain.testcase   
org.squashtest.csp.tm.internal.infrastructure.strategy   
org.squashtest.csp.tm.internal.repository   
org.squashtest.csp.tm.internal.repository.hibernate This file contains Hibernate named queries used by DAOs. 
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.service   
 

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

Classes in org.squashtest.csp.tm.domain.campaign that implement Library
 class CampaignLibrary
           
 

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

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

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

Classes in org.squashtest.csp.tm.domain.requirement that implement Library
 class RequirementLibrary
           
 

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

Classes in org.squashtest.csp.tm.domain.testcase that implement Library
 class TestCaseLibrary
           
 

Uses of Library in org.squashtest.csp.tm.internal.infrastructure.strategy
 

Classes in org.squashtest.csp.tm.internal.infrastructure.strategy with type parameters of type Library
 interface LibrarySelectionStrategy<LIBRARY extends Library<NODE>,NODE extends LibraryNode>
           
 

Uses of Library in org.squashtest.csp.tm.internal.repository
 

Classes in org.squashtest.csp.tm.internal.repository with type parameters of type Library
 interface LibraryDao<LIBRARY extends Library<? extends NODE>,NODE extends LibraryNode>
          Defines a DAO for Library entities.
 

Uses of Library in org.squashtest.csp.tm.internal.repository.hibernate
 

Classes in org.squashtest.csp.tm.internal.repository.hibernate with type parameters of type Library
 class HibernateLibraryDao<LIBRARY extends Library<NODE>,NODE extends LibraryNode>
          Superclass for DAOs of Library objects.
 

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

Classes in org.squashtest.csp.tm.internal.service with type parameters of type Library
 class AbstractLibraryNavigationService<LIBRARY extends Library<NODE>,FOLDER extends Folder<NODE>,NODE extends LibraryNode>
          Generic implementation of a library navigation service.
 class GenericWorkspaceService<LIBRARY extends Library<NODE>,NODE extends LibraryNode>
          Generic service for workspace access.
 

Method parameters in org.squashtest.csp.tm.internal.service with type arguments of type Library
 void GenericNodeManagementService.setLibraryDao(LibraryDao<Library<NODE>,NODE> libraryDao)
           
 void GenericFolderModificationService.setLibraryDao(LibraryDao<Library<NODE>,NODE> libraryDao)
           
 

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

Classes in org.squashtest.csp.tm.service with type parameters of type Library
 interface LibraryNavigationService<LIBRARY extends Library<? extends NODE>,FOLDER extends Folder<? extends NODE>,NODE extends LibraryNode>
          Defines common methods for a library navigation service, mainly library access and folder manipulation.
 interface WorkspaceService<LIBRARY extends Library<? extends LibraryNode>>
           
 



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