public interface GenericProjectDao extends org.springframework.data.repository.Repository<org.squashtest.tm.domain.project.GenericProject,Long>, CustomGenericProjectDao
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
long |
countByName(String name) |
void |
delete(org.squashtest.tm.domain.project.GenericProject project)
Simply remove entity
|
List<org.squashtest.tm.domain.project.GenericProject> |
findAll() |
List<org.squashtest.tm.domain.project.GenericProject> |
findAll(Iterable<Long> ids) |
List<org.squashtest.tm.domain.project.GenericProject> |
findAll(org.springframework.data.domain.Sort sorting) |
List<org.squashtest.tm.domain.project.GenericProject> |
findAllByIdIn(List<Long> idList,
org.springframework.data.domain.Sort sorting) |
List<String> |
findBoundTestAutomationProjectJobNames(long id) |
List<String> |
findBoundTestAutomationProjectLabels(long projectId) |
List<org.squashtest.tm.domain.testautomation.TestAutomationProject> |
findBoundTestAutomationProjects(long id) |
org.squashtest.tm.domain.project.GenericProject |
findById(long projectId) |
org.squashtest.tm.domain.testautomation.TestAutomationServer |
findTestAutomationServer(long projectId) |
coerceTemplateIntoProject, findAllWithTextProperty, isProjectTemplatelong countByName(String name)
long count()
List<org.squashtest.tm.domain.project.GenericProject> findAll()
List<org.squashtest.tm.domain.project.GenericProject> findAll(org.springframework.data.domain.Sort sorting)
org.squashtest.tm.domain.project.GenericProject findById(long projectId)
void delete(org.squashtest.tm.domain.project.GenericProject project)
project - : the GenericProject to removeList<org.squashtest.tm.domain.testautomation.TestAutomationProject> findBoundTestAutomationProjects(@Param(value="projectId") long id)
List<String> findBoundTestAutomationProjectJobNames(@Param(value="projectId") long id)
List<String> findBoundTestAutomationProjectLabels(@Param(value="projectId") long projectId)
List<org.squashtest.tm.domain.project.GenericProject> findAllByIdIn(List<Long> idList, org.springframework.data.domain.Sort sorting)
org.squashtest.tm.domain.testautomation.TestAutomationServer findTestAutomationServer(@Param(value="projectId")
long projectId)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.