Liferay 7.0-ce-m6

Uses of Class
com.liferay.portlet.dynamicdatamapping.storage.Fields

Packages that use Fields
com.liferay.portlet.dynamicdatamapping.render   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.journal.util   
 

Uses of Fields in com.liferay.portlet.dynamicdatamapping.render
 

Methods in com.liferay.portlet.dynamicdatamapping.render that return Fields
 Fields DDMFormFieldRenderingContext.getFields()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.render with parameters of type Fields
 void DDMFormFieldRenderingContext.setFields(Fields fields)
           
 

Uses of Fields in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return Fields
static Fields DDMFormValuesToFieldsConverterUtil.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 Fields DDMFormValuesToFieldsConverter.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 Fields DDMXML.getFields(DDMStructure structure, String xml)
           
static Fields DDMXMLUtil.getFields(DDMStructure structure, String xml)
           
 Fields DDMXML.getFields(DDMStructure structure, XPath xPath, String xml, List<String> fieldNames)
           
static Fields DDMXMLUtil.getFields(DDMStructure structure, XPath xPath, String xml, List<String> fieldNames)
           
 Fields DDM.getFields(long ddmStructureId, long ddmTemplateId, ServiceContext serviceContext)
           
static Fields DDMUtil.getFields(long ddmStructureId, long ddmTemplateId, ServiceContext serviceContext)
           
 Fields DDM.getFields(long ddmStructureId, long ddmTemplateId, String fieldNamespace, ServiceContext serviceContext)
           
static Fields DDMUtil.getFields(long ddmStructureId, long ddmTemplateId, String fieldNamespace, ServiceContext serviceContext)
           
 Fields DDM.getFields(long ddmStructureId, ServiceContext serviceContext)
           
static Fields DDMUtil.getFields(long ddmStructureId, ServiceContext serviceContext)
           
 Fields DDM.getFields(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext)
           
static Fields DDMUtil.getFields(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext)
           
 Fields DDM.mergeFields(Fields newFields, Fields existingFields)
           
static Fields DDMUtil.mergeFields(Fields newFields, Fields existingFields)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type Fields
 DDMFormValues FieldsToDDMFormValuesConverter.convert(DDMStructure ddmStructure, Fields fields)
           
static DDMFormValues FieldsToDDMFormValuesConverterUtil.convert(DDMStructure ddmStructure, Fields fields)
           
 String DDMXML.getXML(Document document, Fields fields)
           
static String DDMXMLUtil.getXML(Document document, Fields fields)
           
 String DDMXML.getXML(Fields fields)
           
static String DDMXMLUtil.getXML(Fields fields)
           
 Fields DDM.mergeFields(Fields newFields, Fields existingFields)
           
static Fields DDMUtil.mergeFields(Fields newFields, Fields existingFields)
           
 

Uses of Fields in com.liferay.portlet.journal.util
 

Methods in com.liferay.portlet.journal.util that return Fields
static Fields JournalConverterUtil.getDDMFields(DDMStructure ddmStructure, Document document)
           
 Fields JournalConverter.getDDMFields(DDMStructure ddmStructure, Document document)
           
static Fields JournalConverterUtil.getDDMFields(DDMStructure ddmStructure, String content)
           
 Fields JournalConverter.getDDMFields(DDMStructure ddmStructure, String content)
           
 

Methods in com.liferay.portlet.journal.util with parameters of type Fields
static String JournalConverterUtil.getContent(DDMStructure ddmStructure, Fields ddmFields)
           
 String JournalConverter.getContent(DDMStructure ddmStructure, Fields ddmFields)
           
 


Liferay 7.0-ce-m6