ServiceContext serviceContext = ServiceContextFactory.getInstance(renderRequest);
PortletPreferences portletPreferences = PrefsPropsUtil.getPreferences(
serviceContext.getCompanyId());
portletPreferences.setValue("key","Value");
portletPreferences.store();
and then read like PropsUtil.get("key");
PortletPreferences portletPreferences = PrefsPropsUtil.getPreferences(
serviceContext.getCompanyId());
portletPreferences.setValue("key","Value");
portletPreferences.store();
and then read like PropsUtil.get("key");
Keine Kommentare:
Kommentar veröffentlichen