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 Details

    • BaseExportImportPortletPreferencesProcessor

      public BaseExportImportPortletPreferencesProcessor()
  • Method Details

    • getExportPortletPreferencesExternalReferenceCode

      protected String getExportPortletPreferencesExternalReferenceCode(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.Portlet portlet, String className, String externalReferenceCode)
    • 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

      protected String getGroupExportPortletPreferencesExternalReferenceCode(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, String externalReferenceCode)
    • 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