Example usage for com.liferay.portal.util CalendarFactoryImpl CalendarFactoryImpl

List of usage examples for com.liferay.portal.util CalendarFactoryImpl CalendarFactoryImpl

Introduction

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

Prototype

CalendarFactoryImpl

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());
}