Interface LocaleDao
- All Known Implementing Classes:
LocaleDaoImpl
public interface LocaleDao
Created by bpolster.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all supported BLC locales.Returns the page template with the passed in id.findLocaleByCode
(String localeCode)
-
Method Details
-
findLocaleByCode
- Returns:
- The locale for the passed in code
-
findDefaultLocale
Locale findDefaultLocale()Returns the page template with the passed in id.- Returns:
- The default locale
-
findAllLocales
Returns all supported BLC locales.- Returns:
-
save
-