|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserLocaleStore
Store that deals with an user's configured locale.
| Method Summary | |
|---|---|
Locale |
getDefaultLocale()
Return the Locale to use for a user without a locale. |
Locale |
getLocale(ApplicationUser user)
Return the Locale associated with the passed user. |
Locale |
getLocale(com.atlassian.crowd.embedded.api.User user)
Return the Locale associated with the passed user. |
| Method Detail |
|---|
@Nonnull
Locale getLocale(@Nullable
ApplicationUser user)
Locale associated with the passed user.
user - the user for the query.
Locale associated with the passed user.
@Nonnull
Locale getLocale(@Nullable
com.atlassian.crowd.embedded.api.User user)
Locale associated with the passed user.
user - the user for the query.
Locale associated with the passed user.@Nonnull Locale getDefaultLocale()
Locale to use for a user without a locale.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||