Package com.liferay.calendar.test.util
Class CalendarResourceTestUtil
java.lang.Object
com.liferay.calendar.test.util.CalendarResourceTestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.liferay.calendar.model.CalendarResourceaddCalendarResource(com.liferay.portal.kernel.model.Group group) static com.liferay.calendar.model.CalendarResourceaddCalendarResource(com.liferay.portal.kernel.model.Group group, com.liferay.portal.kernel.service.ServiceContext serviceContext) static com.liferay.calendar.model.CalendarResourcegetCalendarResource(com.liferay.portal.kernel.model.Group group)
-
Constructor Details
-
CalendarResourceTestUtil
public CalendarResourceTestUtil()
-
-
Method Details
-
addCalendarResource
public static com.liferay.calendar.model.CalendarResource addCalendarResource(com.liferay.portal.kernel.model.Group group) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCalendarResource
public static com.liferay.calendar.model.CalendarResource addCalendarResource(com.liferay.portal.kernel.model.Group group, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarResource
public static com.liferay.calendar.model.CalendarResource getCalendarResource(com.liferay.portal.kernel.model.Group group) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-