com.liferay.portlet.documentlibrary.lar
Class DLFileShortcutStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<DLFileShortcut>
com.liferay.portlet.documentlibrary.lar.DLFileShortcutStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<DLFileShortcut>
public class DLFileShortcutStagedModelDataHandler
- extends BaseStagedModelDataHandler<DLFileShortcut>
| 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
DLFileShortcutStagedModelDataHandler
public DLFileShortcutStagedModelDataHandler()
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<DLFileShortcut>- Specified by:
getClassNames in class BaseStagedModelDataHandler<DLFileShortcut>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
DLFileShortcut fileShortcut)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<DLFileShortcut>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
DLFileShortcut fileShortcut)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<DLFileShortcut>
- Throws:
Exception