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

All Superinterfaces:
CustomProjectDao

public interface ProjectDao
extends CustomProjectDao


Method Summary
 long countProjects()
           
 List<Project> findAll()
           
 List<Project> findAllByIds(List<Long> ids)
           
 List<Project> findAllOrderedByName()
           
 Project findById(long id)
           
 List<ProjectFilter> findProjectFiltersContainingProject(long id)
           
 void persist(Project project)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.CustomProjectDao
countNonFoldersInProject
 

Method Detail

findById

Project findById(long id)

persist

void persist(Project project)

findAll

List<Project> findAll()

findAllByIds

List<Project> findAllByIds(List<Long> ids)

findAllOrderedByName

List<Project> findAllOrderedByName()

countProjects

long countProjects()

findProjectFiltersContainingProject

List<ProjectFilter> findProjectFiltersContainingProject(long id)


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