Class LocaleServiceImpl
java.lang.Object
org.broadleafcommerce.common.locale.service.LocaleServiceImpl
- All Implemented Interfaces:
LocaleService
Created by bpolster.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
localeDao
-
-
Constructor Details
-
LocaleServiceImpl
public LocaleServiceImpl()
-
-
Method Details
-
findLocaleByCode
- Specified by:
findLocaleByCode
in interfaceLocaleService
- Returns:
- the locale for the passed in code
-
findDefaultLocale
- Specified by:
findDefaultLocale
in interfaceLocaleService
- Returns:
- the default locale
-
findAllLocales
- Specified by:
findAllLocales
in interfaceLocaleService
- Returns:
- a list of all known locales
-
save
Description copied from interface:LocaleService
Persists the given locale- Specified by:
save
in interfaceLocaleService
- Returns:
- the persisted locale
-