|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GenericProject in org.squashtest.csp.tm.domain.bugtracker |
|---|
| Methods in org.squashtest.csp.tm.domain.bugtracker that return GenericProject | |
|---|---|
GenericProject |
BugTrackerBinding.getProject()
|
| Methods in org.squashtest.csp.tm.domain.bugtracker with parameters of type GenericProject | |
|---|---|
void |
BugTrackerBinding.setProject(GenericProject project)
|
| Constructors in org.squashtest.csp.tm.domain.bugtracker with parameters of type GenericProject | |
|---|---|
BugTrackerBinding(String projectName,
org.squashtest.csp.core.bugtracker.domain.BugTracker newBugtracker,
GenericProject project)
|
|
| Uses of GenericProject in org.squashtest.csp.tm.domain.campaign |
|---|
| Methods in org.squashtest.csp.tm.domain.campaign that return GenericProject | |
|---|---|
GenericProject |
CampaignLibrary.getProject()
|
| Methods in org.squashtest.csp.tm.domain.campaign with parameters of type GenericProject | |
|---|---|
void |
CampaignLibrary.notifyAssociatedWithProject(GenericProject p)
|
| Uses of GenericProject in org.squashtest.csp.tm.domain.customfield |
|---|
| Methods in org.squashtest.csp.tm.domain.customfield that return GenericProject | |
|---|---|
GenericProject |
CustomFieldBinding.getBoundProject()
|
| Methods in org.squashtest.csp.tm.domain.customfield with parameters of type GenericProject | |
|---|---|
void |
CustomFieldBinding.setBoundProject(GenericProject boundProject)
|
| Uses of GenericProject in org.squashtest.csp.tm.domain.project |
|---|
| Classes in org.squashtest.csp.tm.domain.project with type parameters of type GenericProject | |
|---|---|
interface |
ProjectResource<P extends GenericProject>
Any resource associated to a project. |
| Subclasses of GenericProject in org.squashtest.csp.tm.domain.project | |
|---|---|
class |
Project
|
class |
ProjectTemplate
A Project template, which can hold no nodes but will be used to build "real" projects |
| Methods in org.squashtest.csp.tm.domain.project that return GenericProject | |
|---|---|
GenericProject |
ProjectPermission.getProject()
|
GenericProject |
AdministrableProject.getProject()
|
| Methods in org.squashtest.csp.tm.domain.project with parameters of type GenericProject | |
|---|---|
void |
ProjectPermission.setProject(GenericProject project)
|
static String |
ProjectUtils.toString(GenericProject project)
|
| Constructors in org.squashtest.csp.tm.domain.project with parameters of type GenericProject | |
|---|---|
AdministrableProject(GenericProject project)
|
|
ProjectPermission(GenericProject project,
org.squashtest.csp.core.security.acls.PermissionGroup permissionGroup)
|
|
| Uses of GenericProject in org.squashtest.csp.tm.domain.projectfilter |
|---|
| Methods in org.squashtest.csp.tm.domain.projectfilter with parameters of type GenericProject | |
|---|---|
boolean |
ProjectFilter.isProjectSelected(GenericProject project)
returns true if the project is listed, false otherwhise. |
| Uses of GenericProject in org.squashtest.csp.tm.domain.requirement |
|---|
| Methods in org.squashtest.csp.tm.domain.requirement that return GenericProject | |
|---|---|
GenericProject |
RequirementLibrary.getProject()
|
| Methods in org.squashtest.csp.tm.domain.requirement with parameters of type GenericProject | |
|---|---|
void |
RequirementLibrary.notifyAssociatedWithProject(GenericProject p)
|
| Uses of GenericProject in org.squashtest.csp.tm.domain.testcase |
|---|
| Methods in org.squashtest.csp.tm.domain.testcase that return GenericProject | |
|---|---|
GenericProject |
TestCaseLibrary.getProject()
|
| Methods in org.squashtest.csp.tm.domain.testcase with parameters of type GenericProject | |
|---|---|
void |
TestCaseLibrary.notifyAssociatedWithProject(GenericProject p)
|
| Uses of GenericProject in org.squashtest.csp.tm.internal.repository |
|---|
| Methods in org.squashtest.csp.tm.internal.repository that return GenericProject | |
|---|---|
GenericProject |
GenericProjectDao.findById(long projectId)
|
| Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type GenericProject | |
|---|---|
List<GenericProject> |
GenericProjectDao.findAll(org.squashtest.tm.core.foundation.collection.PagingAndSorting pagingAndSorting)
|
| Methods in org.squashtest.csp.tm.internal.repository with parameters of type GenericProject | |
|---|---|
void |
GenericProjectDao.remove(GenericProject project)
Simply remove entity |
| Uses of GenericProject in org.squashtest.csp.tm.internal.service.project |
|---|
| Methods in org.squashtest.csp.tm.internal.service.project that return types with arguments of type GenericProject | |
|---|---|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<GenericProject>> |
CustomGenericProjectManagerImpl.findSortedProjects(org.squashtest.tm.core.foundation.collection.PagingAndSorting pagingAndSorting)
|
| Methods in org.squashtest.csp.tm.internal.service.project with parameters of type GenericProject | |
|---|---|
void |
CustomGenericProjectManagerImpl.changeBugTracker(GenericProject project,
org.squashtest.csp.core.bugtracker.domain.BugTracker newBugtracker)
|
AdministrableProject |
GenericToAdministrableProject.convertToAdministrableProject(GenericProject project)
|
void |
CustomGenericProjectManagerImpl.persist(GenericProject project)
|
| Uses of GenericProject in org.squashtest.csp.tm.service.project |
|---|
| Methods in org.squashtest.csp.tm.service.project that return GenericProject | |
|---|---|
GenericProject |
GenericProjectFinder.findById(long projectId)
|
| Methods in org.squashtest.csp.tm.service.project that return types with arguments of type GenericProject | |
|---|---|
List<GenericProject> |
GenericProjectFinder.findAllOrderedByName(org.squashtest.tm.core.foundation.collection.Paging paging)
|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<GenericProject>> |
CustomGenericProjectManager.findSortedProjects(org.squashtest.tm.core.foundation.collection.PagingAndSorting pagingAndSorting)
Will find all Projects and Templates to which the user has management access to and return them ordered according to the given params. |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<GenericProject>> |
GenericProjectFinder.findSortedProjects(org.squashtest.tm.core.foundation.collection.PagingAndSorting pagingAndSorting)
Will find all Projects and Templates to which the user has management access to and return them ordered according to the given params. |
| Methods in org.squashtest.csp.tm.service.project with parameters of type GenericProject | |
|---|---|
void |
CustomGenericProjectManager.changeBugTracker(GenericProject project,
org.squashtest.csp.core.bugtracker.domain.BugTracker bugtracker)
Change the Bugtracker the Project is associated-to. |
void |
CustomGenericProjectManager.persist(GenericProject project)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||