public interface LanguageServiceLocal extends LanguageService, org.cyclos.impl.CRUDServiceLocal<Language,LanguageDTO,LanguageData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
Language |
getByLocale(java.util.Locale forceLocale)
Returns a language which matches the given locale, or null if none is found
|
java.util.List<Language> |
listAll()
Lists all languages
|
get, getCurrent, listfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, saveLanguage getByLocale(java.util.Locale forceLocale) throws FrameworkException
FrameworkExceptionjava.util.List<Language> listAll() throws FrameworkException
FrameworkException