Liferay 7.0-ce-m6

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, DDMFormValues ddmFormValues)
           
static String encodeName(long ddmStructureId, String fieldName)
           
static String encodeName(long ddmStructureId, String fieldName, Locale locale)
           
static String extractAttributes(DDMStructure ddmStructure, DDMFormValues ddmFormValues, 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,
                                 DDMFormValues ddmFormValues)

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,
                                       DDMFormValues ddmFormValues,
                                       Locale locale)

getDDMIndexer

public static DDMIndexer getDDMIndexer()

setDDMIndexer

public void setDDMIndexer(DDMIndexer ddmIndexer)

Liferay 7.0-ce-m6