Example usage for com.liferay.portal.kernel.util CalendarFactoryUtil CalendarFactoryUtil

List of usage examples for com.liferay.portal.kernel.util CalendarFactoryUtil CalendarFactoryUtil

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util CalendarFactoryUtil CalendarFactoryUtil.

Prototype

CalendarFactoryUtil

Source Link

Usage

From source file:com.liferay.calendar.internal.recurrence.RecurrenceSplitterTest.java

License:Open Source License

@BeforeClass
public static void setUpClass() {
    CalendarFactoryUtil calendarFactoryUtil = new CalendarFactoryUtil();

    calendarFactoryUtil.setCalendarFactory(new CalendarFactoryImpl());
}

From source file:com.liferay.dynamic.data.mapping.render.DDMFormFieldValueRendererTest.java

License:Open Source License

protected void setUpCalendarFactoryUtil() {
    CalendarFactoryUtil calendarFactoryUtil = new CalendarFactoryUtil();

    calendarFactoryUtil.setCalendarFactory(new CalendarFactoryImpl());
}