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 LocaleDao
public Locale findDefaultLocale()
findDefaultLocale
in interface LocaleDao
public List<Locale> findAllLocales()
findAllLocales
in interface LocaleDao
Copyright © 2022. All rights reserved.