- added service method to term service that retrieves terms by TermType
[cdmlib.git] / cdmlib-services / src / main / java / eu / etaxonomy / cdm / api / service / IVocabularyService.java
index a28980b6431b56409b5b2bc09d2d3cb2d61a9a32..160267f6e0e9a2dcc20e56ec92d44cc97230caad 100644 (file)
@@ -16,14 +16,10 @@ import eu.etaxonomy.cdm.model.common.DefinedTermBase;
 import eu.etaxonomy.cdm.model.common.Language;\r
 import eu.etaxonomy.cdm.model.common.TermType;\r
 import eu.etaxonomy.cdm.model.common.TermVocabulary;\r
-import eu.etaxonomy.cdm.model.common.VocabularyEnum;\r
 import eu.etaxonomy.cdm.persistence.query.OrderHint;\r
 \r
 public interface IVocabularyService extends IIdentifiableEntityService<TermVocabulary> {\r
 \r
-    //TODO candidate for harmonization: rename to load(VocabularyEnum vocabularyType)\r
-       public TermVocabulary getVocabulary(VocabularyEnum vocabularyType);\r
-\r
     /**\r
      * Returns term vocabularies that contain terms of a certain class e.g. Feature, Modifier, State.\r
      *\r