| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Label> |
LabelHandler.findLabels(LabelQuery query) |
org.exoplatform.commons.utils.ListAccess<Label> |
LabelHandler.findLabelsByTask(long taskId,
String username) |
org.exoplatform.commons.utils.ListAccess<Label> |
LabelHandler.findLabelsByUser(String username) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Label> |
LabelDAOImpl.findLabels(LabelQuery query) |
org.exoplatform.commons.utils.ListAccess<Label> |
LabelDAOImpl.findLabelsByTask(long taskId,
String username) |
org.exoplatform.commons.utils.ListAccess<Label> |
LabelDAOImpl.findLabelsByUser(String username) |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelDAOImpl.delete(Label entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelDAOImpl.deleteAll(List<Label> entities) |
| Modifier and Type | Method and Description |
|---|---|
Label |
LabelTaskMapping.getLabel() |
Label |
Label.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
Label.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelTaskMapping.setLabel(Label label) |
void |
Label.setParent(Label parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
Label.setChildren(List<Label> children) |
| Constructor and Description |
|---|
LabelTaskMapping(Label label,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
TaskModel.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskModel.setLabels(List<Label> labels) |
| Modifier and Type | Method and Description |
|---|---|
Label |
TaskService.createLabel(Label label) |
Label |
TaskService.getLabel(long labelId) |
Label |
TaskService.updateLabel(Label label,
List<Label.FIELDS> fields) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Label> |
TaskService.findLabelsByTask(long taskId,
String username) |
org.exoplatform.commons.utils.ListAccess<Label> |
TaskService.findLabelsByUser(String username) |
| Modifier and Type | Method and Description |
|---|---|
Label |
TaskService.createLabel(Label label) |
Label |
TaskService.updateLabel(Label label,
List<Label.FIELDS> fields) |
| Modifier and Type | Method and Description |
|---|---|
Label |
TaskServiceImpl.createLabel(Label label) |
Label |
TaskServiceImpl.getLabel(long labelId) |
Label |
TaskServiceImpl.updateLabel(Label label,
List<Label.FIELDS> fields) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Label> |
TaskServiceImpl.findLabelsByTask(long taskId,
String username) |
org.exoplatform.commons.utils.ListAccess<Label> |
TaskServiceImpl.findLabelsByUser(String username) |
| Modifier and Type | Method and Description |
|---|---|
Label |
TaskServiceImpl.createLabel(Label label) |
Label |
TaskServiceImpl.updateLabel(Label label,
List<Label.FIELDS> fields) |
| Modifier and Type | Method and Description |
|---|---|
static List<Label> |
TaskUtil.buildRootLabels(List<Label> labels) |
static List<Label> |
TaskUtil.filterLabelTree(List<Label> allLabels,
Label lbl) |
| Modifier and Type | Method and Description |
|---|---|
static List<Label> |
TaskUtil.filterLabelTree(List<Label> allLabels,
Label lbl) |
| Modifier and Type | Method and Description |
|---|---|
static List<Label> |
TaskUtil.buildRootLabels(List<Label> labels) |
static List<Label> |
TaskUtil.filterLabelTree(List<Label> allLabels,
Label lbl) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.