public interface LocaleService
Modifier and Type | Method and Description |
---|---|
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) |
Locale |
save(Locale locale) |
Locale findLocaleByCode(String localeCode)
Locale findDefaultLocale()
List<Locale> findAllLocales()
Copyright © 2013. All rights reserved.