com.liferay.portlet.dynamicdatalists.lar
Class DDLRecordSetStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<DDLRecordSet>
com.liferay.portlet.dynamicdatalists.lar.DDLRecordSetStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<DDLRecordSet>
public class DDLRecordSetStagedModelDataHandler
- extends BaseStagedModelDataHandler<DDLRecordSet>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDLRecordSetStagedModelDataHandler
public DDLRecordSetStagedModelDataHandler()
getClassName
public String getClassName()
- Specified by:
getClassName in interface StagedModelDataHandler<DDLRecordSet>- Specified by:
getClassName in class BaseStagedModelDataHandler<DDLRecordSet>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
Element[] elements,
DDLRecordSet recordSet)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<DDLRecordSet>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
Element element,
String path,
DDLRecordSet recordSet)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<DDLRecordSet>
- Throws:
Exception
importDDMStructures
protected void importDDMStructures(PortletDataContext portletDataContext,
Element ddmStructureReferencesElement)
throws Exception
- Throws:
Exception
importDDMTemplates
protected void importDDMTemplates(PortletDataContext portletDataContext,
Element ddmTemplateReferencesElement)
throws Exception
- Throws:
Exception