com.liferay.portlet.dynamicdatalists.lar
Class DDLDisplayPortletDataHandlerImpl
java.lang.Object
com.liferay.portal.kernel.lar.BasePortletDataHandler
com.liferay.portlet.dynamicdatalists.lar.DDLDisplayPortletDataHandlerImpl
- All Implemented Interfaces:
- PortletDataHandler
public class DDLDisplayPortletDataHandlerImpl
- extends BasePortletDataHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDLDisplayPortletDataHandlerImpl
public DDLDisplayPortletDataHandlerImpl()
getDataPortletPreferences
public String[] getDataPortletPreferences()
- Description copied from interface:
PortletDataHandler
- Returns an array of the portlet preferences that reference data. These
preferences should only be updated if the referenced data is imported.
- Specified by:
getDataPortletPreferences
in interface PortletDataHandler
- Overrides:
getDataPortletPreferences
in class BasePortletDataHandler
- Returns:
- A String array
isAlwaysExportable
public boolean isAlwaysExportable()
- Description copied from interface:
PortletDataHandler
- Returns
true
to allow the user to export data for this
portlet even though it may not belong to any pages. See LPS-1624.
- Specified by:
isAlwaysExportable
in interface PortletDataHandler
- Overrides:
isAlwaysExportable
in class BasePortletDataHandler
- Returns:
true
to allow the user to export data for this
portlet even though it may not belong to any pages
isDataLocalized
public boolean isDataLocalized()
- Specified by:
isDataLocalized
in interface PortletDataHandler
- Overrides:
isDataLocalized
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