public class CalendarBookingLocalServiceWrapper extends java.lang.Object implements CalendarBookingLocalService, ServiceWrapper<CalendarBookingLocalService>
CalendarBookingLocalService.CalendarBookingLocalService| Constructor and Description |
|---|
CalendarBookingLocalServiceWrapper(CalendarBookingLocalService calendarBookingLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CalendarBooking |
addCalendarBooking(CalendarBooking calendarBooking)
Adds the calendar booking to the database.
|
CalendarBooking |
addCalendarBooking(long userId,
long calendarId,
long[] childCalendarIds,
long parentCalendarBookingId,
long recurringCalendarBookingId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String location,
long startTime,
long endTime,
boolean allDay,
java.lang.String recurrence,
long firstReminder,
java.lang.String firstReminderType,
long secondReminder,
java.lang.String secondReminderType,
ServiceContext serviceContext) |
void |
checkCalendarBookings() |
CalendarBooking |
createCalendarBooking(long calendarBookingId)
Creates a new calendar booking with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CalendarBooking |
deleteCalendarBooking(CalendarBooking calendarBooking)
Deletes the calendar booking from the database.
|
CalendarBooking |
deleteCalendarBooking(CalendarBooking calendarBooking,
boolean allRecurringInstances) |
CalendarBooking |
deleteCalendarBooking(long calendarBookingId)
Deletes the calendar booking with the primary key from the database.
|
CalendarBooking |
deleteCalendarBooking(long calendarBookingId,
boolean allRecurringInstances) |
void |
deleteCalendarBookingInstance(long userId,
CalendarBooking calendarBooking,
int instanceIndex,
boolean allFollowing) |
void |
deleteCalendarBookingInstance(long userId,
CalendarBooking calendarBooking,
int instanceIndex,
boolean allFollowing,
boolean deleteRecurringCalendarBookings) |
void |
deleteCalendarBookingInstance(long userId,
CalendarBooking calendarBooking,
long startTime,
boolean allFollowing) |
void |
deleteCalendarBookingInstance(long userId,
CalendarBooking calendarBooking,
long startTime,
boolean allFollowing,
boolean deleteRecurringCalendarBookings) |
void |
deleteCalendarBookingInstance(long userId,
long calendarBookingId,
long startTime,
boolean allFollowing) |
void |
deleteCalendarBookings(long calendarId) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
CalendarBooking |
deleteRecurringCalendarBooking(CalendarBooking calendarBooking) |
CalendarBooking |
deleteRecurringCalendarBooking(long calendarBookingId) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
java.lang.String |
exportCalendarBooking(long calendarBookingId,
java.lang.String type) |
CalendarBooking |
fetchCalendarBooking(long calendarBookingId) |
CalendarBooking |
fetchCalendarBooking(long calendarId,
java.lang.String vEventUid) |
CalendarBooking |
fetchCalendarBooking(java.lang.String uuid,
long groupId) |
CalendarBooking |
fetchCalendarBookingByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the calendar booking matching the UUID and group.
|
ActionableDynamicQuery |
getActionableDynamicQuery() |
CalendarBooking |
getCalendarBooking(long calendarBookingId)
Returns the calendar booking with the primary key.
|
CalendarBooking |
getCalendarBooking(long calendarId,
long parentCalendarBookingId) |
CalendarBooking |
getCalendarBookingByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the calendar booking matching the UUID and group.
|
CalendarBooking |
getCalendarBookingInstance(long calendarBookingId,
int instanceIndex) |
java.util.List<CalendarBooking> |
getCalendarBookings(int start,
int end)
Returns a range of all the calendar bookings.
|
java.util.List<CalendarBooking> |
getCalendarBookings(long calendarId) |
java.util.List<CalendarBooking> |
getCalendarBookings(long calendarId,
int[] statuses) |
java.util.List<CalendarBooking> |
getCalendarBookings(long calendarId,
long startTime,
long endTime) |
java.util.List<CalendarBooking> |
getCalendarBookings(long calendarId,
long startTime,
long endTime,
int max) |
java.util.List<CalendarBooking> |
getCalendarBookingsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the calendar bookings matching the UUID and company.
|
java.util.List<CalendarBooking> |
getCalendarBookingsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<CalendarBooking> orderByComparator)
Returns a range of calendar bookings matching the UUID and company.
|
int |
getCalendarBookingsCount()
Returns the number of calendar bookings.
|
int |
getCalendarBookingsCount(long calendarId,
long parentCalendarBookingId) |
java.util.List<CalendarBooking> |
getChildCalendarBookings(long calendarBookingId) |
java.util.List<CalendarBooking> |
getChildCalendarBookings(long parentCalendarBookingId,
int status) |
long[] |
getChildCalendarIds(long calendarBookingId,
long calendarId) |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
CalendarBooking |
getLastInstanceCalendarBooking(CalendarBooking calendarBooking) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<CalendarBooking> |
getRecurringCalendarBookings(CalendarBooking calendarBooking) |
java.util.List<CalendarBooking> |
getRecurringCalendarBookings(CalendarBooking calendarBooking,
long startTime) |
CalendarBookingLocalService |
getWrappedService() |
boolean |
hasExclusiveCalendarBooking(Calendar calendar,
long startTime,
long endTime) |
CalendarBooking |
invokeTransition(long userId,
CalendarBooking calendarBooking,
long startTime,
int status,
boolean updateInstance,
boolean allFollowing,
ServiceContext serviceContext) |
boolean |
isStagingCalendarBooking(CalendarBooking calendarBooking) |
CalendarBooking |
moveCalendarBookingToTrash(long userId,
CalendarBooking calendarBooking) |
CalendarBooking |
moveCalendarBookingToTrash(long userId,
long calendarBookingId) |
CalendarBooking |
restoreCalendarBookingFromTrash(long userId,
long calendarBookingId) |
java.util.List<CalendarBooking> |
search(long companyId,
long[] groupIds,
long[] calendarIds,
long[] calendarResourceIds,
long parentCalendarBookingId,
java.lang.String keywords,
long startTime,
long endTime,
boolean recurring,
int[] statuses,
int start,
int end,
OrderByComparator<CalendarBooking> orderByComparator) |
java.util.List<CalendarBooking> |
search(long companyId,
long[] groupIds,
long[] calendarIds,
long[] calendarResourceIds,
long parentCalendarBookingId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
long startTime,
long endTime,
boolean recurring,
int[] statuses,
boolean andOperator,
int start,
int end,
OrderByComparator<CalendarBooking> orderByComparator) |
int |
searchCount(long companyId,
long[] groupIds,
long[] calendarIds,
long[] calendarResourceIds,
long parentCalendarBookingId,
java.lang.String keywords,
long startTime,
long endTime,
int[] statuses) |
int |
searchCount(long companyId,
long[] groupIds,
long[] calendarIds,
long[] calendarResourceIds,
long parentCalendarBookingId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
long startTime,
long endTime,
int[] statuses,
boolean andOperator) |
void |
setWrappedService(CalendarBookingLocalService calendarBookingLocalService) |
void |
updateAsset(long userId,
CalendarBooking calendarBooking,
long[] assetCategoryIds,
java.lang.String[] assetTagNames,
long[] assetLinkEntryIds,
java.lang.Double priority) |
CalendarBooking |
updateCalendarBooking(CalendarBooking calendarBooking)
Updates the calendar booking in the database or adds it if it does not yet exist.
|
CalendarBooking |
updateCalendarBooking(long userId,
long calendarBookingId,
long calendarId,
long[] childCalendarIds,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String location,
long startTime,
long endTime,
boolean allDay,
java.lang.String recurrence,
long firstReminder,
java.lang.String firstReminderType,
long secondReminder,
java.lang.String secondReminderType,
ServiceContext serviceContext) |
CalendarBooking |
updateCalendarBooking(long userId,
long calendarBookingId,
long calendarId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String location,
long startTime,
long endTime,
boolean allDay,
java.lang.String recurrence,
long firstReminder,
java.lang.String firstReminderType,
long secondReminder,
java.lang.String secondReminderType,
ServiceContext serviceContext) |
CalendarBooking |
updateCalendarBookingInstance(long userId,
long calendarBookingId,
int instanceIndex,
long calendarId,
long[] childCalendarIds,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String location,
long startTime,
long endTime,
boolean allDay,
boolean allFollowing,
long firstReminder,
java.lang.String firstReminderType,
long secondReminder,
java.lang.String secondReminderType,
ServiceContext serviceContext) |
CalendarBooking |
updateCalendarBookingInstance(long userId,
long calendarBookingId,
int instanceIndex,
long calendarId,
long[] childCalendarIds,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String location,
long startTime,
long endTime,
boolean allDay,
java.lang.String recurrence,
boolean allFollowing,
long firstReminder,
java.lang.String firstReminderType,
long secondReminder,
java.lang.String secondReminderType,
ServiceContext serviceContext) |
CalendarBooking |
updateCalendarBookingInstance(long userId,
long calendarBookingId,
int instanceIndex,
long calendarId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String location,
long startTime,
long endTime,
boolean allDay,
java.lang.String recurrence,
boolean allFollowing,
long firstReminder,
java.lang.String firstReminderType,
long secondReminder,
java.lang.String secondReminderType,
ServiceContext serviceContext) |
void |
updateLastInstanceCalendarBookingRecurrence(CalendarBooking calendarBooking,
java.lang.String recurrence) |
CalendarBooking |
updateRecurringCalendarBooking(long userId,
long calendarBookingId,
long calendarId,
long[] childCalendarIds,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String location,
long startTime,
long endTime,
boolean allDay,
long firstReminder,
java.lang.String firstReminderType,
long secondReminder,
java.lang.String secondReminderType,
ServiceContext serviceContext) |
CalendarBooking |
updateStatus(long userId,
CalendarBooking calendarBooking,
int status,
ServiceContext serviceContext) |
CalendarBooking |
updateStatus(long userId,
long calendarBookingId,
int status,
ServiceContext serviceContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic CalendarBookingLocalServiceWrapper(CalendarBookingLocalService calendarBookingLocalService)
public CalendarBooking addCalendarBooking(CalendarBooking calendarBooking)
Important: Inspect CalendarBookingLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addCalendarBooking in interface CalendarBookingLocalServicecalendarBooking - the calendar bookingpublic CalendarBooking addCalendarBooking(long userId, long calendarId, long[] childCalendarIds, long parentCalendarBookingId, long recurringCalendarBookingId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String location, long startTime, long endTime, boolean allDay, java.lang.String recurrence, long firstReminder, java.lang.String firstReminderType, long secondReminder, java.lang.String secondReminderType, ServiceContext serviceContext) throws PortalException
addCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic void checkCalendarBookings()
throws PortalException
checkCalendarBookings in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking createCalendarBooking(long calendarBookingId)
createCalendarBooking in interface CalendarBookingLocalServicecalendarBookingId - the primary key for the new calendar bookingpublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface CalendarBookingLocalServicecreatePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic CalendarBooking deleteCalendarBooking(CalendarBooking calendarBooking) throws PortalException
Important: Inspect CalendarBookingLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCalendarBooking in interface CalendarBookingLocalServicecalendarBooking - the calendar bookingPortalExceptionpublic CalendarBooking deleteCalendarBooking(CalendarBooking calendarBooking, boolean allRecurringInstances) throws PortalException
deleteCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking deleteCalendarBooking(long calendarBookingId) throws PortalException
Important: Inspect CalendarBookingLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCalendarBooking in interface CalendarBookingLocalServicecalendarBookingId - the primary key of the calendar bookingPortalException - if a calendar booking with the primary key could not be foundpublic CalendarBooking deleteCalendarBooking(long calendarBookingId, boolean allRecurringInstances) throws PortalException
deleteCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic void deleteCalendarBookingInstance(long userId,
CalendarBooking calendarBooking,
int instanceIndex,
boolean allFollowing)
throws PortalException
deleteCalendarBookingInstance in interface CalendarBookingLocalServicePortalExceptionpublic void deleteCalendarBookingInstance(long userId,
CalendarBooking calendarBooking,
int instanceIndex,
boolean allFollowing,
boolean deleteRecurringCalendarBookings)
throws PortalException
deleteCalendarBookingInstance in interface CalendarBookingLocalServicePortalExceptionpublic void deleteCalendarBookingInstance(long userId,
CalendarBooking calendarBooking,
long startTime,
boolean allFollowing)
throws PortalException
deleteCalendarBookingInstance in interface CalendarBookingLocalServicePortalExceptionpublic void deleteCalendarBookingInstance(long userId,
CalendarBooking calendarBooking,
long startTime,
boolean allFollowing,
boolean deleteRecurringCalendarBookings)
throws PortalException
deleteCalendarBookingInstance in interface CalendarBookingLocalServicePortalExceptionpublic void deleteCalendarBookingInstance(long userId,
long calendarBookingId,
long startTime,
boolean allFollowing)
throws PortalException
deleteCalendarBookingInstance in interface CalendarBookingLocalServicePortalExceptionpublic void deleteCalendarBookings(long calendarId)
throws PortalException
deleteCalendarBookings in interface CalendarBookingLocalServicePortalExceptionpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface CalendarBookingLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic CalendarBooking deleteRecurringCalendarBooking(CalendarBooking calendarBooking) throws PortalException
deleteRecurringCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking deleteRecurringCalendarBooking(long calendarBookingId) throws PortalException
deleteRecurringCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface CalendarBookingLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface CalendarBookingLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface CalendarBookingLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.calendar.model.impl.CalendarBookingModelImpl.
dynamicQuery in interface CalendarBookingLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.calendar.model.impl.CalendarBookingModelImpl.
dynamicQuery in interface CalendarBookingLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface CalendarBookingLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface CalendarBookingLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic java.lang.String exportCalendarBooking(long calendarBookingId,
java.lang.String type)
throws java.lang.Exception
exportCalendarBooking in interface CalendarBookingLocalServicejava.lang.Exceptionpublic CalendarBooking fetchCalendarBooking(long calendarBookingId)
fetchCalendarBooking in interface CalendarBookingLocalServicepublic CalendarBooking fetchCalendarBooking(long calendarId, java.lang.String vEventUid)
fetchCalendarBooking in interface CalendarBookingLocalServicepublic CalendarBooking fetchCalendarBooking(java.lang.String uuid, long groupId)
fetchCalendarBooking in interface CalendarBookingLocalServicepublic CalendarBooking fetchCalendarBookingByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchCalendarBookingByUuidAndGroupId in interface CalendarBookingLocalServiceuuid - the calendar booking's UUIDgroupId - the primary key of the groupnull if a matching calendar booking could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CalendarBookingLocalServicepublic CalendarBooking getCalendarBooking(long calendarBookingId) throws PortalException
getCalendarBooking in interface CalendarBookingLocalServicecalendarBookingId - the primary key of the calendar bookingPortalException - if a calendar booking with the primary key could not be foundpublic CalendarBooking getCalendarBooking(long calendarId, long parentCalendarBookingId) throws PortalException
getCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking getCalendarBookingByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
getCalendarBookingByUuidAndGroupId in interface CalendarBookingLocalServiceuuid - the calendar booking's UUIDgroupId - the primary key of the groupPortalException - if a matching calendar booking could not be foundpublic CalendarBooking getCalendarBookingInstance(long calendarBookingId, int instanceIndex) throws PortalException
getCalendarBookingInstance in interface CalendarBookingLocalServicePortalExceptionpublic java.util.List<CalendarBooking> getCalendarBookings(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.calendar.model.impl.CalendarBookingModelImpl.
getCalendarBookings in interface CalendarBookingLocalServicestart - the lower bound of the range of calendar bookingsend - the upper bound of the range of calendar bookings (not inclusive)public java.util.List<CalendarBooking> getCalendarBookings(long calendarId)
getCalendarBookings in interface CalendarBookingLocalServicepublic java.util.List<CalendarBooking> getCalendarBookings(long calendarId, int[] statuses)
getCalendarBookings in interface CalendarBookingLocalServicepublic java.util.List<CalendarBooking> getCalendarBookings(long calendarId, long startTime, long endTime)
getCalendarBookings in interface CalendarBookingLocalServicepublic java.util.List<CalendarBooking> getCalendarBookings(long calendarId, long startTime, long endTime, int max)
getCalendarBookings in interface CalendarBookingLocalServicepublic java.util.List<CalendarBooking> getCalendarBookingsByUuidAndCompanyId(java.lang.String uuid, long companyId)
getCalendarBookingsByUuidAndCompanyId in interface CalendarBookingLocalServiceuuid - the UUID of the calendar bookingscompanyId - the primary key of the companypublic java.util.List<CalendarBooking> getCalendarBookingsByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<CalendarBooking> orderByComparator)
getCalendarBookingsByUuidAndCompanyId in interface CalendarBookingLocalServiceuuid - the UUID of the calendar bookingscompanyId - the primary key of the companystart - the lower bound of the range of calendar bookingsend - the upper bound of the range of calendar bookings (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getCalendarBookingsCount()
getCalendarBookingsCount in interface CalendarBookingLocalServicepublic int getCalendarBookingsCount(long calendarId,
long parentCalendarBookingId)
getCalendarBookingsCount in interface CalendarBookingLocalServicepublic java.util.List<CalendarBooking> getChildCalendarBookings(long calendarBookingId)
getChildCalendarBookings in interface CalendarBookingLocalServicepublic java.util.List<CalendarBooking> getChildCalendarBookings(long parentCalendarBookingId, int status)
getChildCalendarBookings in interface CalendarBookingLocalServicepublic long[] getChildCalendarIds(long calendarBookingId,
long calendarId)
throws PortalException
getChildCalendarIds in interface CalendarBookingLocalServicePortalExceptionpublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CalendarBookingLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CalendarBookingLocalServicepublic CalendarBooking getLastInstanceCalendarBooking(CalendarBooking calendarBooking)
getLastInstanceCalendarBooking in interface CalendarBookingLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CalendarBookingLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface CalendarBookingLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic java.util.List<CalendarBooking> getRecurringCalendarBookings(CalendarBooking calendarBooking)
getRecurringCalendarBookings in interface CalendarBookingLocalServicepublic java.util.List<CalendarBooking> getRecurringCalendarBookings(CalendarBooking calendarBooking, long startTime)
getRecurringCalendarBookings in interface CalendarBookingLocalServicepublic boolean hasExclusiveCalendarBooking(Calendar calendar, long startTime, long endTime) throws PortalException
hasExclusiveCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking invokeTransition(long userId, CalendarBooking calendarBooking, long startTime, int status, boolean updateInstance, boolean allFollowing, ServiceContext serviceContext) throws PortalException
invokeTransition in interface CalendarBookingLocalServicePortalExceptionpublic boolean isStagingCalendarBooking(CalendarBooking calendarBooking) throws PortalException
isStagingCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking moveCalendarBookingToTrash(long userId, CalendarBooking calendarBooking) throws PortalException
moveCalendarBookingToTrash in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking moveCalendarBookingToTrash(long userId, long calendarBookingId) throws PortalException
moveCalendarBookingToTrash in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking restoreCalendarBookingFromTrash(long userId, long calendarBookingId) throws PortalException
restoreCalendarBookingFromTrash in interface CalendarBookingLocalServicePortalExceptionpublic java.util.List<CalendarBooking> search(long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, java.lang.String keywords, long startTime, long endTime, boolean recurring, int[] statuses, int start, int end, OrderByComparator<CalendarBooking> orderByComparator)
search in interface CalendarBookingLocalServicepublic java.util.List<CalendarBooking> search(long companyId, long[] groupIds, long[] calendarIds, long[] calendarResourceIds, long parentCalendarBookingId, java.lang.String title, java.lang.String description, java.lang.String location, long startTime, long endTime, boolean recurring, int[] statuses, boolean andOperator, int start, int end, OrderByComparator<CalendarBooking> orderByComparator)
search in interface CalendarBookingLocalServicepublic int searchCount(long companyId,
long[] groupIds,
long[] calendarIds,
long[] calendarResourceIds,
long parentCalendarBookingId,
java.lang.String keywords,
long startTime,
long endTime,
int[] statuses)
searchCount in interface CalendarBookingLocalServicepublic int searchCount(long companyId,
long[] groupIds,
long[] calendarIds,
long[] calendarResourceIds,
long parentCalendarBookingId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
long startTime,
long endTime,
int[] statuses,
boolean andOperator)
searchCount in interface CalendarBookingLocalServicepublic void updateAsset(long userId,
CalendarBooking calendarBooking,
long[] assetCategoryIds,
java.lang.String[] assetTagNames,
long[] assetLinkEntryIds,
java.lang.Double priority)
throws PortalException
updateAsset in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking updateCalendarBooking(CalendarBooking calendarBooking)
Important: Inspect CalendarBookingLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateCalendarBooking in interface CalendarBookingLocalServicecalendarBooking - the calendar bookingpublic CalendarBooking updateCalendarBooking(long userId, long calendarBookingId, long calendarId, long[] childCalendarIds, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String location, long startTime, long endTime, boolean allDay, java.lang.String recurrence, long firstReminder, java.lang.String firstReminderType, long secondReminder, java.lang.String secondReminderType, ServiceContext serviceContext) throws PortalException
updateCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking updateCalendarBooking(long userId, long calendarBookingId, long calendarId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String location, long startTime, long endTime, boolean allDay, java.lang.String recurrence, long firstReminder, java.lang.String firstReminderType, long secondReminder, java.lang.String secondReminderType, ServiceContext serviceContext) throws PortalException
updateCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking updateCalendarBookingInstance(long userId, long calendarBookingId, int instanceIndex, long calendarId, long[] childCalendarIds, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String location, long startTime, long endTime, boolean allDay, boolean allFollowing, long firstReminder, java.lang.String firstReminderType, long secondReminder, java.lang.String secondReminderType, ServiceContext serviceContext) throws PortalException
updateCalendarBookingInstance in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking updateCalendarBookingInstance(long userId, long calendarBookingId, int instanceIndex, long calendarId, long[] childCalendarIds, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String location, long startTime, long endTime, boolean allDay, java.lang.String recurrence, boolean allFollowing, long firstReminder, java.lang.String firstReminderType, long secondReminder, java.lang.String secondReminderType, ServiceContext serviceContext) throws PortalException
updateCalendarBookingInstance in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking updateCalendarBookingInstance(long userId, long calendarBookingId, int instanceIndex, long calendarId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String location, long startTime, long endTime, boolean allDay, java.lang.String recurrence, boolean allFollowing, long firstReminder, java.lang.String firstReminderType, long secondReminder, java.lang.String secondReminderType, ServiceContext serviceContext) throws PortalException
updateCalendarBookingInstance in interface CalendarBookingLocalServicePortalExceptionpublic void updateLastInstanceCalendarBookingRecurrence(CalendarBooking calendarBooking, java.lang.String recurrence)
updateLastInstanceCalendarBookingRecurrence in interface CalendarBookingLocalServicepublic CalendarBooking updateRecurringCalendarBooking(long userId, long calendarBookingId, long calendarId, long[] childCalendarIds, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String location, long startTime, long endTime, boolean allDay, long firstReminder, java.lang.String firstReminderType, long secondReminder, java.lang.String secondReminderType, ServiceContext serviceContext) throws PortalException
updateRecurringCalendarBooking in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking updateStatus(long userId, CalendarBooking calendarBooking, int status, ServiceContext serviceContext) throws PortalException
updateStatus in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBooking updateStatus(long userId, long calendarBookingId, int status, ServiceContext serviceContext) throws PortalException
updateStatus in interface CalendarBookingLocalServicePortalExceptionpublic CalendarBookingLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<CalendarBookingLocalService>public void setWrappedService(CalendarBookingLocalService calendarBookingLocalService)
setWrappedService in interface ServiceWrapper<CalendarBookingLocalService>