List of usage examples for com.liferay.portal.kernel.util PropsKeys CALENDAR_EMAIL_FROM_NAME
String CALENDAR_EMAIL_FROM_NAME
To view the source code for com.liferay.portal.kernel.util PropsKeys CALENDAR_EMAIL_FROM_NAME.
Click Source Link
From source file:com.vportal.portlet.vcalendar.util.CalUtil.java
License:Open Source License
public static String getEmailFromName(PortletPreferences preferences) { String emailFromName = PropsUtil.get(PropsKeys.CALENDAR_EMAIL_FROM_NAME); return preferences.getValue("email-from-name", emailFromName); }