com.liferay.portlet.documentlibrary.lar
Class DLPortletDataHandler
java.lang.Object
com.liferay.portlet.exportimport.lar.BasePortletDataHandler
com.liferay.portlet.documentlibrary.lar.DLPortletDataHandler
- All Implemented Interfaces:
- PortletDataHandler
- Direct Known Subclasses:
- DLDisplayPortletDataHandler
public class DLPortletDataHandler
- extends BasePortletDataHandler
|
Method Summary |
protected PortletPreferences |
doDeleteData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
|
protected String |
doExportData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
|
protected PortletPreferences |
doImportData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences,
String data)
|
protected void |
doPrepareManifestSummary(PortletDataContext portletDataContext,
PortletPreferences portletPreferences)
|
protected PortletPreferences |
doProcessExportPortletPreferences(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
|
protected PortletPreferences |
doProcessImportPortletPreferences(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
|
protected ActionableDynamicQuery |
getDLFileEntryTypeActionableDynamicQuery(PortletDataContext portletDataContext)
|
protected ActionableDynamicQuery |
getDLFileShortcutActionableDynamicQuery(PortletDataContext portletDataContext)
|
protected ActionableDynamicQuery |
getFileEntryActionableDynamicQuery(PortletDataContext portletDataContext)
|
protected ActionableDynamicQuery |
getFolderActionableDynamicQuery(PortletDataContext portletDataContext)
|
protected ActionableDynamicQuery |
getRepositoryActionableDynamicQuery(PortletDataContext portletDataContext)
|
String |
getServiceName()
|
| Methods inherited from class com.liferay.portlet.exportimport.lar.BasePortletDataHandler |
addDefaultData, addExportDataRootElement, addImportDataRootElement, addUncheckedModelAdditionCount, deleteData, doAddDefaultData, exportData, exportDisplayStyle, getClassNameId, getDataLevel, getDataPortletPreferences, getDeletionSystemEventStagedModelTypes, getDisplayStyle, getDisplayStyleGroupId, getExportConfigurationControls, getExportConfigurationControls, getExportControls, getExportDataRootElementString, getExportMetadataControls, getExportModelCount, getExportModelCount, getImportConfigurationControls, getImportConfigurationControls, getImportControls, getImportMetadataControls, getPortletId, importData, importDisplayStyle, isDataAlwaysStaged, isDataLocalized, isDataPortalLevel, isDataPortletInstanceLevel, isDataSiteLevel, isDisplayPortlet, isPublishToLiveByDefault, isRollbackOnException, isSupportsDataStrategyCopyAsNew, prepareManifestSummary, prepareManifestSummary, processExportPortletPreferences, processImportPortletPreferences, setAlwaysExportable, setAlwaysStaged, setDataAlwaysStaged, 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 |
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
DLPortletDataHandler
public DLPortletDataHandler()
getServiceName
public String getServiceName()
- Specified by:
getServiceName in interface PortletDataHandler- Overrides:
getServiceName in class BasePortletDataHandler
doDeleteData
protected PortletPreferences doDeleteData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
throws Exception
- Overrides:
doDeleteData in class BasePortletDataHandler
- Throws:
Exception
doExportData
protected String doExportData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
throws Exception
- Overrides:
doExportData in class BasePortletDataHandler
- Throws:
Exception
doImportData
protected PortletPreferences doImportData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences,
String data)
throws Exception
- Overrides:
doImportData in class BasePortletDataHandler
- Throws:
Exception
doPrepareManifestSummary
protected void doPrepareManifestSummary(PortletDataContext portletDataContext,
PortletPreferences portletPreferences)
throws Exception
- Overrides:
doPrepareManifestSummary in class BasePortletDataHandler
- Throws:
Exception
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
getDLFileEntryTypeActionableDynamicQuery
protected ActionableDynamicQuery getDLFileEntryTypeActionableDynamicQuery(PortletDataContext portletDataContext)
throws Exception
- Throws:
Exception
getDLFileShortcutActionableDynamicQuery
protected ActionableDynamicQuery getDLFileShortcutActionableDynamicQuery(PortletDataContext portletDataContext)
throws Exception
- Throws:
Exception
getFileEntryActionableDynamicQuery
protected ActionableDynamicQuery getFileEntryActionableDynamicQuery(PortletDataContext portletDataContext)
throws Exception
- Throws:
Exception
getFolderActionableDynamicQuery
protected ActionableDynamicQuery getFolderActionableDynamicQuery(PortletDataContext portletDataContext)
throws Exception
- Throws:
Exception
getRepositoryActionableDynamicQuery
protected ActionableDynamicQuery getRepositoryActionableDynamicQuery(PortletDataContext portletDataContext)
throws Exception
- Throws:
Exception