| Modifier and Type | Method and Description |
|---|---|
void |
UserService.hideProject(org.exoplatform.services.security.Identity identity,
Long projectId,
boolean hide) |
Status |
StatusService.removeStatus(long statusId) |
Status |
StatusService.updateStatus(long statusId,
String statusName) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserServiceImpl.hideProject(org.exoplatform.services.security.Identity identity,
Long projectId,
boolean hide) |
Status |
StatusServiceImpl.removeStatus(long statusID) |
Status |
StatusServiceImpl.updateStatus(long id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusService.createStatus(ProjectDto project,
String status,
int rank) |
void |
StatusService.removeStatus(long statusId) |
StatusDto |
StatusService.updateStatus(long statusId,
String statusName) |
StatusDto |
StatusService.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusServiceImpl.createStatus(ProjectDto project,
String name,
int rank) |
StatusDto |
StatusServiceImpl.updateStatus(long id,
String name) |
StatusDto |
StatusServiceImpl.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusStorage.createStatus(ProjectDto project,
String status,
int rank) |
StatusDto |
StatusStorage.updateStatus(long statusId,
String statusName) |
StatusDto |
StatusStorage.updateStatus(StatusDto statusDto) |
| Modifier and Type | Method and Description |
|---|---|
StatusDto |
StatusStorageImpl.createStatus(ProjectDto project,
String status,
int rank) |
StatusDto |
StatusStorageImpl.updateStatus(long statusId,
String statusName) |
StatusDto |
StatusStorageImpl.updateStatus(StatusDto statusDto) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.