Interface LocaleService
- All Known Implementing Classes:
LocaleServiceImpl
public interface LocaleService
Created by bpolster.
-
Method Summary
-
Method Details
-
findLocaleByCode
- Returns:
- the locale for the passed in code
-
findDefaultLocale
Locale findDefaultLocale()- Returns:
- the default locale
-
findAllLocales
- Returns:
- a list of all known locales
-
save
Persists the given locale- Parameters:
locale
-- Returns:
- the persisted locale
-