Package com.atlassian.jira.user
Interface UserLocaleStore
- All Known Implementing Classes:
BootstrapUserLocaleStore
,MockUserLocaleStore
,PropertySetUserLocaleStore
public interface UserLocaleStore
Store that deals with an user's configured locale.
- Since:
- v6.2.3
-
Method Summary
Modifier and TypeMethodDescriptionReturn theLocale
to use for a user without a locale.getLocale
(ApplicationUser user) Return theLocale
associated with the passed user.
-
Method Details
-
getLocale
Return theLocale
associated with the passed user.- Parameters:
user
- the user for the query.- Returns:
- the
Locale
associated with the passed user.
-
getDefaultLocale
Return theLocale
to use for a user without a locale.- Returns:
- the default locale of JIRA.
-