|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.common.locale.service.LocaleServiceImpl
@Service(value="blLocaleService") public class LocaleServiceImpl
Created by bpolster.
| Field Summary | |
|---|---|
protected LocaleDao |
localeDao
|
| Constructor Summary | |
|---|---|
LocaleServiceImpl()
|
|
| Method Summary | |
|---|---|
java.util.List<Locale> |
findAllLocales()
Returns list of supported locales. |
Locale |
findDefaultLocale()
Returns the page template with the passed in id. |
Locale |
findLocaleByCode(java.lang.String localeCode)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LocaleDao localeDao
| Constructor Detail |
|---|
public LocaleServiceImpl()
| Method Detail |
|---|
public Locale findLocaleByCode(java.lang.String localeCode)
findLocaleByCode in interface LocaleServicepublic Locale findDefaultLocale()
findDefaultLocale in interface LocaleServiceid - - the id of the page template
public java.util.List<Locale> findAllLocales()
findAllLocales in interface LocaleService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||