List of usage examples for com.liferay.portal.kernel.util PropsKeys MESSAGE_BOARDS_EMAIL_FROM_NAME
String MESSAGE_BOARDS_EMAIL_FROM_NAME
To view the source code for com.liferay.portal.kernel.util PropsKeys MESSAGE_BOARDS_EMAIL_FROM_NAME.
Click Source Link
From source file:com.cd.learning.hook.MBUtil.java
License:Open Source License
public static String getEmailFromName(PortletPreferences preferences, long companyId) throws SystemException { return PortalUtil.getEmailFromName(preferences, companyId, PropsUtil.get(PropsKeys.MESSAGE_BOARDS_EMAIL_FROM_NAME)); }