com.liferay.portlet.documentlibrary.lar
Class FileEntryStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<FileEntry>
com.liferay.portlet.documentlibrary.lar.FileEntryStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<FileEntry>
public class FileEntryStagedModelDataHandler
- extends BaseStagedModelDataHandler<FileEntry>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAMES
public static final String[] CLASS_NAMES
FileEntryStagedModelDataHandler
public FileEntryStagedModelDataHandler()
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<FileEntry>- Specified by:
getClassNames in class BaseStagedModelDataHandler<FileEntry>
importStagedModel
public void importStagedModel(PortletDataContext portletDataContext,
FileEntry fileEntry)
throws PortletDataException
- Specified by:
importStagedModel in interface StagedModelDataHandler<FileEntry>- Overrides:
importStagedModel in class BaseStagedModelDataHandler<FileEntry>
- Throws:
PortletDataException
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
FileEntry fileEntry)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<FileEntry>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
FileEntry fileEntry)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<FileEntry>
- Throws:
Exception
exportMetaData
protected void exportMetaData(PortletDataContext portletDataContext,
Element fileEntryElement,
FileEntry fileEntry)
throws Exception
- Throws:
Exception
importMetaData
protected void importMetaData(PortletDataContext portletDataContext,
Element fileEntryElement,
ServiceContext serviceContext)
throws Exception
- Throws:
Exception