public class RecentBloggersExportImportPortletPreferencesProcessor
extends com.liferay.exportimport.portlet.preferences.processor.base.BaseExportImportPortletPreferencesProcessor
| Constructor and Description |
|---|
RecentBloggersExportImportPortletPreferencesProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.liferay.exportimport.portlet.preferences.processor.Capability> |
getExportCapabilities() |
protected java.lang.String |
getExportPortletPreferencesValue(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.Portlet portlet,
java.lang.String className,
long primaryKeyLong) |
java.util.List<com.liferay.exportimport.portlet.preferences.processor.Capability> |
getImportCapabilities() |
protected java.lang.Long |
getImportPortletPreferencesNewValue(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.Class<?> clazz,
long companyGroupId,
java.util.Map<java.lang.Long,java.lang.Long> primaryKeys,
java.lang.String portletPreferencesOldValue) |
javax.portlet.PortletPreferences |
processExportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences) |
javax.portlet.PortletPreferences |
processImportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences) |
protected void |
setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService) |
protected void |
setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService) |
protected void |
setPortletLocalService(com.liferay.portal.kernel.service.PortletLocalService portletLocalService) |
protected javax.portlet.PortletPreferences |
updateExportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String portletId,
javax.portlet.PortletPreferences portletPreferences) |
protected javax.portlet.PortletPreferences |
updateImportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences) |
public RecentBloggersExportImportPortletPreferencesProcessor()
public java.util.List<com.liferay.exportimport.portlet.preferences.processor.Capability> getExportCapabilities()
public java.util.List<com.liferay.exportimport.portlet.preferences.processor.Capability> getImportCapabilities()
public javax.portlet.PortletPreferences processExportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences)
throws com.liferay.exportimport.kernel.lar.PortletDataException
com.liferay.exportimport.kernel.lar.PortletDataExceptionpublic javax.portlet.PortletPreferences processImportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences)
throws com.liferay.exportimport.kernel.lar.PortletDataException
com.liferay.exportimport.kernel.lar.PortletDataExceptionprotected java.lang.String getExportPortletPreferencesValue(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.Portlet portlet,
java.lang.String className,
long primaryKeyLong)
throws java.lang.Exception
getExportPortletPreferencesValue in class com.liferay.exportimport.portlet.preferences.processor.base.BaseExportImportPortletPreferencesProcessorjava.lang.Exceptionprotected java.lang.Long getImportPortletPreferencesNewValue(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.Class<?> clazz,
long companyGroupId,
java.util.Map<java.lang.Long,java.lang.Long> primaryKeys,
java.lang.String portletPreferencesOldValue)
throws java.lang.Exception
getImportPortletPreferencesNewValue in class com.liferay.exportimport.portlet.preferences.processor.base.BaseExportImportPortletPreferencesProcessorjava.lang.Exceptionprotected void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
protected void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
protected void setPortletLocalService(com.liferay.portal.kernel.service.PortletLocalService portletLocalService)
protected javax.portlet.PortletPreferences updateExportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String portletId,
javax.portlet.PortletPreferences portletPreferences)
throws java.lang.Exception
java.lang.Exceptionprotected javax.portlet.PortletPreferences updateImportPortletPreferences(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
javax.portlet.PortletPreferences portletPreferences)
throws java.lang.Exception
java.lang.Exception