public interface ProjectFilterModificationService
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.projectfilter.ProjectFilter |
findProjectFilterByUserLogin()
This method returns the default project filter for the current user
|
List<org.squashtest.tm.domain.project.Project> |
getAllProjects()
Get the list of all existing projects
|
void |
saveOrUpdateProjectFilter(List<Long> projectIdList,
boolean isActive)
This method update the projects filter project white list and status (activated or not)
|
void |
updateProjectFilterStatus(boolean status)
Method which update the project filter status
|
org.squashtest.tm.domain.projectfilter.ProjectFilter findProjectFilterByUserLogin()
void saveOrUpdateProjectFilter(List<Long> projectIdList, boolean isActive)
projectIdList - the list of project in the "white list" (to be display)isActive - the status (activated or not)void updateProjectFilterStatus(boolean status)
status - the project filter statusList<org.squashtest.tm.domain.project.Project> getAllProjects()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.