Liferay 6.0.5

com.liferay.portlet.expando.util
Class ExpandoBridgeIndexerImpl

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

public class ExpandoBridgeIndexerImpl
extends Object
implements ExpandoBridgeIndexer


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

encodeFieldName

public String encodeFieldName(String columnName)
Specified by:
encodeFieldName in interface ExpandoBridgeIndexer

doAddAttributes

protected void doAddAttributes(Document document,
                               ExpandoBridge expandoBridge)
                        throws SystemException
Throws:
SystemException

addAttribute

protected void addAttribute(Document document,
                            ExpandoColumn expandoColumn,
                            List<ExpandoValue> expandoValues)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5