| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
LocaleDaoImpl() |
| 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) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public Locale findLocaleByCode(String localeCode)
findLocaleByCode in interface LocaleDaopublic Locale findDefaultLocale()
findDefaultLocale in interface LocaleDaopublic List<Locale> findAllLocales()
findAllLocales in interface LocaleDaoCopyright © 2022. All rights reserved.