org.broadleafcommerce.common.locale.service
Interface LocaleService

All Known Implementing Classes:
LocaleServiceImpl

public interface LocaleService

Created by bpolster.


Method Summary
 List<Locale> findAllLocales()
          Returns the page template with the passed in id.
 Locale findDefaultLocale()
          Returns the page template with the passed in id.
 Locale findLocaleByCode(String localeCode)
           
 

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 the page template with the passed in id.

Returns:
The default locale


Copyright © 2012. All Rights Reserved.