public interface LocaleDao
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Locale> |
findAllLocales()
Returns all supported BLC locales.
|
Locale |
findDefaultLocale()
Returns the page template with the passed in id.
|
Locale |
findLocaleByCode(java.lang.String localeCode) |
Locale |
save(Locale locale) |
Locale findLocaleByCode(java.lang.String localeCode)
Locale findDefaultLocale()
java.util.List<Locale> findAllLocales()
Copyright © 2018. All Rights Reserved.