Interface LocaleRepository
-
public interface LocaleRepositoryRepository for Locale persistence handling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>findAllLanguages()List<Locale>findAllLocales()StringgetDefaultLanguage()LocalegetDefaultLocale()
-