Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.dynamicdatamapping.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   
 

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> DLFileEntryWrapper.getDDMFormValuesMap(long fileVersionId)
           
 Map<String,DDMFormValues> DLFileEntry.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
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)
           
 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)
           
 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 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)
           
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)
           
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)
           
 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)
           
 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 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 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)
           
 void DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, 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 fileEntryTypeId, 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)
           
 

Uses of DDMFormValues in com.liferay.portlet.dynamicdatamapping
 

Methods in com.liferay.portlet.dynamicdatamapping that return DDMFormValues
 DDMFormValues DDMFormFieldValue.getDDMFormValues()
           
static DDMFormValues StorageEngineManagerUtil.getDDMFormValues(long classPK)
           
 DDMFormValues StorageEngineManager.getDDMFormValues(long classPK)
           
static DDMFormValues StorageEngineManagerUtil.getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext)
           
 DDMFormValues StorageEngineManager.getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatamapping with parameters of type DDMFormValues
static void DDMStructureManagerUtil.addAttributes(long structureId, Document document, DDMFormValues ddmFormValues)
           
 void DDMStructureManager.addAttributes(long structureId, Document document, DDMFormValues ddmFormValues)
           
static long StorageEngineManagerUtil.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 long StorageEngineManager.create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static String DDMStructureManagerUtil.extractAttributes(long structureId, DDMFormValues ddmFormValues, Locale locale)
           
 String DDMStructureManager.extractAttributes(long structureId, DDMFormValues ddmFormValues, Locale locale)
           
 void DDMFormFieldValue.setDDMFormValues(DDMFormValues ddmFormValues)
           
static void StorageEngineManagerUtil.update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 void StorageEngineManager.update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 


Liferay 7.0-ce-b4