Project

General

Profile

« Previous | Next » 

Revision 2720ea2c

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/term/IDefinedTermDao.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.cdm.persistence.dao.term;
11 10

  
12 11
import java.net.URI;
......
34 33
import eu.etaxonomy.cdm.persistence.query.MatchMode;
35 34
import eu.etaxonomy.cdm.persistence.query.OrderHint;
36 35

  
37

  
38

  
39
public interface IDefinedTermDao extends IIdentifiableDao<DefinedTermBase>, ITitledDao<DefinedTermBase>{
36
public interface IDefinedTermDao
37
        extends IIdentifiableDao<DefinedTermBase>, ITitledDao<DefinedTermBase>{
40 38

  
41 39
	/**
42 40
	 * @param iso639 a two or three letter language code according to iso639-1 or iso639-2
......
68 66

  
69 67
	public long countDefinedTermByRepresentationAbbrev(String text, Class<? extends DefinedTermBase> clazz);
70 68

  
71

  
72 69
    /**
73 70
     * Returns a List of Media that represent a given DefinedTerm instance
74 71
     *
......
110 107
	 */
111 108
	public List<NamedArea> list(NamedAreaLevel level, NamedAreaType type, Integer pageSize, Integer pageNumber,  List<OrderHint> orderHints, List<String> propertyPaths);
112 109

  
113

  
114 110
	/**
115 111
	 * Returns a count of NamedArea instances (optionally filtered by type or level)
116 112
	 *

Also available in: Unified diff