Package org.teamapps.model.controlcenter
Interface AppointmentSeries
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<AppointmentSeries>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbAppointmentSeries
public interface AppointmentSeries extends org.teamapps.universaldb.pojo.Entity<AppointmentSeries>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_APPOINTMENT_SERIES_TYPEstatic java.lang.StringFIELD_APPOINTMENTSstatic java.lang.StringFIELD_END_DATE_TIMEstatic java.lang.StringFIELD_FULL_DAY_EVENTstatic java.lang.StringFIELD_MESSAGEstatic java.lang.StringFIELD_META_CREATED_BYstatic java.lang.StringFIELD_META_CREATION_DATEstatic java.lang.StringFIELD_META_DELETED_BYstatic java.lang.StringFIELD_META_DELETION_DATEstatic java.lang.StringFIELD_META_MODIFICATION_DATEstatic java.lang.StringFIELD_META_MODIFIED_BYstatic java.lang.StringFIELD_META_RESTORE_DATEstatic java.lang.StringFIELD_META_RESTORED_BYstatic java.lang.StringFIELD_REPEAT_EVERYstatic java.lang.StringFIELD_SERIES_END_DATEstatic java.lang.StringFIELD_START_DATE_TIME -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, save, save, saveTransactional, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
FIELD_META_CREATION_DATE
static final java.lang.String FIELD_META_CREATION_DATE- See Also:
- Constant Field Values
-
FIELD_META_CREATED_BY
static final java.lang.String FIELD_META_CREATED_BY- See Also:
- Constant Field Values
-
FIELD_META_MODIFICATION_DATE
static final java.lang.String FIELD_META_MODIFICATION_DATE- See Also:
- Constant Field Values
-
FIELD_META_MODIFIED_BY
static final java.lang.String FIELD_META_MODIFIED_BY- See Also:
- Constant Field Values
-
FIELD_META_DELETION_DATE
static final java.lang.String FIELD_META_DELETION_DATE- See Also:
- Constant Field Values
-
FIELD_META_DELETED_BY
static final java.lang.String FIELD_META_DELETED_BY- See Also:
- Constant Field Values
-
FIELD_META_RESTORE_DATE
static final java.lang.String FIELD_META_RESTORE_DATE- See Also:
- Constant Field Values
-
FIELD_META_RESTORED_BY
static final java.lang.String FIELD_META_RESTORED_BY- See Also:
- Constant Field Values
-
FIELD_MESSAGE
static final java.lang.String FIELD_MESSAGE- See Also:
- Constant Field Values
-
FIELD_APPOINTMENTS
static final java.lang.String FIELD_APPOINTMENTS- See Also:
- Constant Field Values
-
FIELD_APPOINTMENT_SERIES_TYPE
static final java.lang.String FIELD_APPOINTMENT_SERIES_TYPE- See Also:
- Constant Field Values
-
FIELD_REPEAT_EVERY
static final java.lang.String FIELD_REPEAT_EVERY- See Also:
- Constant Field Values
-
FIELD_START_DATE_TIME
static final java.lang.String FIELD_START_DATE_TIME- See Also:
- Constant Field Values
-
FIELD_END_DATE_TIME
static final java.lang.String FIELD_END_DATE_TIME- See Also:
- Constant Field Values
-
FIELD_FULL_DAY_EVENT
static final java.lang.String FIELD_FULL_DAY_EVENT- See Also:
- Constant Field Values
-
FIELD_SERIES_END_DATE
static final java.lang.String FIELD_SERIES_END_DATE- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
create
-
getById
-
getBuilder
-
getMetaCreationDate
java.time.Instant getMetaCreationDate() -
setMetaCreationDate
-
getMetaCreationDateAsEpochSecond
int getMetaCreationDateAsEpochSecond() -
setMetaCreationDateAsEpochSecond
-
getMetaCreationDateAsEpochMilli
long getMetaCreationDateAsEpochMilli() -
setMetaCreationDateAsEpochMilli
-
getMetaCreatedBy
int getMetaCreatedBy() -
setMetaCreatedBy
-
getMetaModificationDate
java.time.Instant getMetaModificationDate() -
setMetaModificationDate
-
getMetaModificationDateAsEpochSecond
int getMetaModificationDateAsEpochSecond() -
setMetaModificationDateAsEpochSecond
-
getMetaModificationDateAsEpochMilli
long getMetaModificationDateAsEpochMilli() -
setMetaModificationDateAsEpochMilli
-
getMetaModifiedBy
int getMetaModifiedBy() -
setMetaModifiedBy
-
getMetaDeletionDate
java.time.Instant getMetaDeletionDate() -
setMetaDeletionDate
-
getMetaDeletionDateAsEpochSecond
int getMetaDeletionDateAsEpochSecond() -
setMetaDeletionDateAsEpochSecond
-
getMetaDeletionDateAsEpochMilli
long getMetaDeletionDateAsEpochMilli() -
setMetaDeletionDateAsEpochMilli
-
getMetaDeletedBy
int getMetaDeletedBy() -
setMetaDeletedBy
-
getMetaRestoreDate
java.time.Instant getMetaRestoreDate() -
setMetaRestoreDate
-
getMetaRestoreDateAsEpochSecond
int getMetaRestoreDateAsEpochSecond() -
setMetaRestoreDateAsEpochSecond
-
getMetaRestoreDateAsEpochMilli
long getMetaRestoreDateAsEpochMilli() -
setMetaRestoreDateAsEpochMilli
-
getMetaRestoredBy
int getMetaRestoredBy() -
setMetaRestoredBy
-
getMessage
Message getMessage() -
setMessage
-
getAppointments
java.util.List<Appointment> getAppointments() -
setAppointments
-
getAppointmentsCount
int getAppointmentsCount() -
setAppointments
-
getAppointmentsAsBitSet
java.util.BitSet getAppointmentsAsBitSet() -
addAppointments
-
addAppointments
-
removeAppointments
-
removeAppointments
-
removeAllAppointments
AppointmentSeries removeAllAppointments() -
getAppointmentSeriesType
AppointmentSeriesType getAppointmentSeriesType() -
setAppointmentSeriesType
-
getRepeatEvery
int getRepeatEvery() -
setRepeatEvery
-
getStartDateTime
java.time.Instant getStartDateTime() -
setStartDateTime
-
getStartDateTimeAsEpochMilli
long getStartDateTimeAsEpochMilli() -
setStartDateTimeAsEpochMilli
-
getEndDateTime
java.time.Instant getEndDateTime() -
setEndDateTime
-
getEndDateTimeAsEpochMilli
long getEndDateTimeAsEpochMilli() -
setEndDateTimeAsEpochMilli
-
getFullDayEvent
boolean getFullDayEvent() -
setFullDayEvent
-
isFullDayEvent
boolean isFullDayEvent() -
getSeriesEndDate
java.time.LocalDate getSeriesEndDate() -
setSeriesEndDate
-
getSeriesEndDateAsEpochMilli
long getSeriesEndDateAsEpochMilli() -
setSeriesEndDateAsEpochMilli
-
getAll
-
getDeletedRecords
-
sort
static java.util.List<AppointmentSeries> sort(java.util.List<AppointmentSeries> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
static int getCount() -
filter
-