Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.lar.PortletDataException

Packages that use PortletDataException
com.liferay.portal.kernel.lar   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portlet.wiki.lar   
 

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
 

Methods in com.liferay.portal.lar that throw PortletDataException
protected  void PortletDataContextImpl.validateDateRange(Date startDate, Date endDate)
           
 

Constructors in com.liferay.portal.lar that throw PortletDataException
PortletDataContextImpl(long companyId, long groupId, Map<String,String[]> parameterMap, Set<String> primaryKeys, Date startDate, Date endDate, ZipWriter zipWriter)
           
 

Uses of PortletDataException in com.liferay.portlet.wiki.lar
 

Methods in com.liferay.portlet.wiki.lar that throw PortletDataException
 PortletPreferences WikiPortletDataHandlerImpl.importData(PortletDataContext portletDataContext, String portletId, PortletPreferences portletPreferences, String data)
           
 PortletPreferences WikiDisplayPortletDataHandlerImpl.importData(PortletDataContext portletDataContext, String portletId, PortletPreferences portletPreferences, String data)
           
 


Liferay 6.1.2-ce-ga3