Package org.alfresco.search.model
Class RequestLocalization
java.lang.Object
org.alfresco.search.model.RequestLocalization
Localization settings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLocalesItem(String localesItem) booleanA list of Locales definied by IETF BCP 47.A valid timezone id supported by @see java.time.ZoneIdinthashCode()voidsetLocales(List<String> locales) voidsetTimezone(String timezone) toString()
-
Constructor Details
-
RequestLocalization
public RequestLocalization()
-
-
Method Details
-
timezone
-
getTimezone
A valid timezone id supported by @see java.time.ZoneId- Returns:
- timezone
-
setTimezone
-
locales
-
addLocalesItem
-
getLocales
A list of Locales definied by IETF BCP 47. The ordering is significant. The first locale (leftmost) is used for sort and query localization, whereas the remaining locales are used for query only.- Returns:
- locales
-
setLocales
-
equals
-
hashCode
public int hashCode() -
toString
-