public interface CustomGenericProjectDao
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.project.Project |
coerceTemplateIntoProject(long templateId)
Coerces the template of given id into a projet.
|
<T extends org.squashtest.tm.domain.project.GenericProject> |
findAllWithTextProperty(Class<T> entity,
org.squashtest.tm.core.foundation.collection.Filtering filtering)
Returns the list of all
GenericProjects which match the given filter. |
boolean |
isProjectTemplate(long projectId)
Tells whether the project of id 'projectId' is a project template or not
|
org.squashtest.tm.domain.project.Project coerceTemplateIntoProject(long templateId)
templateId - boolean isProjectTemplate(long projectId)
projectId - <T extends org.squashtest.tm.domain.project.GenericProject> List<T> findAllWithTextProperty(Class<T> entity, org.squashtest.tm.core.foundation.collection.Filtering filtering)
GenericProjects which match the given filter.entity - GenericProject or any subtypefiltering - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.