Liferay 6.2-ce-ga5

com.liferay.portlet.expando.util
Class ExpandoBridgeIndexerUtil

java.lang.Object
  extended by com.liferay.portlet.expando.util.ExpandoBridgeIndexerUtil

public class ExpandoBridgeIndexerUtil
extends Object


Constructor Summary
ExpandoBridgeIndexerUtil()
           
 
Method Summary
static void addAttributes(Document doc, ExpandoBridge expandoBridge)
           
static String encodeFieldName(String columnName)
           
static ExpandoBridgeIndexer getExpandoBridgeIndexer()
           
 void setExpandoBridgeIndexer(ExpandoBridgeIndexer expandoBridgeIndexer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoBridgeIndexerUtil

public ExpandoBridgeIndexerUtil()
Method Detail

addAttributes

public static void addAttributes(Document doc,
                                 ExpandoBridge expandoBridge)

encodeFieldName

public static String encodeFieldName(String columnName)

getExpandoBridgeIndexer

public static ExpandoBridgeIndexer getExpandoBridgeIndexer()

setExpandoBridgeIndexer

public void setExpandoBridgeIndexer(ExpandoBridgeIndexer expandoBridgeIndexer)

Liferay 6.2-ce-ga5