com.liferay.portlet.blogsaggregator.lar
Class BlogsAggregatorPortletDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BasePortletDataHandler
com.liferay.portal.kernel.lar.DefaultConfigurationPortletDataHandler
com.liferay.portlet.blogsaggregator.lar.BlogsAggregatorPortletDataHandler
- All Implemented Interfaces:
- PortletDataHandler
public class BlogsAggregatorPortletDataHandler
- extends DefaultConfigurationPortletDataHandler
|
Method Summary |
protected PortletPreferences |
doProcessExportPortletPreferences(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences,
Element rootElement)
|
protected PortletPreferences |
doProcessImportPortletPreferences(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
|
protected PortletPreferences |
updateExportPortletPreferences(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences,
Element rootElement)
|
protected PortletPreferences |
updateImportPortletPreferences(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
|
| Methods inherited from class com.liferay.portal.kernel.lar.BasePortletDataHandler |
addExportDataRootElement, addImportDataRootElement, addUncheckedModelAdditionCount, doDeleteData, doExportData, doImportData, doPrepareManifestSummary, getDataLevel, getDataPortletPreferences, getDeletionSystemEventStagedModelTypes, getDisplayTemplate, getDisplayTemplateGroupId, getExportConfigurationControls, getExportConfigurationControls, getExportControls, getExportDataRootElementString, getExportMetadataControls, getExportModelCount, getImportConfigurationControls, getImportConfigurationControls, getImportControls, getImportMetadataControls, getPortletId, isDataLocalized, isDataPortalLevel, isDataPortletInstanceLevel, isDataSiteLevel, isPublishToLiveByDefault, isSupportsDataStrategyCopyAsNew, prepareManifestSummary, prepareManifestSummary, processExportPortletPreferences, processImportPortletPreferences, setAlwaysExportable, setAlwaysStaged, setDataLevel, setDataLocalized, setDataPortletPreferences, setDeletionSystemEventStagedModelTypes, setExportControls, setExportMetadataControls, setImportControls, setImportMetadataControls, setPortletId, setPublishToLiveByDefault, setSupportsDataStrategyCopyAsNew |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsAggregatorPortletDataHandler
public BlogsAggregatorPortletDataHandler()
doProcessExportPortletPreferences
protected PortletPreferences doProcessExportPortletPreferences(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences,
Element rootElement)
throws Exception
- Overrides:
doProcessExportPortletPreferences in class BasePortletDataHandler
- Throws:
Exception
doProcessImportPortletPreferences
protected PortletPreferences doProcessImportPortletPreferences(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
throws Exception
- Overrides:
doProcessImportPortletPreferences in class BasePortletDataHandler
- Throws:
Exception
updateExportPortletPreferences
protected PortletPreferences updateExportPortletPreferences(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences,
Element rootElement)
throws Exception
- Throws:
Exception
updateImportPortletPreferences
protected PortletPreferences updateImportPortletPreferences(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
throws Exception
- Throws:
Exception