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