Interface CalendarBooking

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CalendarBooking>, CalendarBookingModel, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<CalendarBooking>, com.liferay.portal.kernel.model.change.tracking.CTModel<CalendarBooking>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TrashedModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Implementing Classes:
CalendarBookingWrapper

@ProviderType public interface CalendarBooking extends CalendarBookingModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CalendarBooking service. Represents a row in the "CalendarBooking" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • CALENDAR_BOOKING_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<CalendarBooking,Long> CALENDAR_BOOKING_ID_ACCESSOR
  • Method Details

    • getCalendar

      Calendar getCalendar() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCalendarResource

      CalendarResource getCalendarResource() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getChildCalendarBookings

      List<CalendarBooking> getChildCalendarBookings()
    • getDuration

      long getDuration()
    • getFirstReminderNotificationType

      NotificationType getFirstReminderNotificationType()
    • getInstanceIndex

      @JSON int getInstanceIndex()
    • getParentCalendarBooking

      CalendarBooking getParentCalendarBooking() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRecurrenceObj

      Recurrence getRecurrenceObj()
    • getSecondReminderNotificationType

      NotificationType getSecondReminderNotificationType()
    • getTimeZone

      TimeZone getTimeZone()
    • isMasterBooking

      boolean isMasterBooking()
    • isMasterRecurringBooking

      boolean isMasterRecurringBooking()
    • isRecurring

      boolean isRecurring()
    • setInstanceIndex

      @JSON void setInstanceIndex(int instanceIndex)