Liferay 7.0-ce-m3

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

Packages that use DDMFormValues
com.liferay.portlet.dynamicdatalists.action   
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.model.impl   
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatalists.service.http   
com.liferay.portlet.dynamicdatalists.service.impl   
com.liferay.portlet.dynamicdatalists.util.test   
com.liferay.portlet.dynamicdatamapping.io   
com.liferay.portlet.dynamicdatamapping.storage   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.validator   
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatalists.action
 

Methods in com.liferay.portlet.dynamicdatalists.action that return DDMFormValues
protected  DDMFormValues EditRecordAction.getDDMFormValues(ActionRequest actionRequest)
           
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatalists.model
 

Methods in com.liferay.portlet.dynamicdatalists.model that return DDMFormValues
 DDMFormValues DDLRecordWrapper.getDDMFormValues()
           
 DDMFormValues DDLRecord.getDDMFormValues()
           
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatalists.model.impl
 

Methods in com.liferay.portlet.dynamicdatalists.model.impl that return DDMFormValues
 DDMFormValues DDLRecordImpl.getDDMFormValues()
           
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatalists.service
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDMFormValues
 DDLRecord DDLRecordServiceWrapper.addRecord(long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceUtil.addRecord(long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord DDLRecordService.addRecord(long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.addRecord(long userId, long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalService.addRecord(long userId, long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.addRecord(long userId, long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord DDLRecordServiceWrapper.updateRecord(long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceUtil.updateRecord(long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord DDLRecordService.updateRecord(long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static DDLRecord DDLRecordLocalServiceUtil.updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalService.updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceWrapper.updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatalists.service.http
 

Methods in com.liferay.portlet.dynamicdatalists.service.http with parameters of type DDMFormValues
static DDLRecord DDLRecordServiceHttp.addRecord(HttpPrincipal httpPrincipal, long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static DDLRecordSoap DDLRecordServiceSoap.addRecord(long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static DDLRecord DDLRecordServiceHttp.updateRecord(HttpPrincipal httpPrincipal, long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static DDLRecordSoap DDLRecordServiceSoap.updateRecord(long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatalists.service.impl
 

Methods in com.liferay.portlet.dynamicdatalists.service.impl with parameters of type DDMFormValues
 DDLRecord DDLRecordServiceImpl.addRecord(long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceImpl.addRecord(long userId, long groupId, long recordSetId, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord DDLRecordServiceImpl.updateRecord(long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 DDLRecord DDLRecordLocalServiceImpl.updateRecord(long userId, long recordId, boolean majorVersion, int displayIndex, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatalists.util.test
 

Methods in com.liferay.portlet.dynamicdatalists.util.test that return DDMFormValues
static DDMFormValues DDLRecordTestUtil.createDDMFormValues(DDMForm ddmForm, Set<Locale> availableLocales, Locale defaultLocale)
           
 

Methods in com.liferay.portlet.dynamicdatalists.util.test with parameters of type DDMFormValues
 DDLRecord DDLRecordTestHelper.addRecord(DDMFormValues ddmFormValues, int workflowAction)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.io that return DDMFormValues
static DDMFormValues DDMFormValuesJSONDeserializerUtil.deserialize(DDMForm ddmForm, String serializedDDMFormValues)
           
 DDMFormValues DDMFormValuesJSONDeserializer.deserialize(DDMForm ddmForm, String serializedDDMFormValues)
           
 DDMFormValues DDMFormValuesJSONDeserializerImpl.deserialize(DDMForm ddmForm, String serializedDDMFormValues)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type DDMFormValues
static String DDMFormValuesJSONSerializerUtil.serialize(DDMFormValues ddmFormValues)
           
 String DDMFormValuesJSONSerializer.serialize(DDMFormValues ddmFormValues)
           
 String DDMFormValuesJSONSerializerImpl.serialize(DDMFormValues ddmFormValues)
           
protected  void DDMFormValuesJSONDeserializerImpl.setDDMFormFieldValues(JSONArray jsonArray, DDMFormValues ddmFormValues)
           
protected  void DDMFormValuesJSONDeserializerImpl.setDDMFormLocalizedValuesDefaultLocale(DDMFormValues ddmFormValues)
           
protected  void DDMFormValuesJSONDeserializerImpl.setDDMFormValuesAvailableLocales(JSONArray jsonArray, DDMFormValues ddmFormValues)
           
protected  void DDMFormValuesJSONDeserializerImpl.setDDMFormValuesDefaultLocale(String defaultLanguageId, DDMFormValues ddmFormValues)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.storage that return DDMFormValues
protected  DDMFormValues BaseStorageAdapter.doGetDDMFormValues(long classPK)
           
protected  DDMFormValues JSONStorageAdapter.doGetDDMFormValues(long classPK)
           
 DDMFormValues DDMFormFieldValue.getDDMFormValues()
           
static DDMFormValues StorageEngineUtil.getDDMFormValues(long classPK)
           
 DDMFormValues BaseStorageAdapter.getDDMFormValues(long classPK)
           
 DDMFormValues StorageAdapter.getDDMFormValues(long classPK)
           
 DDMFormValues StorageEngineImpl.getDDMFormValues(long classPK)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.storage with parameters of type DDMFormValues
static long StorageEngineUtil.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 long BaseStorageAdapter.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 long StorageAdapter.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 long StorageEngineImpl.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
protected  long BaseStorageAdapter.doCreate(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 long JSONStorageAdapter.doCreate(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
protected  void BaseStorageAdapter.doUpdate(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 void JSONStorageAdapter.doUpdate(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 void DDMFormFieldValue.setDDMFormValues(DDMFormValues ddmFormValues)
           
protected  void BaseStorageAdapter.transformDDMFormValues(DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static void StorageEngineUtil.update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 void BaseStorageAdapter.update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 void StorageAdapter.update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 void StorageEngineImpl.update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
protected  void BaseStorageAdapter.validateDDMFormValues(DDMFormValues ddmFormValues)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.util that return DDMFormValues
static DDMFormValues FieldsToDDMFormValuesConverterUtil.convert(DDMStructure ddmStructure, Fields fields)
           
 DDMFormValues FieldsToDDMFormValuesConverter.convert(DDMStructure ddmStructure, Fields fields)
           
 DDMFormValues FieldsToDDMFormValuesConverterImpl.convert(DDMStructure ddmStructure, Fields fields)
           
protected  DDMFormValues FieldsToDDMFormValuesConverterImpl.createDDMFormValues(DDMForm ddmForm, Set<Locale> availableLocales, Locale defaultLocale)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMFormValues
static Fields DDMFormValuesToFieldsConverterUtil.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 Fields DDMFormValuesToFieldsConverter.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 Fields DDMFormValuesToFieldsConverterImpl.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMFormValues
DDMFormValuesTransformer(DDMFormValues ddmFormValues)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.validator with parameters of type DDMFormValues
 void DDMFormValuesValidator.validate(DDMFormValues ddmFormValues)
           
static void DDMFormValuesValidatorUtil.validate(DDMFormValues ddmFormValues)
           
 void DDMFormValuesValidatorImpl.validate(DDMFormValues ddmFormValues)
           
 


Liferay 7.0-ce-m3