Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portlet.dynamicdatamapping.model.Value

Packages that use Value
com.liferay.portlet.dynamicdatamapping.io   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.storage   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.util.test   
com.liferay.portlet.dynamicdatamapping.validator   
 

Uses of Value in com.liferay.portlet.dynamicdatamapping.io
 

Methods in com.liferay.portlet.dynamicdatamapping.io that return Value
protected  Value DDMFormValuesJSONDeserializerImpl.getValue(JSONObject jsonObject)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type Value
protected  void DDMFormValuesJSONSerializerImpl.addValue(JSONObject jsonObject, Value value)
           
protected  JSONObject DDMFormValuesJSONSerializerImpl.toJSONObject(Value value)
           
 

Uses of Value in com.liferay.portlet.dynamicdatamapping.model
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement Value
 class LocalizedValue
           
 class UnlocalizedValue
           
 

Uses of Value in com.liferay.portlet.dynamicdatamapping.storage
 

Methods in com.liferay.portlet.dynamicdatamapping.storage that return Value
 Value DDMFormFieldValue.getValue()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.storage with parameters of type Value
 void DDMFormFieldValue.setValue(Value value)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type Value
protected  void DDMFormValuesToFieldsConverterImpl.setDDMFieldLocalizedValue(Field ddmField, String type, Value value)
           
protected  void DDMFormValuesToFieldsConverterImpl.setDDMFieldUnlocalizedValue(Field ddmField, String type, Value value, Locale defaultLocale)
           
protected  void DDMFormValuesToFieldsConverterImpl.setDDMFieldValue(Field ddmField, String type, Value value, Locale defaultLocale)
           
 

Uses of Value in com.liferay.portlet.dynamicdatamapping.util.test
 

Methods in com.liferay.portlet.dynamicdatamapping.util.test with parameters of type Value
static DDMFormFieldValue DDMFormValuesTestUtil.createDDMFormFieldValue(String instanceId, String name, Value value)
           
static DDMFormFieldValue DDMFormValuesTestUtil.createDDMFormFieldValue(String name, Value value)
           
 

Uses of Value in com.liferay.portlet.dynamicdatamapping.validator
 

Methods in com.liferay.portlet.dynamicdatamapping.validator with parameters of type Value
protected  boolean DDMFormValuesValidatorImpl.isNull(Value value)
           
protected  void DDMFormValuesValidatorImpl.validateDDMFormFieldValue(DDMFormField ddmFormField, Set<Locale> availableLocales, Locale defaultLocale, Value value)
           
protected  void DDMFormValuesValidatorImpl.validateDDMFormFieldValueLocales(DDMFormField ddmFormField, Set<Locale> availableLocales, Locale defaultLocale, Value value)
           
 


Liferay 7.0-ce-m6