Modifier and Type | Method and Description |
---|---|
List<Labelling> |
AbstractLabelableEntityObject.getLabellings() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLabelableEntityObject.addLabelling(Labelling content) |
void |
AbstractLabelableEntityObject.removeLabelling(Labelling labelling) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLabelableEntityObject.setLabellings(List<Labelling> labellings) |
Modifier and Type | Method and Description |
---|---|
Labelling |
Labelling.copy() |
Labelling |
Labelling.copy(EditableLabelable labelable)
Copies the current Labelling, but providing it with a new EditableLabelable.
|
Modifier and Type | Method and Description |
---|---|
List<Labelling> |
EditableLabelable.getLabellings() |
Modifier and Type | Method and Description |
---|---|
void |
EditableLabelable.addLabelling(Labelling content) |
void |
EditableLabelable.removeLabelling(Labelling labelling) |
Modifier and Type | Method and Description |
---|---|
Labelling |
LabelDao.findLabellingByContentAndLabel(EditableLabelable content,
Label label) |
Labelling |
LabelDao.findLabellingById(long id) |
Modifier and Type | Method and Description |
---|---|
Labelling |
HibernateLabelDao.findLabellingByContentAndLabel(EditableLabelable content,
Label label) |
Labelling |
HibernateLabelDao.findLabellingById(long id) |
Modifier and Type | Method and Description |
---|---|
static List<Label> |
LabelUtil.extractLabelsFromLabellings(List<Labelling> labellings)
Simple utility method to extract the label instances from the given list of labelling instances.
|
Copyright © 2003–2015 Atlassian. All rights reserved.