| Modifier and Type | Method and Description |
|---|---|
List<Vocabulary> |
VocabulariesController.getVocabularies()
Returns all vocabularies serialized in json.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VocabulariesController.commitVocabularyInfo(Vocabulary voc,
String vocabularyId) |
String |
VocabulariesController.createVocabulary(Vocabulary voc) |
| Modifier and Type | Method and Description |
|---|---|
int |
Vocabulary.compareTo(Vocabulary o) |
| Modifier and Type | Method and Description |
|---|---|
List<Vocabulary> |
RegistryServiceVocabularyDAO.getVocabularies() |
abstract List<Vocabulary> |
VocabularyDAO.getVocabularies() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryServiceVocabularyDAO.commitVocabularyInfo(Vocabulary voc,
String vocabularyId) |
abstract void |
VocabularyDAO.commitVocabularyInfo(Vocabulary voc,
String vocabularyId) |
String |
RegistryServiceVocabularyDAO.createVocabulary(Vocabulary voc) |
abstract String |
VocabularyDAO.createVocabulary(Vocabulary voc) |
Copyright © 2019. All rights reserved.