}
}
public void createPortletPreferences(NewPortalConfig config, String owner) throws Exception
{
PortletPreferencesSet portletSet = getConfig(config, owner, "portlet-preferences", PortletPreferencesSet.class);
if (portletSet == null)
{
return;
}
ArrayList<PortletPreferences> list = portletSet.getPortlets();
for (PortletPreferences portlet : list)
{
dataStorage_.save(portlet);
}
}