com.liferay.portlet.expando.util
Class ExpandoBridgeIndexerImpl
java.lang.Object
com.liferay.portlet.expando.util.ExpandoBridgeIndexerImpl
- All Implemented Interfaces:
- ExpandoBridgeIndexer
public class ExpandoBridgeIndexerImpl
- extends Object
- implements ExpandoBridgeIndexer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_FIELD_NAMESPACE
protected static final String _FIELD_NAMESPACE
- See Also:
- Constant Field Values
ExpandoBridgeIndexerImpl
public ExpandoBridgeIndexerImpl()
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