Liferay 6.2-ce-ga5

com.liferay.portal.kernel.search
Class CollatorUtil

java.lang.Object
  extended by com.liferay.portal.kernel.search.CollatorUtil

public class CollatorUtil
extends Object


Constructor Summary
CollatorUtil()
           
 
Method Summary
static String collate(Map<String,List<String>> suggestions, List<String> keywords)
           
 void setCollator(Collator collator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollatorUtil

public CollatorUtil()
Method Detail

collate

public static String collate(Map<String,List<String>> suggestions,
                             List<String> keywords)
                      throws SearchException
Throws:
SearchException

setCollator

public void setCollator(Collator collator)

Liferay 6.2-ce-ga5