org.broadleafcommerce.common.locale.dao
Interface LocaleDao

All Known Implementing Classes:
LocaleDaoImpl

public interface LocaleDao

Created by bpolster.


Method Summary
 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)
           
 

Method Detail

findLocaleByCode

Locale findLocaleByCode(String localeCode)
Returns:
The locale for the passed in code

findDefaultLocale

Locale findDefaultLocale()
Returns the page template with the passed in id.

Returns:
The default locale

findAllLocales

List<Locale> findAllLocales()
Returns all supported BLC locales.

Returns:

save

Locale save(Locale locale)


Copyright © 2013. All Rights Reserved.