com.liferay.portlet.expando.util
Class ExpandoBridgeIndexerImpl

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

public class ExpandoBridgeIndexerImpl
extends java.lang.Object
implements com.liferay.portlet.expando.util.ExpandoBridgeIndexer

View Source

Author:
Raymond Augé

Field Summary
protected static java.lang.String _FIELD_NAMESPACE
           
 
Fields inherited from interface com.liferay.portlet.expando.util.ExpandoBridgeIndexer
INDEXABLE
 
Constructor Summary
ExpandoBridgeIndexerImpl()
           
 
Method Summary
protected  void addAttribute(com.liferay.portal.kernel.search.Document document, com.liferay.portlet.expando.model.ExpandoColumn expandoColumn, java.util.List<com.liferay.portlet.expando.model.ExpandoValue> expandoValues)
           
 void addAttributes(com.liferay.portal.kernel.search.Document document, com.liferay.portlet.expando.model.ExpandoBridge expandoBridge)
           
protected  void doAddAttributes(com.liferay.portal.kernel.search.Document document, com.liferay.portlet.expando.model.ExpandoBridge expandoBridge)
           
 java.lang.String encodeFieldName(java.lang.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 java.lang.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.portlet.expando.model.ExpandoBridge expandoBridge)
Specified by:
addAttributes in interface com.liferay.portlet.expando.util.ExpandoBridgeIndexer

encodeFieldName

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

doAddAttributes

protected void doAddAttributes(com.liferay.portal.kernel.search.Document document,
                               com.liferay.portlet.expando.model.ExpandoBridge expandoBridge)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addAttribute

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