Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping.util
Class DDMIndexerUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.util.DDMIndexerUtil

public class DDMIndexerUtil
extends Object


Constructor Summary
DDMIndexerUtil()
           
 
Method Summary
static void addAttributes(Document document, DDMStructure ddmStructure, Fields fields)
           
static String encodeName(long ddmStructureId, String fieldName)
           
static String encodeName(long ddmStructureId, String fieldName, Locale locale)
           
static String extractAttributes(DDMStructure ddmStructure, Fields fields, Locale locale)
           
static DDMIndexer getDDMIndexer()
           
 void setDDMIndexer(DDMIndexer ddmIndexer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMIndexerUtil

public DDMIndexerUtil()
Method Detail

addAttributes

public static void addAttributes(Document document,
                                 DDMStructure ddmStructure,
                                 Fields fields)

encodeName

public static String encodeName(long ddmStructureId,
                                String fieldName)

encodeName

public static String encodeName(long ddmStructureId,
                                String fieldName,
                                Locale locale)

extractAttributes

public static String extractAttributes(DDMStructure ddmStructure,
                                       Fields fields,
                                       Locale locale)

getDDMIndexer

public static DDMIndexer getDDMIndexer()

setDDMIndexer

public void setDDMIndexer(DDMIndexer ddmIndexer)

Liferay 6.2-ce-ga5