com.liferay.portlet.dynamicdatamapping.util
Class DocumentLibraryDDMFormFieldValueTransformer
java.lang.Object
com.liferay.portlet.dynamicdatamapping.util.DocumentLibraryDDMFormFieldValueTransformer
- All Implemented Interfaces:
- DDMFormFieldValueTransformer
public class DocumentLibraryDDMFormFieldValueTransformer
- extends Object
- implements DDMFormFieldValueTransformer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentLibraryDDMFormFieldValueTransformer
public DocumentLibraryDDMFormFieldValueTransformer()
getFieldType
public String getFieldType()
- Specified by:
getFieldType in interface DDMFormFieldValueTransformer
transform
public void transform(DDMFormFieldValue ddmFormFieldValue)
throws PortalException
- Specified by:
transform in interface DDMFormFieldValueTransformer
- Throws:
PortalException
addFileEntry
protected FileEntry addFileEntry(FileEntry tempFileEntry)
throws PortalException
- Throws:
PortalException
fetchTempFileEntry
protected FileEntry fetchTempFileEntry(String value)
throws PortalException
- Throws:
PortalException
toJSON
protected String toJSON(FileEntry fileEntry)