public class RegistryServiceVocabularyDAO extends VocabularyDAO
serviceLocator| Constructor and Description |
|---|
RegistryServiceVocabularyDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
commitTerms(List<Term> terms,
String vocabularyId) |
void |
commitVocabularyInfo(Vocabulary voc,
String vocabularyId) |
String |
createVocabulary(Vocabulary voc) |
void |
dropVocabulary(String vocabularyId) |
List<Term> |
getTerms(String vocabularyId) |
List<Vocabulary> |
getVocabularies() |
public List<Vocabulary> getVocabularies() throws VocabularyException
getVocabularies in class VocabularyDAOVocabularyExceptionpublic List<Term> getTerms(String vocabularyId) throws VocabularyException
getTerms in class VocabularyDAOVocabularyExceptionpublic void commitTerms(List<Term> terms, String vocabularyId) throws VocabularyException
commitTerms in class VocabularyDAOVocabularyExceptionpublic void commitVocabularyInfo(Vocabulary voc, String vocabularyId) throws VocabularyException
commitVocabularyInfo in class VocabularyDAOVocabularyExceptionpublic String createVocabulary(Vocabulary voc) throws VocabularyException
createVocabulary in class VocabularyDAOVocabularyExceptionpublic void dropVocabulary(String vocabularyId) throws VocabularyException
dropVocabulary in class VocabularyDAOVocabularyExceptionCopyright © 2019. All rights reserved.