com.liferay.portlet.documentlibrary.lar
Class DLDisplayPortletDataHandlerImpl

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.lar.DLDisplayPortletDataHandlerImpl
All Implemented Interfaces:
com.liferay.portal.lar.PortletDataHandler

public class DLDisplayPortletDataHandlerImpl
extends java.lang.Object
implements com.liferay.portal.lar.PortletDataHandler

View Source

Author:
Raymond Augé

Constructor Summary
DLDisplayPortletDataHandlerImpl()
           
 
Method Summary
 javax.portlet.PortletPreferences deleteData(com.liferay.portal.lar.PortletDataContext context, java.lang.String portletId, javax.portlet.PortletPreferences preferences)
           
 java.lang.String exportData(com.liferay.portal.lar.PortletDataContext context, java.lang.String portletId, javax.portlet.PortletPreferences preferences)
           
 com.liferay.portal.lar.PortletDataHandlerControl[] getExportControls()
           
 com.liferay.portal.lar.PortletDataHandlerControl[] getImportControls()
           
 javax.portlet.PortletPreferences importData(com.liferay.portal.lar.PortletDataContext context, java.lang.String portletId, javax.portlet.PortletPreferences preferences, java.lang.String data)
           
 boolean isPublishToLiveByDefault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLDisplayPortletDataHandlerImpl

public DLDisplayPortletDataHandlerImpl()
Method Detail

deleteData

public javax.portlet.PortletPreferences deleteData(com.liferay.portal.lar.PortletDataContext context,
                                                   java.lang.String portletId,
                                                   javax.portlet.PortletPreferences preferences)
                                            throws com.liferay.portal.lar.PortletDataException
Specified by:
deleteData in interface com.liferay.portal.lar.PortletDataHandler
Throws:
com.liferay.portal.lar.PortletDataException

exportData

public java.lang.String exportData(com.liferay.portal.lar.PortletDataContext context,
                                   java.lang.String portletId,
                                   javax.portlet.PortletPreferences preferences)
                            throws com.liferay.portal.lar.PortletDataException
Specified by:
exportData in interface com.liferay.portal.lar.PortletDataHandler
Throws:
com.liferay.portal.lar.PortletDataException

getExportControls

public com.liferay.portal.lar.PortletDataHandlerControl[] getExportControls()
Specified by:
getExportControls in interface com.liferay.portal.lar.PortletDataHandler

getImportControls

public com.liferay.portal.lar.PortletDataHandlerControl[] getImportControls()
Specified by:
getImportControls in interface com.liferay.portal.lar.PortletDataHandler

importData

public javax.portlet.PortletPreferences importData(com.liferay.portal.lar.PortletDataContext context,
                                                   java.lang.String portletId,
                                                   javax.portlet.PortletPreferences preferences,
                                                   java.lang.String data)
                                            throws com.liferay.portal.lar.PortletDataException
Specified by:
importData in interface com.liferay.portal.lar.PortletDataHandler
Throws:
com.liferay.portal.lar.PortletDataException

isPublishToLiveByDefault

public boolean isPublishToLiveByDefault()
Specified by:
isPublishToLiveByDefault in interface com.liferay.portal.lar.PortletDataHandler