@Service(value="blLocaleService") public class LocaleServiceImpl extends Object implements LocaleService
Constructor and Description |
---|
LocaleServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<Locale> |
findAllLocales() |
Locale |
findDefaultLocale() |
Locale |
findLocaleByCode(String localeCode) |
Locale |
save(Locale locale)
Persists the given locale
|
protected LocaleDao localeDao
public Locale findLocaleByCode(String localeCode)
findLocaleByCode
in interface LocaleService
public Locale findDefaultLocale()
findDefaultLocale
in interface LocaleService
public List<Locale> findAllLocales()
findAllLocales
in interface LocaleService
@Transactional(value="blTransactionManager") public Locale save(Locale locale)
LocaleService
save
in interface LocaleService
Copyright © 2022. All rights reserved.