public interface ProjectFavouriteService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isProjectFavourite(Project project)
Is this project a favourite?
|
void |
setProjectFavourite(Project project,
boolean favourite)
Sets a project as favourite (or not)
|