Package com.liferay.calendar.model
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CalendarBooking,
Long> -
Method Summary
Modifier and TypeMethodDescriptionlong
int
boolean
boolean
boolean
void
setInstanceIndex
(int instanceIndex) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.calendar.model.CalendarBookingModel
cloneWithOriginalValues, getAllDay, getAvailableLanguageIds, getCalendarBookingId, getCalendarId, getCalendarResourceId, getCompanyId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getEndTime, getFirstReminder, getFirstReminderType, getGroupId, getLastPublishDate, getLocation, getModifiedDate, getMvccVersion, getParentCalendarBookingId, getPrimaryKey, getRecurrence, getRecurringCalendarBookingId, getSecondReminder, getSecondReminderType, getStartTime, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getTrashEntryClassPK, getUserId, getUserName, getUserUuid, getUuid, getVEventUid, isAllDay, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isPending, isScheduled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setAllDay, setCalendarBookingId, setCalendarId, setCalendarResourceId, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setEndTime, setFirstReminder, setFirstReminderType, setGroupId, setLastPublishDate, setLocation, setModifiedDate, setMvccVersion, setParentCalendarBookingId, setPrimaryKey, setRecurrence, setRecurringCalendarBookingId, setSecondReminder, setSecondReminderType, setStartTime, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVEventUid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
CALENDAR_BOOKING_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CalendarBooking,Long> CALENDAR_BOOKING_ID_ACCESSOR
-
-
Method Details
-
getCalendar
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCalendarResource
- 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)
-