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.service.impl   
com.liferay.portlet.journal.util   
com.liferay.taglib.ddm.base   
 

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
protected  String DDMFormFieldFreeMarkerRenderer.getFieldHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DDMFormField ddmFormField, Fields fields, DDMFormField parentDDMFormField, String portletNamespace, String namespace, String mode, boolean readOnly, boolean showEmptyFieldLabel, Locale locale)
           
protected  DDMFieldsCounter DDMFormFieldFreeMarkerRenderer.getFieldsCounter(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Fields fields, String portletNamespace, String namespace)
           
protected  String DDMFormFieldFreeMarkerRenderer.getFieldsDisplayValue(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Fields fields)
           
protected  String DDMFormFieldFreeMarkerRenderer.getHTML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, List<DDMFormField> ddmFormFields, Fields fields, DDMFormField parentDDMFormField, String portletNamespace, String namespace, String mode, boolean readOnly, boolean showEmptyFieldLabel, Locale locale)
           
 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 DDMFormValuesToFieldsConverterImpl.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
protected  Fields DDMFormValuesToFieldsConverterImpl.createDDMFields(DDMStructure ddmStructure)
           
 Fields DDMXML.getFields(DDMStructure structure, String xml)
           
static Fields DDMXMLUtil.getFields(DDMStructure structure, String xml)
           
 Fields DDMXMLImpl.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 DDMXMLImpl.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 DDMImpl.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 DDMImpl.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 DDMImpl.getFields(long ddmStructureId, ServiceContext serviceContext)
           
protected  Fields DDMImpl.getFields(long ddmStructureId, String serializedDDMFormValues)
           
 Fields DDM.getFields(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext)
           
static Fields DDMUtil.getFields(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext)
           
 Fields DDMImpl.getFields(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext)
           
 Fields DDM.mergeFields(Fields newFields, Fields existingFields)
           
static Fields DDMUtil.mergeFields(Fields newFields, Fields existingFields)
           
 Fields DDMImpl.mergeFields(Fields newFields, Fields existingFields)
           
protected  Fields DDMIndexerImpl.toFields(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type Fields
protected  void DDMFormValuesToFieldsConverterImpl.addDDMFields(DDMStructure ddmStructure, DDMFormFieldValue ddmFormFieldValue, Fields ddmFields, Locale defaultLocale)
           
 DDMFormValues FieldsToDDMFormValuesConverter.convert(DDMStructure ddmStructure, Fields fields)
           
static DDMFormValues FieldsToDDMFormValuesConverterUtil.convert(DDMStructure ddmStructure, Fields fields)
           
 DDMFormValues FieldsToDDMFormValuesConverterImpl.convert(DDMStructure ddmStructure, Fields fields)
           
protected  int FieldsToDDMFormValuesConverterImpl.countDDMFieldRepetitions(Fields ddmFields, String fieldName, String parentFieldName, int parentOffset)
           
protected  String FieldsToDDMFormValuesConverterImpl.getDDMFieldInstanceId(Fields ddmFields, String fieldName, int index)
           
 String DDMXML.getXML(Document document, Fields fields)
           
static String DDMXMLUtil.getXML(Document document, Fields fields)
           
 String DDMXMLImpl.getXML(Document document, Fields fields)
           
 String DDMXML.getXML(Fields fields)
           
static String DDMXMLUtil.getXML(Fields fields)
           
 String DDMXMLImpl.getXML(Fields fields)
           
 Fields DDM.mergeFields(Fields newFields, Fields existingFields)
           
static Fields DDMUtil.mergeFields(Fields newFields, Fields existingFields)
           
 Fields DDMImpl.mergeFields(Fields newFields, Fields existingFields)
           
protected  void FieldsToDDMFormValuesConverterImpl.setDDMFormFieldValueInstanceId(DDMFormFieldValue ddmFormFieldValue, Fields ddmFields, DDMFieldsCounter ddmFieldsCounter)
           
protected  void FieldsToDDMFormValuesConverterImpl.setDDMFormFieldValueProperties(DDMFormFieldValue ddmFormFieldValue, DDMStructure ddmStructure, Fields ddmFields, DDMFieldsCounter ddmFieldsCounter)
           
protected  void FieldsToDDMFormValuesConverterImpl.setDDMFormFieldValueValues(DDMFormFieldValue ddmFormFieldValue, DDMStructure ddmStructure, Fields ddmFields, DDMFieldsCounter ddmFieldsCounter)
           
protected  void FieldsToDDMFormValuesConverterImpl.setNestedDDMFormFieldValues(DDMFormFieldValue ddmFormFieldValue, DDMStructure ddmStructure, Fields ddmFields, DDMFieldsCounter ddmFieldsCounter)
           
 

Uses of Fields in com.liferay.portlet.journal.service.impl
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type Fields
protected  void JournalArticleLocalServiceImpl.validateDDMStructureFields(DDMStructure ddmStructure, long classNameId, Fields fields)
           
 

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)
           
 Fields JournalConverterImpl.getDDMFields(DDMStructure ddmStructure, Document document)
           
static Fields JournalConverterUtil.getDDMFields(DDMStructure ddmStructure, String content)
           
 Fields JournalConverter.getDDMFields(DDMStructure ddmStructure, String content)
           
 Fields JournalConverterImpl.getDDMFields(DDMStructure ddmStructure, String content)
           
 

Methods in com.liferay.portlet.journal.util with parameters of type Fields
protected  void JournalConverterImpl.addDDMFields(Element dynamicElementElement, DDMStructure ddmStructure, Fields ddmFields, String defaultLanguageId)
           
protected  int JournalConverterImpl.countFieldRepetition(Fields ddmFields, String fieldName, String parentFieldName, int parentOffset)
           
protected  String JournalConverterImpl.getAvailableLocales(Fields ddmFields)
           
static String JournalConverterUtil.getContent(DDMStructure ddmStructure, Fields ddmFields)
           
 String JournalConverter.getContent(DDMStructure ddmStructure, Fields ddmFields)
           
 String JournalConverterImpl.getContent(DDMStructure ddmStructure, Fields ddmFields)
           
protected  String JournalConverterImpl.getFieldInstanceId(Fields ddmFields, String fieldName, int index)
           
protected  void JournalConverterImpl.updateContentDynamicElement(Element dynamicElementElement, DDMStructure ddmStructure, Fields ddmFields, DDMFieldsCounter ddmFieldsCounter)
           
protected  void JournalConverterImpl.updateContentDynamicElement(Element dynamicElementElement, DDMStructure ddmStructure, Fields ddmFields, String fieldName, DDMFieldsCounter ddmFieldsCounter)
           
protected  void JournalConverterImpl.updateFieldsDisplay(Fields ddmFields, String fieldName, String instanceId)
           
 

Uses of Fields in com.liferay.taglib.ddm.base
 

Methods in com.liferay.taglib.ddm.base that return Fields
 Fields BaseHTMLTag.getFields()
           
 

Methods in com.liferay.taglib.ddm.base with parameters of type Fields
 void BaseHTMLTag.setFields(Fields fields)
           
 


Liferay 7.0-ce-m6