public class DDLFormExportImportPortletPreferencesProcessor
extends java.lang.Object
implements com.liferay.exportimport.portlet.preferences.processor.ExportImportPortletPreferencesProcessor
| Constructor and Description |
|---|
DDLFormExportImportPortletPreferencesProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.liferay.exportimport.portlet.preferences.processor.Capability> |
getExportCapabilities() |
java.util.List<com.liferay.exportimport.portlet.preferences.processor.Capability> |
getImportCapabilities() |
javax.portlet.PortletPreferences |
processExportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences) |
javax.portlet.PortletPreferences |
processImportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences) |
protected void |
setDDLRecordStagedModelRepository(com.liferay.dynamic.data.lists.exportimport.staged.model.repository.DDLRecordStagedModelRepository ddlRecordStagedModelRepository) |
public DDLFormExportImportPortletPreferencesProcessor()
public java.util.List<com.liferay.exportimport.portlet.preferences.processor.Capability> getExportCapabilities()
getExportCapabilities in interface com.liferay.exportimport.portlet.preferences.processor.ExportImportPortletPreferencesProcessorpublic java.util.List<com.liferay.exportimport.portlet.preferences.processor.Capability> getImportCapabilities()
getImportCapabilities in interface com.liferay.exportimport.portlet.preferences.processor.ExportImportPortletPreferencesProcessorpublic javax.portlet.PortletPreferences processExportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences)
throws com.liferay.exportimport.kernel.lar.PortletDataException
processExportPortletPreferences in interface com.liferay.exportimport.portlet.preferences.processor.ExportImportPortletPreferencesProcessorcom.liferay.exportimport.kernel.lar.PortletDataExceptionpublic javax.portlet.PortletPreferences processImportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences)
throws com.liferay.exportimport.kernel.lar.PortletDataException
processImportPortletPreferences in interface com.liferay.exportimport.portlet.preferences.processor.ExportImportPortletPreferencesProcessorcom.liferay.exportimport.kernel.lar.PortletDataExceptionprotected void setDDLRecordStagedModelRepository(com.liferay.dynamic.data.lists.exportimport.staged.model.repository.DDLRecordStagedModelRepository ddlRecordStagedModelRepository)