com.liferay.portlet.expando.util
Class ExpandoBridgeIndexerImpl
java.lang.Object
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é
Fields inherited from interface com.liferay.portlet.expando.util.ExpandoBridgeIndexer |
INDEXABLE |
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_NAMESPACE
protected static final java.lang.String _FIELD_NAMESPACE
- See Also:
- Constant Field Values
ExpandoBridgeIndexerImpl
public ExpandoBridgeIndexerImpl()
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