Interface ExportImportPortletPreferencesProcessorHelper
@ProviderType
public interface ExportImportPortletPreferencesProcessorHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateExportPortletPreferencesClassPKs
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.Portlet portlet, javax.portlet.PortletPreferences portletPreferences, String key, String className, Function<String, String> exportPortletPreferencesNewValueFunction) void
updateImportPortletPreferencesClassPKs
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences, String key, long companyGroupId, Function<String, Long> importPortletPreferencesNewValueFunction)
-
Method Details
-
updateExportPortletPreferencesClassPKs
void updateExportPortletPreferencesClassPKs(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.portal.kernel.model.Portlet portlet, javax.portlet.PortletPreferences portletPreferences, String key, String className, Function<String, String> exportPortletPreferencesNewValueFunction) throws Exception- Throws:
Exception
-
updateImportPortletPreferencesClassPKs
void updateImportPortletPreferencesClassPKs(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, javax.portlet.PortletPreferences portletPreferences, String key, long companyGroupId, Function<String, Long> importPortletPreferencesNewValueFunction) throws Exception- Throws:
Exception
-