ref #8011 Add termType to service method
[cdmlib.git] / cdmlib-persistence / src / main / java / eu / etaxonomy / cdm / persistence / dao / common / IDefinedTermDao.java
index fafb4b0e9ba1c006c33a4b55e136e130d69ef83a..cc92e3ff5aea850340aeeecc3e9f9beb0e4091ab 100644 (file)
@@ -221,6 +221,6 @@ public interface IDefinedTermDao extends IIdentifiableDao<DefinedTermBase>, ITit
      */
     public Collection<TermDto> getKindOfsAsDto(TermDto parentTerm);
 
-    public Collection<TermDto> findByTitleAsDto(String title);
+    public Collection<TermDto> findByTitleAsDto(String title, TermType termType);
 
 }