Class BaseExportImportPortletPreferencesProcessor
java.lang.Object
com.liferay.exportimport.portlet.preferences.processor.base.BaseExportImportPortletPreferencesProcessor
- All Implemented Interfaces:
ExportImportPortletPreferencesProcessor
@ProviderType
public abstract class BaseExportImportPortletPreferencesProcessor
extends Object
implements ExportImportPortletPreferencesProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getExportPortletPreferencesExternalReferenceCode
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.Portlet portlet, String className, String externalReferenceCode) protected abstract String
getExportPortletPreferencesValue
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.Portlet portlet, String className, long primaryKeyLong) protected String
getGroupExportPortletPreferencesExternalReferenceCode
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String externalReferenceCode) protected String
getImportPortletPreferencesNewExternalReferenceCode
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, Class<?> clazz, long companyGroupId, Map<String, String[]> primaryKeys, String portletPreferencesOldExternalReferenceCode) protected abstract Long
getImportPortletPreferencesNewValue
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, Class<?> clazz, long companyGroupId, Map<Long, Long> primaryKeys, String portletPreferencesOldValue) protected void
updateExportPortletPreferencesClassPKs
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.Portlet portlet, javax.portlet.PortletPreferences portletPreferences, String key, String className) protected void
updateExportPortletPreferencesExternalReferenceCodes
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.Portlet portlet, javax.portlet.PortletPreferences portletPreferences, String key, String className) protected void
updateImportPortletPreferencesClassPKs
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences, String key, Class<?> clazz, long companyGroupId) protected void
updateImportPortletPreferencesExternalReferenceCodes
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences, String key, Class<?> clazz, long companyGroupId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.exportimport.portlet.preferences.processor.ExportImportPortletPreferencesProcessor
getExportCapabilities, getImportCapabilities, isPublishDisplayedContent, processExportPortletPreferences, processImportPortletPreferences
-
Constructor Details
-
BaseExportImportPortletPreferencesProcessor
public BaseExportImportPortletPreferencesProcessor()
-
-
Method Details
-
getExportPortletPreferencesExternalReferenceCode
-
getExportPortletPreferencesValue
protected abstract String getExportPortletPreferencesValue(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.Portlet portlet, String className, long primaryKeyLong) throws Exception - Throws:
Exception
-
getGroupExportPortletPreferencesExternalReferenceCode
-
getImportPortletPreferencesNewExternalReferenceCode
protected String getImportPortletPreferencesNewExternalReferenceCode(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, Class<?> clazz, long companyGroupId, Map<String, String[]> primaryKeys, String portletPreferencesOldExternalReferenceCode) throws Exception- Throws:
Exception
-
getImportPortletPreferencesNewValue
protected abstract Long getImportPortletPreferencesNewValue(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, Class<?> clazz, long companyGroupId, Map<Long, Long> primaryKeys, String portletPreferencesOldValue) throws Exception- Throws:
Exception
-
updateExportPortletPreferencesClassPKs
protected void updateExportPortletPreferencesClassPKs(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.Portlet portlet, javax.portlet.PortletPreferences portletPreferences, String key, String className) throws Exception - Throws:
Exception
-
updateExportPortletPreferencesExternalReferenceCodes
protected void updateExportPortletPreferencesExternalReferenceCodes(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.Portlet portlet, javax.portlet.PortletPreferences portletPreferences, String key, String className) throws Exception - Throws:
Exception
-
updateImportPortletPreferencesClassPKs
protected void updateImportPortletPreferencesClassPKs(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences, String key, Class<?> clazz, long companyGroupId) throws Exception - Throws:
Exception
-
updateImportPortletPreferencesExternalReferenceCodes
protected void updateImportPortletPreferencesExternalReferenceCodes(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences, String key, Class<?> clazz, long companyGroupId) throws Exception - Throws:
Exception
-