Package com.liferay.calendar.util
Class CalendarResourceUtil
java.lang.Object
com.liferay.calendar.util.CalendarResourceUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CalendarResource
fetchGuestCalendarResource
(long companyId) static CalendarResource
getGroupCalendarResource
(long groupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) static CalendarResource
getUserCalendarResource
(long userId, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CalendarResourceUtil
public CalendarResourceUtil()
-
-
Method Details
-
fetchGuestCalendarResource
public static CalendarResource fetchGuestCalendarResource(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupCalendarResource
public static CalendarResource getGroupCalendarResource(long groupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getUserCalendarResource
public static CalendarResource getUserCalendarResource(long userId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-