List of usage examples for com.liferay.portal.util PropsValues CALENDAR_EMAIL_FROM_ADDRESS
String CALENDAR_EMAIL_FROM_ADDRESS
To view the source code for com.liferay.portal.util PropsValues CALENDAR_EMAIL_FROM_ADDRESS.
Click Source Link
From source file:com.liferay.portlet.calendar.util.CalUtil.java
License:Open Source License
public static String getEmailFromAddress(PortletPreferences preferences, long companyId) throws SystemException { return PortalUtil.getEmailFromAddress(preferences, companyId, PropsValues.CALENDAR_EMAIL_FROM_ADDRESS); }