Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.util
Class DDMIndexerImpl

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.util.DDMIndexerImpl
All Implemented Interfaces:
DDMIndexer

public class DDMIndexerImpl
extends Object
implements DDMIndexer


Constructor Summary
DDMIndexerImpl()
           
 
Method Summary
 void addAttributes(Document document, DDMStructure ddmStructure, Fields fields)
           
 String encodeName(long ddmStructureId, String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMIndexerImpl

public DDMIndexerImpl()
Method Detail

addAttributes

public void addAttributes(Document document,
                          DDMStructure ddmStructure,
                          Fields fields)
Specified by:
addAttributes in interface DDMIndexer

encodeName

public String encodeName(long ddmStructureId,
                         String fieldName)
Specified by:
encodeName in interface DDMIndexer

Liferay 6.1.2-ce-ga3