List of usage examples for com.liferay.portal.kernel.service PortalPreferencesLocalServiceUtil getPortalPreferences
public static com.liferay.portal.kernel.model.PortalPreferences getPortalPreferences(long portalPreferencesId) throws com.liferay.portal.kernel.exception.PortalException
From source file:com.liferay.calendar.web.upgrade.v1_1_0.test.UpgradePortalPreferencesTest.java
License:Open Source License
protected PortalPreferences reloadPortalPreferences(PortalPreferences portalPreferences) throws PortalException { EntityCacheUtil.clearCache(PortalPreferencesImpl.class); portalPreferences = PortalPreferencesLocalServiceUtil .getPortalPreferences(portalPreferences.getPortalPreferencesId()); return portalPreferences; }