Package com.liferay.calendar.service
Class CalendarBookingServiceWrapper
java.lang.Object
com.liferay.calendar.service.CalendarBookingServiceWrapper
- All Implemented Interfaces:
CalendarBookingService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CalendarBookingService>
public class CalendarBookingServiceWrapper
extends Object
implements CalendarBookingService, com.liferay.portal.kernel.service.ServiceWrapper<CalendarBookingService>
Provides a wrapper for
CalendarBookingService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCalendarBookingServiceWrapper(CalendarBookingService calendarBookingService) -
Method Summary
Modifier and TypeMethodDescriptionaddCalendarBooking(long calendarId, long[] childCalendarIds, long parentCalendarBookingId, long recurringCalendarBookingId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, int startTimeYear, int startTimeMonth, int startTimeDay, int startTimeHour, int startTimeMinute, int endTimeYear, int endTimeMonth, int endTimeDay, int endTimeHour, int endTimeMinute, String timeZoneId, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) addCalendarBooking(long calendarId, long[] childCalendarIds, long parentCalendarBookingId, long recurringCalendarBookingId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, long startTime, long endTime, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteCalendarBooking(long calendarBookingId) voiddeleteCalendarBookingInstance(long calendarBookingId, int instanceIndex, boolean allFollowing) voiddeleteCalendarBookingInstance(long calendarBookingId, int instanceIndex, boolean allFollowing, boolean deleteRecurringCalendarBookings) voiddeleteCalendarBookingInstance(long calendarBookingId, long startTime, boolean allFollowing) exportCalendarBooking(long calendarBookingId, String type) fetchCalendarBooking(long calendarBookingId) getCalendarBooking(long calendarBookingId) getCalendarBooking(long calendarId, long parentCalendarBookingId) getCalendarBookingInstance(long calendarBookingId, int instanceIndex) getCalendarBookings(long calendarId, int[] statuses) getCalendarBookings(long calendarId, long startTime, long endTime) getCalendarBookings(long calendarId, long startTime, long endTime, int max) getCalendarBookingsRSS(long calendarId, long startTime, long endTime, int max, String type, double version, String displayStyle, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) getChildCalendarBookings(long parentCalendarBookingId) getChildCalendarBookings(long parentCalendarBookingId, boolean includeStagingCalendarBookings) getChildCalendarBookings(long parentCalendarBookingId, int status) getLastInstanceCalendarBooking(long calendarBookingId) getNewStartTimeAndDurationCalendarBooking(long calendarBookingId, long offset, long duration) Returns the OSGi service identifier.booleanhasChildCalendarBookings(long parentCalendarBookingId) invokeTransition(long calendarBookingId, int instanceIndex, int status, boolean updateInstance, boolean allFollowing, com.liferay.portal.kernel.service.ServiceContext serviceContext) invokeTransition(long calendarBookingId, long startTime, int status, boolean updateInstance, boolean allFollowing, com.liferay.portal.kernel.service.ServiceContext serviceContext) moveCalendarBookingToTrash(long calendarBookingId) restoreCalendarBookingFromTrash(long calendarBookingId) search(long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, String keywords, long startTime, long endTime, TimeZone displayTimeZone, boolean recurring, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarBooking> orderByComparator) search(long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, String title, String description, String location, long startTime, long endTime, boolean recurring, int[] statuses, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarBooking> orderByComparator) intsearchCount(long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, String keywords, long startTime, long endTime, boolean recurring, int[] statuses) intsearchCount(long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, String title, String description, String location, long startTime, long endTime, boolean recurring, int[] statuses, boolean andOperator) voidsetWrappedService(CalendarBookingService calendarBookingService) updateCalendarBooking(long calendarBookingId, long calendarId, long[] childCalendarIds, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, long startTime, long endTime, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCalendarBooking(long calendarBookingId, long calendarId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, long startTime, long endTime, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCalendarBookingInstance(long calendarBookingId, int instanceIndex, long calendarId, long[] childCalendarIds, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, long startTime, long endTime, boolean allDay, boolean allFollowing, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCalendarBookingInstance(long calendarBookingId, int instanceIndex, long calendarId, long[] childCalendarIds, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, long startTime, long endTime, boolean allDay, String recurrence, boolean allFollowing, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCalendarBookingInstance(long calendarBookingId, int instanceIndex, long calendarId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, int startTimeYear, int startTimeMonth, int startTimeDay, int startTimeHour, int startTimeMinute, int endTimeYear, int endTimeMonth, int endTimeDay, int endTimeHour, int endTimeMinute, String timeZoneId, boolean allDay, String recurrence, boolean allFollowing, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCalendarBookingInstance(long calendarBookingId, int instanceIndex, long calendarId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, long startTime, long endTime, boolean allDay, String recurrence, boolean allFollowing, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidupdateLastInstanceCalendarBookingRecurrence(long calendarBookingId, String recurrence) updateOffsetAndDuration(long calendarBookingId, long calendarId, long[] childCalendarIds, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, long offset, long duration, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateOffsetAndDuration(long calendarBookingId, long calendarId, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, long offset, long duration, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateRecurringCalendarBooking(long calendarBookingId, long calendarId, long[] childCalendarIds, Map<Locale, String> titleMap, Map<Locale, String> descriptionMap, String location, long startTime, long endTime, boolean allDay, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CalendarBookingServiceWrapper
public CalendarBookingServiceWrapper() -
CalendarBookingServiceWrapper
-
-
Method Details
-
addCalendarBooking
public CalendarBooking addCalendarBooking(long calendarId, long[] childCalendarIds, long parentCalendarBookingId, long recurringCalendarBookingId, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, int startTimeYear, int startTimeMonth, int startTimeDay, int startTimeHour, int startTimeMinute, int endTimeYear, int endTimeMonth, int endTimeDay, int endTimeHour, int endTimeMinute, String timeZoneId, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCalendarBooking
public CalendarBooking addCalendarBooking(long calendarId, long[] childCalendarIds, long parentCalendarBookingId, long recurringCalendarBookingId, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, long startTime, long endTime, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCalendarBooking
public CalendarBooking deleteCalendarBooking(long calendarBookingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCalendarBookingInstance
public void deleteCalendarBookingInstance(long calendarBookingId, int instanceIndex, boolean allFollowing) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCalendarBookingInstancein interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCalendarBookingInstance
public void deleteCalendarBookingInstance(long calendarBookingId, int instanceIndex, boolean allFollowing, boolean deleteRecurringCalendarBookings) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCalendarBookingInstancein interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCalendarBookingInstance
public void deleteCalendarBookingInstance(long calendarBookingId, long startTime, boolean allFollowing) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCalendarBookingInstancein interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportCalendarBooking
- Specified by:
exportCalendarBookingin interfaceCalendarBookingService- Throws:
Exception
-
fetchCalendarBooking
public CalendarBooking fetchCalendarBooking(long calendarBookingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarBooking
public CalendarBooking getCalendarBooking(long calendarBookingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarBooking
public CalendarBooking getCalendarBooking(long calendarId, long parentCalendarBookingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarBookingInstance
public CalendarBooking getCalendarBookingInstance(long calendarBookingId, int instanceIndex) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCalendarBookingInstancein interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarBookings
public List<CalendarBooking> getCalendarBookings(long calendarId, int[] statuses) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCalendarBookingsin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarBookings
public List<CalendarBooking> getCalendarBookings(long calendarId, long startTime, long endTime) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCalendarBookingsin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarBookings
public List<CalendarBooking> getCalendarBookings(long calendarId, long startTime, long endTime, int max) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCalendarBookingsin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarBookingsRSS
public String getCalendarBookingsRSS(long calendarId, long startTime, long endTime, int max, String type, double version, String displayStyle, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCalendarBookingsRSSin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getChildCalendarBookings
public List<CalendarBooking> getChildCalendarBookings(long parentCalendarBookingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getChildCalendarBookingsin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getChildCalendarBookings
public List<CalendarBooking> getChildCalendarBookings(long parentCalendarBookingId, boolean includeStagingCalendarBookings) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getChildCalendarBookingsin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getChildCalendarBookings
public List<CalendarBooking> getChildCalendarBookings(long parentCalendarBookingId, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getChildCalendarBookingsin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLastInstanceCalendarBooking
public CalendarBooking getLastInstanceCalendarBooking(long calendarBookingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLastInstanceCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNewStartTimeAndDurationCalendarBooking
public CalendarBooking getNewStartTimeAndDurationCalendarBooking(long calendarBookingId, long offset, long duration) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getNewStartTimeAndDurationCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCalendarBookingService- Returns:
- the OSGi service identifier
-
hasChildCalendarBookings
public boolean hasChildCalendarBookings(long parentCalendarBookingId) - Specified by:
hasChildCalendarBookingsin interfaceCalendarBookingService
-
invokeTransition
public CalendarBooking invokeTransition(long calendarBookingId, int instanceIndex, int status, boolean updateInstance, boolean allFollowing, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
invokeTransitionin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
invokeTransition
public CalendarBooking invokeTransition(long calendarBookingId, long startTime, int status, boolean updateInstance, boolean allFollowing, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
invokeTransitionin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveCalendarBookingToTrash
public CalendarBooking moveCalendarBookingToTrash(long calendarBookingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveCalendarBookingToTrashin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreCalendarBookingFromTrash
public CalendarBooking restoreCalendarBookingFromTrash(long calendarBookingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreCalendarBookingFromTrashin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public List<CalendarBooking> search(long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, String keywords, long startTime, long endTime, TimeZone displayTimeZone, boolean recurring, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarBooking> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
search
public List<CalendarBooking> search(long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, String title, String description, String location, long startTime, long endTime, boolean recurring, int[] statuses, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarBooking> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCount
public int searchCount(long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, String keywords, long startTime, long endTime, boolean recurring, int[] statuses) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCountin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCount
public int searchCount(long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, String title, String description, String location, long startTime, long endTime, boolean recurring, int[] statuses, boolean andOperator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCountin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCalendarBooking
public CalendarBooking updateCalendarBooking(long calendarBookingId, long calendarId, long[] childCalendarIds, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, long startTime, long endTime, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCalendarBooking
public CalendarBooking updateCalendarBooking(long calendarBookingId, long calendarId, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, long startTime, long endTime, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCalendarBookingInstance
public CalendarBooking updateCalendarBookingInstance(long calendarBookingId, int instanceIndex, long calendarId, long[] childCalendarIds, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, long startTime, long endTime, boolean allDay, boolean allFollowing, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCalendarBookingInstancein interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCalendarBookingInstance
public CalendarBooking updateCalendarBookingInstance(long calendarBookingId, int instanceIndex, long calendarId, long[] childCalendarIds, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, long startTime, long endTime, boolean allDay, String recurrence, boolean allFollowing, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCalendarBookingInstancein interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCalendarBookingInstance
public CalendarBooking updateCalendarBookingInstance(long calendarBookingId, int instanceIndex, long calendarId, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, int startTimeYear, int startTimeMonth, int startTimeDay, int startTimeHour, int startTimeMinute, int endTimeYear, int endTimeMonth, int endTimeDay, int endTimeHour, int endTimeMinute, String timeZoneId, boolean allDay, String recurrence, boolean allFollowing, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCalendarBookingInstancein interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCalendarBookingInstance
public CalendarBooking updateCalendarBookingInstance(long calendarBookingId, int instanceIndex, long calendarId, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, long startTime, long endTime, boolean allDay, String recurrence, boolean allFollowing, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCalendarBookingInstancein interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateLastInstanceCalendarBookingRecurrence
public void updateLastInstanceCalendarBookingRecurrence(long calendarBookingId, String recurrence) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateLastInstanceCalendarBookingRecurrencein interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateOffsetAndDuration
public CalendarBooking updateOffsetAndDuration(long calendarBookingId, long calendarId, long[] childCalendarIds, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, long offset, long duration, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateOffsetAndDurationin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateOffsetAndDuration
public CalendarBooking updateOffsetAndDuration(long calendarBookingId, long calendarId, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, long offset, long duration, boolean allDay, String recurrence, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateOffsetAndDurationin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateRecurringCalendarBooking
public CalendarBooking updateRecurringCalendarBooking(long calendarBookingId, long calendarId, long[] childCalendarIds, Map<Locale, String> titleMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, String location, long startTime, long endTime, boolean allDay, long firstReminder, String firstReminderType, long secondReminder, String secondReminderType, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateRecurringCalendarBookingin interfaceCalendarBookingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarBookingService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CalendarBookingService>
-