Liferay 7.0-ce-b4

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

Packages that use DDMFormValues
com.liferay.portal.kernel.metadata   
com.liferay.portal.metadata   
com.liferay.portal.repository.liferayrepository   
com.liferay.portlet.asset.model   
com.liferay.portlet.documentlibrary.asset   
com.liferay.portlet.documentlibrary.display.context   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utilities. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
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.portal.metadata
 

Methods in com.liferay.portal.metadata that return DDMFormValues
protected  DDMFormValues BaseRawMetadataProcessor.createDDMFormValues(org.apache.tika.metadata.Metadata metadata, Field[] fields)
           
 

Methods in com.liferay.portal.metadata that return types with arguments of type DDMFormValues
protected  Map<String,DDMFormValues> BaseRawMetadataProcessor.createDDMFormValuesMap(org.apache.tika.metadata.Metadata metadata, Map<String,Field[]> fieldsMap)
           
 Map<String,DDMFormValues> BaseRawMetadataProcessor.getRawMetadataMap(String extension, String mimeType, File file)
           
 Map<String,DDMFormValues> BaseRawMetadataProcessor.getRawMetadataMap(String extension, String mimeType, InputStream inputStream)
           
 

Uses of DDMFormValues in com.liferay.portal.repository.liferayrepository
 

Methods in com.liferay.portal.repository.liferayrepository that return types with arguments of type DDMFormValues
protected  HashMap<String,DDMFormValues> LiferayRepositoryBase.getDDMFormValuesMap(ServiceContext serviceContext, long fileEntryTypeId)
           
 

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.asset
 

Methods in com.liferay.portlet.documentlibrary.asset that return DDMFormValues
 DDMFormValues DLFileEntryDDMFormValuesReader.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.model.impl
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DDMFormValues
 Map<String,DDMFormValues> DLFileEntryImpl.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.documentlibrary.service.http
 

Method parameters in com.liferay.portlet.documentlibrary.service.http with type arguments of type DDMFormValues
static DLFileEntry DLFileEntryServiceHttp.addFileEntry(HttpPrincipal httpPrincipal, 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 DLFileEntryServiceHttp.updateFileEntry(HttpPrincipal httpPrincipal, 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)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DDMFormValues
protected  void DLFileEntryMetadataLocalServiceImpl.updateFileEntryMetadata(long companyId, DDMStructure ddmStructure, long fileEntryId, long fileVersionId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.impl with type arguments of type DDMFormValues
 DLFileEntry DLFileEntryLocalServiceImpl.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 DLFileEntryServiceImpl.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)
           
protected  DLFileVersion DLFileEntryLocalServiceImpl.addFileVersion(User user, DLFileEntry dlFileEntry, String fileName, String extension, String mimeType, String title, String description, String changeLog, String extraSettings, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, String version, long size, int status, ServiceContext serviceContext)
           
protected  void DLFileEntryLocalServiceImpl.copyFileEntryMetadata(long companyId, long fileEntryId, long fromFileVersionId, long toFileVersionId, ServiceContext serviceContext, Map<String,DDMFormValues> ddmFormValuesMap, List<DDMStructure> ddmStructures)
           
 DLFileEntry DLFileEntryLocalServiceImpl.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)
           
protected  DLFileEntry DLFileEntryLocalServiceImpl.updateFileEntry(long userId, long fileEntryId, String sourceFileName, String extension, String mimeType, String title, String description, String changeLog, boolean majorVersion, String extraSettings, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, File file, InputStream is, long size, ServiceContext serviceContext)
           
 DLFileEntry DLFileEntryServiceImpl.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 DLFileEntryMetadataLocalServiceImpl.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 void DLFileEntryMetadataLocalServiceImpl.updateFileEntryMetadata(long fileEntryTypeId, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
protected  DLFileVersion DLFileEntryLocalServiceImpl.updateFileVersion(User user, DLFileVersion dlFileVersion, String sourceFileName, String fileName, String extension, String mimeType, String title, String description, String changeLog, String extraSettings, long fileEntryTypeId, Map<String,DDMFormValues> ddmFormValuesMap, String version, long size, int status, Date statusDate, 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