Package wt.admin
Class DomainRefCollationKeyFactory
java.lang.Object
wt.util.CollationKeyFactory
wt.admin.DomainRefCollationKeyFactory
A collation key factory for admin domain refs. Use this class to sort a list
of AdminDomainRef objects.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a collation key factory for the currentWTContext's locale.DomainRefCollationKeyFactory(Locale locale) Construct a collation key factory for the given locale. -
Method Summary
Modifier and TypeMethodDescriptiongetCollationString(Object obj) Get a collation string for the given object.Methods inherited from class wt.util.CollationKeyFactory
getKey, getLocale
-
Constructor Details
-
DomainRefCollationKeyFactory
public DomainRefCollationKeyFactory()Construct a collation key factory for the currentWTContext's locale.
Supported API: true
Extendable: false -
DomainRefCollationKeyFactory
Construct a collation key factory for the given locale.- Parameters:
locale- desired locale
Supported API: true
Extendable: false
-
-
Method Details
-
getCollationString
Get a collation string for the given object.- Overrides:
getCollationStringin classCollationKeyFactory- Parameters:
obj- the object that will be part of the sorted results
Supported API: true
Extendable: false- Returns:
- string collation key source string
-