Liferay 7.0-ce-m6

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

Packages that use DDMFormValues
com.liferay.portal.kernel.metadata   
com.liferay.portlet.asset.model   
com.liferay.portlet.documentlibrary.display.context   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.dynamicdatamapping.io   
com.liferay.portlet.dynamicdatamapping.storage   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.util.test   
com.liferay.portlet.dynamicdatamapping.validator   
 

Uses of DDMFormValues in com.liferay.portal.kernel.metadata
 

Methods in com.liferay.portal.kernel.metadata that return types with arguments of type DDMFormValues
static Map<String,DDMFormValues> RawMetadataProcessorUtil.getRawMetadataMap(String extension, String mimeType, File file)
           
 Map<String,DDMFormValues> RawMetadataProcessor.getRawMetadataMap(String extension, String mimeType, File file)
           
static Map<String,DDMFormValues> RawMetadataProcessorUtil.getRawMetadataMap(String extension, String mimeType, InputStream inputStream)
           
 Map<String,DDMFormValues> RawMetadataProcessor.getRawMetadataMap(String extension, String mimeType, InputStream inputStream)
           
 

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

Methods in com.liferay.portlet.asset.model that return DDMFormValues
 DDMFormValues DDMFormValuesReader.getDDMFormValues()
           
 

Uses of DDMFormValues in com.liferay.portlet.documentlibrary.display.context
 

Methods in com.liferay.portlet.documentlibrary.display.context that return DDMFormValues
 DDMFormValues DLViewFileVersionDisplayContext.getDDMFormValues(DDMStructure ddmStructure)
           
 DDMFormValues BaseDLViewFileVersionDisplayContext.getDDMFormValues(DDMStructure ddmStructure)
           
 

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

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DDMFormValues
 Map<String,DDMFormValues> DLFileEntry.getDDMFormValuesMap(long fileVersionId)
           
 Map<String,DDMFormValues> DLFileEntryWrapper.getDDMFormValuesMap(long fileVersionId)
           
 

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

Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type DDMFormValues
 DLFileEntry DLFileEntryLocalServiceWrapper.addFileEntry(long userId, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.addFileEntry(long userId, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.addFileEntry(long userId, long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.addFileEntry(long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.addFileEntry(long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.addFileEntry(long groupId, long repositoryId, long folderId, String sourceFileName, String mimeType, String title, String description, String changeLog, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalServiceWrapper.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryLocalService.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryLocalServiceUtil.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
static DLFileEntry DLFileEntryServiceUtil.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryService.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceWrapper.updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
static void DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 void DLFileEntryMetadataLocalService.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 void DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
static void DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 void DLFileEntryMetadataLocalService.updateFileEntryMetadata(long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 void DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 

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
 String DDMFormValuesJSONSerializer.serialize(DDMFormValues ddmFormValues)
           
static String DDMFormValuesJSONSerializerUtil.serialize(DDMFormValues ddmFormValues)
           
 

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

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

Methods in com.liferay.portlet.dynamicdatamapping.storage with parameters of type DDMFormValues
 long StorageAdapter.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 long BaseStorageAdapter.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static long StorageEngineUtil.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
protected abstract  long BaseStorageAdapter.doCreate(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
protected abstract  void BaseStorageAdapter.doUpdate(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 void DDMFormFieldValue.setDDMFormValues(DDMFormValues ddmFormValues)
           
protected  void BaseStorageAdapter.transformDDMFormValues(DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 void StorageAdapter.update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 void BaseStorageAdapter.update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static void StorageEngineUtil.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
 DDMFormValues FieldsToDDMFormValuesConverter.convert(DDMStructure ddmStructure, Fields fields)
           
static DDMFormValues FieldsToDDMFormValuesConverterUtil.convert(DDMStructure ddmStructure, Fields fields)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMFormValues
 void DDMIndexer.addAttributes(Document document, DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
static void DDMIndexerUtil.addAttributes(Document document, DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
static Fields DDMFormValuesToFieldsConverterUtil.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
 Fields DDMFormValuesToFieldsConverter.convert(DDMStructure ddmStructure, DDMFormValues ddmFormValues)
           
static String DDMIndexerUtil.extractAttributes(DDMStructure ddmStructure, DDMFormValues ddmFormValues, Locale locale)
           
 String DDMIndexer.extractIndexableAttributes(DDMStructure ddmStructure, DDMFormValues ddmFormValues, Locale locale)
           
 

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

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

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

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-m6