Liferay 7.0-ga1 portal-impl

com.liferay.portlet.expando.util
Class ExpandoBridgeIndexerImpl

java.lang.Object
  extended by com.liferay.portlet.expando.util.ExpandoBridgeIndexerImpl
All Implemented Interfaces:
com.liferay.expando.kernel.util.ExpandoBridgeIndexer

public class ExpandoBridgeIndexerImpl
extends Object
implements com.liferay.expando.kernel.util.ExpandoBridgeIndexer


Field Summary
protected static String FIELD_NAMESPACE
           
 
Constructor Summary
ExpandoBridgeIndexerImpl()
           
 
Method Summary
protected  void addAttribute(com.liferay.portal.kernel.search.Document document, com.liferay.expando.kernel.model.ExpandoColumn expandoColumn, List<com.liferay.expando.kernel.model.ExpandoValue> expandoValues)
           
 void addAttributes(com.liferay.portal.kernel.search.Document document, com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
           
protected  void doAddAttributes(com.liferay.portal.kernel.search.Document document, com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
           
 String encodeFieldName(String columnName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_NAMESPACE

protected static final String FIELD_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

ExpandoBridgeIndexerImpl

public ExpandoBridgeIndexerImpl()
Method Detail

addAttributes

public void addAttributes(com.liferay.portal.kernel.search.Document document,
                          com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
Specified by:
addAttributes in interface com.liferay.expando.kernel.util.ExpandoBridgeIndexer

encodeFieldName

public String encodeFieldName(String columnName)
Specified by:
encodeFieldName in interface com.liferay.expando.kernel.util.ExpandoBridgeIndexer

addAttribute

protected void addAttribute(com.liferay.portal.kernel.search.Document document,
                            com.liferay.expando.kernel.model.ExpandoColumn expandoColumn,
                            List<com.liferay.expando.kernel.model.ExpandoValue> expandoValues)
                     throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

doAddAttributes

protected void doAddAttributes(com.liferay.portal.kernel.search.Document document,
                               com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)

Liferay 7.0-ga1 portal-impl