|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectFilterModificationService
| Method Summary | |
|---|---|
ProjectFilter |
findProjectFilterByUserLogin()
This method returns the default project filter for the current user |
List<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 |
| Method Detail |
|---|
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<Project> getAllProjects()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||