org.squashtest.csp.tm.internal.repository
Interface ProjectDao

All Superinterfaces:
EntityDao<Project>
All Known Implementing Classes:
HibernateProjectDao

public interface ProjectDao
extends EntityDao<Project>


Method Summary
 long countNonFoldersInProject(long projectId)
           
 long countProjects()
           
 List<Project> findAllOrderedByName()
           
 List<TestAutomationProject> findBoundTestAutomationProjects(long id)
           
 List<ProjectFilter> findProjectFiltersContainingProject(Long id)
           
 List<Project> findSortedProjects(CollectionSorting filter)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao
findAll, findAllByIds, findById, flush, persist, persist, remove
 

Method Detail

findAllOrderedByName

List<Project> findAllOrderedByName()

findSortedProjects

List<Project> findSortedProjects(CollectionSorting filter)

countProjects

long countProjects()

countNonFoldersInProject

long countNonFoldersInProject(long projectId)

findProjectFiltersContainingProject

List<ProjectFilter> findProjectFiltersContainingProject(Long id)

findBoundTestAutomationProjects

List<TestAutomationProject> findBoundTestAutomationProjects(long id)


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.