|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.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)
|
| Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type DDMFormValues | |
|---|---|
static String |
DDMFormValuesJSONSerializerUtil.serialize(DDMFormValues ddmFormValues)
|
String |
DDMFormValuesJSONSerializer.serialize(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)
|
DDMFormValues |
DDMFormFieldValue.getDDMFormValues()
|
static DDMFormValues |
StorageEngineUtil.getDDMFormValues(long classPK)
|
DDMFormValues |
BaseStorageAdapter.getDDMFormValues(long classPK)
|
DDMFormValues |
StorageAdapter.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)
|
protected long |
BaseStorageAdapter.doCreate(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
protected void |
BaseStorageAdapter.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)
|
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)
|
| 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)
|
| 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)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||