public static int searchCount( long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, java.lang.String keywords, long startDate, long endDate, boolean recurring, int[] statuses) throws RemoteException { try { int returnValue = CalendarBookingServiceUtil.searchCount( companyId, groupIds, calendarIds, calendarResourceIds, parentCalendarBookingId, keywords, startDate, endDate, recurring, statuses); return returnValue; } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }
public static com.liferay.calendar.model.CalendarBookingSoap updateCalendarBookingInstance( long calendarBookingId, long calendarId, long[] childCalendarIds, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String location, long startDate, long endDate, boolean allDay, java.lang.String recurrence, boolean allFollowing, long firstReminder, java.lang.String firstReminderType, long secondReminder, java.lang.String secondReminderType, int status, com.liferay.portal.service.ServiceContext serviceContext) throws RemoteException { try { Map<Locale, String> titleMap = LocalizationUtil.getLocalizationMap(titleMapLanguageIds, titleMapValues); Map<Locale, String> descriptionMap = LocalizationUtil.getLocalizationMap(descriptionMapLanguageIds, descriptionMapValues); com.liferay.calendar.model.CalendarBooking returnValue = CalendarBookingServiceUtil.updateCalendarBookingInstance( calendarBookingId, calendarId, childCalendarIds, titleMap, descriptionMap, location, startDate, endDate, allDay, recurrence, allFollowing, firstReminder, firstReminderType, secondReminder, secondReminderType, status, serviceContext); return com.liferay.calendar.model.CalendarBookingSoap.toSoapModel(returnValue); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }
public static void deleteCalendarBookingInstance( long calendarBookingId, long startDate, boolean allFollowing) throws RemoteException { try { CalendarBookingServiceUtil.deleteCalendarBookingInstance( calendarBookingId, startDate, allFollowing); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }
public static com.liferay.calendar.model.CalendarBookingSoap[] getChildCalendarBookings( long parentCalendarBookingId, int status) throws RemoteException { try { java.util.List<com.liferay.calendar.model.CalendarBooking> returnValue = CalendarBookingServiceUtil.getChildCalendarBookings(parentCalendarBookingId, status); return com.liferay.calendar.model.CalendarBookingSoap.toSoapModels(returnValue); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }
public static com.liferay.calendar.model.CalendarBookingSoap[] getCalendarBookings( long calendarId, long startDate, long endDate) throws RemoteException { try { java.util.List<com.liferay.calendar.model.CalendarBooking> returnValue = CalendarBookingServiceUtil.getCalendarBookings(calendarId, startDate, endDate); return com.liferay.calendar.model.CalendarBookingSoap.toSoapModels(returnValue); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }
public static com.liferay.calendar.model.CalendarBookingSoap getCalendarBooking( long calendarId, long parentCalendarBookingId) throws RemoteException { try { com.liferay.calendar.model.CalendarBooking returnValue = CalendarBookingServiceUtil.getCalendarBooking(calendarId, parentCalendarBookingId); return com.liferay.calendar.model.CalendarBookingSoap.toSoapModel(returnValue); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }
public static void invokeTransition( long calendarBookingId, java.lang.String transitionName, com.liferay.portal.service.ServiceContext serviceContext) throws RemoteException { try { CalendarBookingServiceUtil.invokeTransition( calendarBookingId, transitionName, serviceContext); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }
public static com.liferay.calendar.model.CalendarBookingSoap[] search( long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, java.lang.String title, java.lang.String description, java.lang.String location, long startDate, long endDate, boolean recurring, int[] statuses, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator) throws RemoteException { try { java.util.List<com.liferay.calendar.model.CalendarBooking> returnValue = CalendarBookingServiceUtil.search( companyId, groupIds, calendarIds, calendarResourceIds, parentCalendarBookingId, title, description, location, startDate, endDate, recurring, statuses, andOperator, start, end, orderByComparator); return com.liferay.calendar.model.CalendarBookingSoap.toSoapModels(returnValue); } catch (Exception e) { _log.error(e, e); throw new RemoteException(e.getMessage()); } }
public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { if (_methodName92.equals(name) && Arrays.deepEquals(_methodParameterTypes92, parameterTypes)) { return CalendarBookingServiceUtil.getBeanIdentifier(); } if (_methodName93.equals(name) && Arrays.deepEquals(_methodParameterTypes93, parameterTypes)) { CalendarBookingServiceUtil.setBeanIdentifier((java.lang.String) arguments[0]); return null; } if (_methodName98.equals(name) && Arrays.deepEquals(_methodParameterTypes98, parameterTypes)) { return CalendarBookingServiceUtil.addCalendarBooking( ((Long) arguments[0]).longValue(), (long[]) arguments[1], ((Long) arguments[2]).longValue(), (java.util.Map<java.util.Locale, java.lang.String>) arguments[3], (java.util.Map<java.util.Locale, java.lang.String>) arguments[4], (java.lang.String) arguments[5], ((Long) arguments[6]).longValue(), ((Long) arguments[7]).longValue(), ((Boolean) arguments[8]).booleanValue(), (java.lang.String) arguments[9], ((Long) arguments[10]).longValue(), (java.lang.String) arguments[11], ((Long) arguments[12]).longValue(), (java.lang.String) arguments[13], (com.liferay.portal.service.ServiceContext) arguments[14]); } if (_methodName99.equals(name) && Arrays.deepEquals(_methodParameterTypes99, parameterTypes)) { return CalendarBookingServiceUtil.deleteCalendarBooking(((Long) arguments[0]).longValue()); } if (_methodName100.equals(name) && Arrays.deepEquals(_methodParameterTypes100, parameterTypes)) { CalendarBookingServiceUtil.deleteCalendarBookingInstance( ((Long) arguments[0]).longValue(), ((Long) arguments[1]).longValue(), ((Boolean) arguments[2]).booleanValue()); return null; } if (_methodName101.equals(name) && Arrays.deepEquals(_methodParameterTypes101, parameterTypes)) { return CalendarBookingServiceUtil.exportCalendarBooking( ((Long) arguments[0]).longValue(), (java.lang.String) arguments[1]); } if (_methodName102.equals(name) && Arrays.deepEquals(_methodParameterTypes102, parameterTypes)) { return CalendarBookingServiceUtil.fetchCalendarBooking(((Long) arguments[0]).longValue()); } if (_methodName103.equals(name) && Arrays.deepEquals(_methodParameterTypes103, parameterTypes)) { return CalendarBookingServiceUtil.getCalendarBooking(((Long) arguments[0]).longValue()); } if (_methodName104.equals(name) && Arrays.deepEquals(_methodParameterTypes104, parameterTypes)) { return CalendarBookingServiceUtil.getCalendarBooking( ((Long) arguments[0]).longValue(), ((Long) arguments[1]).longValue()); } if (_methodName105.equals(name) && Arrays.deepEquals(_methodParameterTypes105, parameterTypes)) { return CalendarBookingServiceUtil.getCalendarBookings( ((Long) arguments[0]).longValue(), ((Long) arguments[1]).longValue(), ((Long) arguments[2]).longValue()); } if (_methodName106.equals(name) && Arrays.deepEquals(_methodParameterTypes106, parameterTypes)) { return CalendarBookingServiceUtil.getCalendarBookings( ((Long) arguments[0]).longValue(), ((Long) arguments[1]).longValue(), ((Long) arguments[2]).longValue(), ((Integer) arguments[3]).intValue()); } if (_methodName107.equals(name) && Arrays.deepEquals(_methodParameterTypes107, parameterTypes)) { return CalendarBookingServiceUtil.getCalendarBookingsRSS( ((Long) arguments[0]).longValue(), ((Long) arguments[1]).longValue(), ((Long) arguments[2]).longValue(), ((Integer) arguments[3]).intValue(), (java.lang.String) arguments[4], ((Double) arguments[5]).doubleValue(), (java.lang.String) arguments[6], (com.liferay.portal.theme.ThemeDisplay) arguments[7]); } if (_methodName108.equals(name) && Arrays.deepEquals(_methodParameterTypes108, parameterTypes)) { return CalendarBookingServiceUtil.getChildCalendarBookings(((Long) arguments[0]).longValue()); } if (_methodName109.equals(name) && Arrays.deepEquals(_methodParameterTypes109, parameterTypes)) { return CalendarBookingServiceUtil.getChildCalendarBookings( ((Long) arguments[0]).longValue(), ((Integer) arguments[1]).intValue()); } if (_methodName110.equals(name) && Arrays.deepEquals(_methodParameterTypes110, parameterTypes)) { CalendarBookingServiceUtil.invokeTransition( ((Long) arguments[0]).longValue(), ((Integer) arguments[1]).intValue(), (com.liferay.portal.service.ServiceContext) arguments[2]); return null; } if (_methodName111.equals(name) && Arrays.deepEquals(_methodParameterTypes111, parameterTypes)) { CalendarBookingServiceUtil.moveCalendarBookingToTrash(((Long) arguments[0]).longValue()); return null; } if (_methodName112.equals(name) && Arrays.deepEquals(_methodParameterTypes112, parameterTypes)) { CalendarBookingServiceUtil.restoreCalendarBookingFromTrash(((Long) arguments[0]).longValue()); return null; } if (_methodName113.equals(name) && Arrays.deepEquals(_methodParameterTypes113, parameterTypes)) { return CalendarBookingServiceUtil.search( ((Long) arguments[0]).longValue(), (long[]) arguments[1], (long[]) arguments[2], (long[]) arguments[3], ((Long) arguments[4]).longValue(), (java.lang.String) arguments[5], ((Long) arguments[6]).longValue(), ((Long) arguments[7]).longValue(), ((Boolean) arguments[8]).booleanValue(), (int[]) arguments[9], ((Integer) arguments[10]).intValue(), ((Integer) arguments[11]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator) arguments[12]); } if (_methodName114.equals(name) && Arrays.deepEquals(_methodParameterTypes114, parameterTypes)) { return CalendarBookingServiceUtil.search( ((Long) arguments[0]).longValue(), (long[]) arguments[1], (long[]) arguments[2], (long[]) arguments[3], ((Long) arguments[4]).longValue(), (java.lang.String) arguments[5], (java.lang.String) arguments[6], (java.lang.String) arguments[7], ((Long) arguments[8]).longValue(), ((Long) arguments[9]).longValue(), ((Boolean) arguments[10]).booleanValue(), (int[]) arguments[11], ((Boolean) arguments[12]).booleanValue(), ((Integer) arguments[13]).intValue(), ((Integer) arguments[14]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator) arguments[15]); } if (_methodName115.equals(name) && Arrays.deepEquals(_methodParameterTypes115, parameterTypes)) { return CalendarBookingServiceUtil.searchCount( ((Long) arguments[0]).longValue(), (long[]) arguments[1], (long[]) arguments[2], (long[]) arguments[3], ((Long) arguments[4]).longValue(), (java.lang.String) arguments[5], ((Long) arguments[6]).longValue(), ((Long) arguments[7]).longValue(), ((Boolean) arguments[8]).booleanValue(), (int[]) arguments[9]); } if (_methodName116.equals(name) && Arrays.deepEquals(_methodParameterTypes116, parameterTypes)) { return CalendarBookingServiceUtil.searchCount( ((Long) arguments[0]).longValue(), (long[]) arguments[1], (long[]) arguments[2], (long[]) arguments[3], ((Long) arguments[4]).longValue(), (java.lang.String) arguments[5], (java.lang.String) arguments[6], (java.lang.String) arguments[7], ((Long) arguments[8]).longValue(), ((Long) arguments[9]).longValue(), ((Boolean) arguments[10]).booleanValue(), (int[]) arguments[11], ((Boolean) arguments[12]).booleanValue()); } if (_methodName117.equals(name) && Arrays.deepEquals(_methodParameterTypes117, parameterTypes)) { return CalendarBookingServiceUtil.updateCalendarBooking( ((Long) arguments[0]).longValue(), ((Long) arguments[1]).longValue(), (long[]) arguments[2], (java.util.Map<java.util.Locale, java.lang.String>) arguments[3], (java.util.Map<java.util.Locale, java.lang.String>) arguments[4], (java.lang.String) arguments[5], ((Long) arguments[6]).longValue(), ((Long) arguments[7]).longValue(), ((Boolean) arguments[8]).booleanValue(), (java.lang.String) arguments[9], ((Long) arguments[10]).longValue(), (java.lang.String) arguments[11], ((Long) arguments[12]).longValue(), (java.lang.String) arguments[13], ((Integer) arguments[14]).intValue(), (com.liferay.portal.service.ServiceContext) arguments[15]); } if (_methodName118.equals(name) && Arrays.deepEquals(_methodParameterTypes118, parameterTypes)) { return CalendarBookingServiceUtil.updateCalendarBooking( ((Long) arguments[0]).longValue(), ((Long) arguments[1]).longValue(), (java.util.Map<java.util.Locale, java.lang.String>) arguments[2], (java.util.Map<java.util.Locale, java.lang.String>) arguments[3], (java.lang.String) arguments[4], ((Long) arguments[5]).longValue(), ((Long) arguments[6]).longValue(), ((Boolean) arguments[7]).booleanValue(), (java.lang.String) arguments[8], ((Long) arguments[9]).longValue(), (java.lang.String) arguments[10], ((Long) arguments[11]).longValue(), (java.lang.String) arguments[12], ((Integer) arguments[13]).intValue(), (com.liferay.portal.service.ServiceContext) arguments[14]); } if (_methodName119.equals(name) && Arrays.deepEquals(_methodParameterTypes119, parameterTypes)) { return CalendarBookingServiceUtil.updateCalendarBookingInstance( ((Long) arguments[0]).longValue(), ((Long) arguments[1]).longValue(), (long[]) arguments[2], (java.util.Map<java.util.Locale, java.lang.String>) arguments[3], (java.util.Map<java.util.Locale, java.lang.String>) arguments[4], (java.lang.String) arguments[5], ((Long) arguments[6]).longValue(), ((Long) arguments[7]).longValue(), ((Boolean) arguments[8]).booleanValue(), (java.lang.String) arguments[9], ((Boolean) arguments[10]).booleanValue(), ((Long) arguments[11]).longValue(), (java.lang.String) arguments[12], ((Long) arguments[13]).longValue(), (java.lang.String) arguments[14], ((Integer) arguments[15]).intValue(), (com.liferay.portal.service.ServiceContext) arguments[16]); } if (_methodName120.equals(name) && Arrays.deepEquals(_methodParameterTypes120, parameterTypes)) { return CalendarBookingServiceUtil.updateCalendarBookingInstance( ((Long) arguments[0]).longValue(), ((Long) arguments[1]).longValue(), (java.util.Map<java.util.Locale, java.lang.String>) arguments[2], (java.util.Map<java.util.Locale, java.lang.String>) arguments[3], (java.lang.String) arguments[4], ((Long) arguments[5]).longValue(), ((Long) arguments[6]).longValue(), ((Boolean) arguments[7]).booleanValue(), (java.lang.String) arguments[8], ((Boolean) arguments[9]).booleanValue(), ((Long) arguments[10]).longValue(), (java.lang.String) arguments[11], ((Long) arguments[12]).longValue(), (java.lang.String) arguments[13], ((Integer) arguments[14]).intValue(), (com.liferay.portal.service.ServiceContext) arguments[15]); } throw new UnsupportedOperationException(); }