Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.util
Class DocumentLibraryDDMFormFieldValueTransformer

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.util.DocumentLibraryDDMFormFieldValueTransformer
All Implemented Interfaces:
DDMFormFieldValueTransformer

public class DocumentLibraryDDMFormFieldValueTransformer
extends Object
implements DDMFormFieldValueTransformer


Constructor Summary
DocumentLibraryDDMFormFieldValueTransformer()
           
 
Method Summary
protected  FileEntry addFileEntry(FileEntry tempFileEntry)
           
protected  FileEntry fetchTempFileEntry(String value)
           
 String getFieldType()
           
protected  String toJSON(FileEntry fileEntry)
           
 void transform(DDMFormFieldValue ddmFormFieldValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentLibraryDDMFormFieldValueTransformer

public DocumentLibraryDDMFormFieldValueTransformer()
Method Detail

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)

Liferay 7.0-ce-m6