wt.admin
Class DomainRefCollationKeyFactory

java.lang.Object
  extended bywt.util.CollationKeyFactory
      extended bywt.admin.DomainRefCollationKeyFactory

public final class DomainRefCollationKeyFactory
extends CollationKeyFactory

A collation key factory for admin domain refs. Use this class to sort a list of AdminDomainRef objects.

Supported API: true
Extendable: false


Field Summary
 
Fields inherited from class wt.util.CollationKeyFactory
 
Constructor Summary
DomainRefCollationKeyFactory()
          Construct a collation key factory for the current WTContext's locale.
DomainRefCollationKeyFactory(Locale locale)
          Construct a collation key factory for the given locale.
 
Method Summary
 String getCollationString(Object obj)
          Get a collation string for the given object.
 
Methods inherited from class wt.util.CollationKeyFactory
getKey, getLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainRefCollationKeyFactory

public DomainRefCollationKeyFactory()
Construct a collation key factory for the current WTContext's locale.

Supported API: true
Extendable: false


DomainRefCollationKeyFactory

public DomainRefCollationKeyFactory(Locale locale)
Construct a collation key factory for the given locale.

Parameters:
locale - desired locale

Supported API: true
Extendable: false
Method Detail

getCollationString

public String getCollationString(Object obj)
Get a collation string for the given object.

Overrides:
getCollationString in class CollationKeyFactory
Parameters:
obj - the object that will be part of the sorted results

Supported API: true
Extendable: false
Returns:
string collation key source string