com.gisgraphy.domain.repository
Interface IAlternateNameDao

All Superinterfaces:
IDao<AlternateName,java.lang.Long>
All Known Implementing Classes:
AlternateNameDao

public interface IAlternateNameDao
extends IDao<AlternateName,java.lang.Long>

Interface of data access object for AlternateName

Author:
David Masclet

Method Summary
 java.util.List<java.lang.String> getUsedLanguagesCodes()
          This method returns the language used by the AlternateName. the results are sorted by the number of times they are used(most popula first)
 
Methods inherited from interface com.gisgraphy.domain.repository.IDao
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode
 

Method Detail

getUsedLanguagesCodes

java.util.List<java.lang.String> getUsedLanguagesCodes()
This method returns the language used by the AlternateName. the results are sorted by the number of times they are used(most popula first)

Returns:
a list of languages that are used by the alternate names or an empty list (never return null).


Copyright © 2010. All Rights Reserved.