| 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 |
|---|---|
abstract List<Vocabulary> |
VocabularyDAO.getVocabularies() |
List<Vocabulary> |
RegistryServiceVocabularyDAO.getVocabularies() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
VocabularyDAO.commitVocabularyInfo(Vocabulary voc,
String vocabularyId) |
void |
RegistryServiceVocabularyDAO.commitVocabularyInfo(Vocabulary voc,
String vocabularyId) |
abstract String |
VocabularyDAO.createVocabulary(Vocabulary voc) |
String |
RegistryServiceVocabularyDAO.createVocabulary(Vocabulary voc) |
Copyright © 2017. All rights reserved.