Example usage for com.liferay.portal.util PropsValues CALENDAR_EMAIL_FROM_NAME

List of usage examples for com.liferay.portal.util PropsValues CALENDAR_EMAIL_FROM_NAME

Introduction

In this page you can find the example usage for com.liferay.portal.util PropsValues CALENDAR_EMAIL_FROM_NAME.

Prototype

String CALENDAR_EMAIL_FROM_NAME

To view the source code for com.liferay.portal.util PropsValues CALENDAR_EMAIL_FROM_NAME.

Click Source Link

Usage

From source file:com.liferay.portlet.calendar.util.CalUtil.java

License:Open Source License

public static String getEmailFromName(PortletPreferences preferences, long companyId) throws SystemException {

    return PortalUtil.getEmailFromName(preferences, companyId, PropsValues.CALENDAR_EMAIL_FROM_NAME);
}