Liferay 6.0.5

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

Packages that use PortletDataException
com.liferay.portal.kernel.lar   
com.liferay.portal.lar   
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 PortletDataHandler.deleteData(PortletDataContext context, String portletId, PortletPreferences preferences)
          Deletes the data created by the portlet.
 PortletPreferences BasePortletDataHandler.deleteData(PortletDataContext context, String portletId, PortletPreferences preferences)
           
 String PortletDataHandler.exportData(PortletDataContext context, String portletId, PortletPreferences preferences)
          Returns a string of data to be placed in the <portlet-data> section of the LAR file.
 String BasePortletDataHandler.exportData(PortletDataContext context, String portletId, PortletPreferences preferences)
           
 PortletDataHandlerControl[] PortletDataHandler.getExportControls()
          Returns an array of the controls defined for this data handler.
 PortletDataHandlerControl[] PortletDataHandler.getImportControls()
          Returns an array of the controls defined for this data handler.
 PortletPreferences PortletDataHandler.importData(PortletDataContext context, String portletId, PortletPreferences preferences, String data)
          Handles any special processing of the data when the portlet is imported into a new layout.
 PortletPreferences BasePortletDataHandler.importData(PortletDataContext context, String portletId, PortletPreferences preferences, String data)
           
 

Uses of PortletDataException in com.liferay.portal.lar
 

Subclasses of PortletDataException in com.liferay.portal.lar
 class PortletDataException
          Deprecated. This class has been repackaged at com.liferay.portal.kernel.lar.
 

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 context, String portletId, PortletPreferences preferences, String data)
           
 PortletPreferences WikiDisplayPortletDataHandlerImpl.importData(PortletDataContext context, String portletId, PortletPreferences preferences, String data)
           
 


Liferay 6.0.5