Liferay 6.2-ce-ga5

com.liferay.portlet.assetpublisher.lar
Class AssetPublisherPortletDataHandler

java.lang.Object
  extended by com.liferay.portal.kernel.lar.BasePortletDataHandler
      extended by com.liferay.portal.kernel.lar.DefaultConfigurationPortletDataHandler
          extended by com.liferay.portlet.assetpublisher.lar.AssetPublisherPortletDataHandler
All Implemented Interfaces:
PortletDataHandler

public class AssetPublisherPortletDataHandler
extends DefaultConfigurationPortletDataHandler


Constructor Summary
AssetPublisherPortletDataHandler()
           
 
Method Summary
protected  PortletPreferences doProcessExportPortletPreferences(PortletDataContext portletDataContext, String portletId, PortletPreferences portletPreferences)
           
protected  PortletPreferences doProcessImportPortletPreferences(PortletDataContext portletDataContext, String portletId, PortletPreferences portletPreferences)
           
protected  void updateExportClassNameIds(PortletPreferences portletPreferences, String key)
           
protected  void updateExportDDMStructures(PortletDataContext portletDataContext, PortletPreferences portletPreferences, String key)
           
protected  PortletPreferences updateExportPortletPreferences(PortletDataContext portletDataContext, String portletId, PortletPreferences portletPreferences)
           
protected  void updateExportScopeIds(PortletDataContext portletDataContext, PortletPreferences portletPreferences, String key, long plid)
           
protected  void updateImportClassNameIds(PortletPreferences portletPreferences, String key)
           
protected  void updateImportDDMStructures(PortletDataContext portletDataContext, PortletPreferences portletPreferences, String key)
           
protected  PortletPreferences updateImportPortletPreferences(PortletDataContext portletDataContext, String portletId, PortletPreferences portletPreferences)
           
protected  void updateImportScopeIds(PortletPreferences portletPreferences, String key, long companyGroupId, long plid)
           
 
Methods inherited from class com.liferay.portal.kernel.lar.DefaultConfigurationPortletDataHandler
deleteData, exportData, getExportModelCount, importData
 
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, isDisplayPortlet, 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
 

Constructor Detail

AssetPublisherPortletDataHandler

public AssetPublisherPortletDataHandler()
Method Detail

doProcessExportPortletPreferences

protected PortletPreferences doProcessExportPortletPreferences(PortletDataContext portletDataContext,
                                                               String portletId,
                                                               PortletPreferences portletPreferences)
                                                        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

updateExportClassNameIds

protected void updateExportClassNameIds(PortletPreferences portletPreferences,
                                        String key)
                                 throws Exception
Throws:
Exception

updateExportDDMStructures

protected void updateExportDDMStructures(PortletDataContext portletDataContext,
                                         PortletPreferences portletPreferences,
                                         String key)
                                  throws Exception
Throws:
Exception

updateExportPortletPreferences

protected PortletPreferences updateExportPortletPreferences(PortletDataContext portletDataContext,
                                                            String portletId,
                                                            PortletPreferences portletPreferences)
                                                     throws Exception
Throws:
Exception

updateExportScopeIds

protected void updateExportScopeIds(PortletDataContext portletDataContext,
                                    PortletPreferences portletPreferences,
                                    String key,
                                    long plid)
                             throws Exception
Throws:
Exception

updateImportClassNameIds

protected void updateImportClassNameIds(PortletPreferences portletPreferences,
                                        String key)
                                 throws Exception
Throws:
Exception

updateImportDDMStructures

protected void updateImportDDMStructures(PortletDataContext portletDataContext,
                                         PortletPreferences portletPreferences,
                                         String key)
                                  throws Exception
Throws:
Exception

updateImportPortletPreferences

protected PortletPreferences updateImportPortletPreferences(PortletDataContext portletDataContext,
                                                            String portletId,
                                                            PortletPreferences portletPreferences)
                                                     throws Exception
Throws:
Exception

updateImportScopeIds

protected void updateImportScopeIds(PortletPreferences portletPreferences,
                                    String key,
                                    long companyGroupId,
                                    long plid)
                             throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5