|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.portal.upgrade.v7_0_0 |
|---|
| Methods in com.liferay.portal.upgrade.v7_0_0 that return DDMFormValues | |
|---|---|
protected DDMFormValues |
UpgradeDynamicDataMapping.getDDMFormValues(DDMForm ddmForm,
String xml)
|
| Methods in com.liferay.portal.upgrade.v7_0_0 with parameters of type DDMFormValues | |
|---|---|
protected String |
UpgradeDynamicDataMapping.toJSON(DDMFormValues ddmFormValues)
|
protected void |
UpgradeDynamicDataMapping.transformFileUploadDDMFormFields(long groupId,
long companyId,
long userId,
String userName,
Timestamp createDate,
long entryId,
String entryVersion,
DDMFormValues ddmFormValues)
|
| 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)
|
DDMFormValues |
DefaultDLViewFileVersionDisplayContext.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.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 | |
|---|---|
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.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.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 | |
|---|---|
String |
DDMFormValuesJSONSerializer.serialize(DDMFormValues ddmFormValues)
|
static String |
DDMFormValuesJSONSerializerUtil.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 abstract DDMFormValues |
BaseStorageAdapter.doGetDDMFormValues(long classPK)
|
protected DDMFormValues |
JSONStorageAdapter.doGetDDMFormValues(long classPK)
|
DDMFormValues |
DDMFormFieldValue.getDDMFormValues()
|
DDMFormValues |
StorageAdapter.getDDMFormValues(long classPK)
|
DDMFormValues |
BaseStorageAdapter.getDDMFormValues(long classPK)
|
static DDMFormValues |
StorageEngineUtil.getDDMFormValues(long classPK)
|
DDMFormValues |
StorageEngineImpl.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)
|
long |
StorageEngineImpl.create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
protected abstract long |
BaseStorageAdapter.doCreate(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
long |
JSONStorageAdapter.doCreate(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
protected abstract 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)
|
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)
|
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 | |
|---|---|
DDMFormValues |
FieldsToDDMFormValuesConverter.convert(DDMStructure ddmStructure,
Fields fields)
|
static DDMFormValues |
FieldsToDDMFormValuesConverterUtil.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 | |
|---|---|
void |
DDMIndexer.addAttributes(Document document,
DDMStructure ddmStructure,
DDMFormValues ddmFormValues)
|
static void |
DDMIndexerUtil.addAttributes(Document document,
DDMStructure ddmStructure,
DDMFormValues ddmFormValues)
|
void |
DDMIndexerImpl.addAttributes(Document document,
DDMStructure ddmStructure,
DDMFormValues ddmFormValues)
|
static Fields |
DDMFormValuesToFieldsConverterUtil.convert(DDMStructure ddmStructure,
DDMFormValues ddmFormValues)
|
Fields |
DDMFormValuesToFieldsConverter.convert(DDMStructure ddmStructure,
DDMFormValues ddmFormValues)
|
Fields |
DDMFormValuesToFieldsConverterImpl.convert(DDMStructure ddmStructure,
DDMFormValues ddmFormValues)
|
static String |
DDMIndexerUtil.extractAttributes(DDMStructure ddmStructure,
DDMFormValues ddmFormValues,
Locale locale)
|
String |
DDMIndexer.extractIndexableAttributes(DDMStructure ddmStructure,
DDMFormValues ddmFormValues,
Locale locale)
|
String |
DDMIndexerImpl.extractIndexableAttributes(DDMStructure ddmStructure,
DDMFormValues ddmFormValues,
Locale locale)
|
protected Fields |
DDMIndexerImpl.toFields(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.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)
|
void |
DDMFormValuesValidatorImpl.validate(DDMFormValues ddmFormValues)
|
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||