|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletDataException | |
---|---|
com.liferay.portal.kernel.lar | |
com.liferay.portal.lar | This package defines the portal archiving interfaces, classes, and exceptions. |
Uses of PortletDataException in com.liferay.portal.kernel.lar |
---|
Methods in com.liferay.portal.kernel.lar that throw PortletDataException | |
---|---|
PortletPreferences |
BasePortletDataHandler.deleteData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
|
PortletPreferences |
PortletDataHandler.deleteData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
Deletes the data created by the portlet. |
String |
BasePortletDataHandler.exportData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
|
String |
PortletDataHandler.exportData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences)
Returns a string of data to be placed in the <portlet-data> section of the LAR file. |
PortletDataHandlerControl[] |
PortletDataHandler.getExportControls()
Returns an array of the controls defined for this data handler. |
PortletDataHandlerControl[] |
PortletDataHandler.getExportMetadataControls()
Returns an array of the metadata controls defined for this data handler. |
PortletDataHandlerControl[] |
PortletDataHandler.getImportControls()
Returns an array of the controls defined for this data handler. |
PortletDataHandlerControl[] |
PortletDataHandler.getImportMetadataControls()
Returns an array of the metadata controls defined for this data handler. |
PortletPreferences |
BasePortletDataHandler.importData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences,
String data)
|
PortletPreferences |
PortletDataHandler.importData(PortletDataContext portletDataContext,
String portletId,
PortletPreferences portletPreferences,
String data)
Handles any special processing of the data when the portlet is imported into a new layout. |
Uses of PortletDataException in com.liferay.portal.lar |
---|
Subclasses of PortletDataException in com.liferay.portal.lar | |
---|---|
class |
PortletDataException
Deprecated. Moved to PortletDataException |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |