Package org.teamapps.model.controlcenter
Interface Message
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<Message>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbMessage
public interface Message extends org.teamapps.universaldb.pojo.Entity<Message>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_APPLICATION_FOLDERstatic java.lang.StringFIELD_APPOINTMENTstatic java.lang.StringFIELD_APPOINTMENT_SERIESstatic java.lang.StringFIELD_FILEstatic java.lang.StringFIELD_GROUP_FOLDERstatic java.lang.StringFIELD_MESSAGEstatic java.lang.StringFIELD_MESSAGE_RECIPIENT_TYPEstatic java.lang.StringFIELD_MESSAGE_TYPEstatic 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_PRIVATE_RECIPIENTSstatic java.lang.StringFIELD_SUBJECT -
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_RECIPIENT_TYPE
static final java.lang.String FIELD_MESSAGE_RECIPIENT_TYPE- See Also:
- Constant Field Values
-
FIELD_PRIVATE_RECIPIENTS
static final java.lang.String FIELD_PRIVATE_RECIPIENTS- See Also:
- Constant Field Values
-
FIELD_GROUP_FOLDER
static final java.lang.String FIELD_GROUP_FOLDER- See Also:
- Constant Field Values
-
FIELD_APPLICATION_FOLDER
static final java.lang.String FIELD_APPLICATION_FOLDER- See Also:
- Constant Field Values
-
FIELD_SUBJECT
static final java.lang.String FIELD_SUBJECT- See Also:
- Constant Field Values
-
FIELD_MESSAGE
static final java.lang.String FIELD_MESSAGE- See Also:
- Constant Field Values
-
FIELD_MESSAGE_TYPE
static final java.lang.String FIELD_MESSAGE_TYPE- See Also:
- Constant Field Values
-
FIELD_FILE
static final java.lang.String FIELD_FILE- See Also:
- Constant Field Values
-
FIELD_APPOINTMENT
static final java.lang.String FIELD_APPOINTMENT- See Also:
- Constant Field Values
-
FIELD_APPOINTMENT_SERIES
static final java.lang.String FIELD_APPOINTMENT_SERIES- 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
-
getMessageRecipientType
MessageRecipientType getMessageRecipientType() -
setMessageRecipientType
-
getPrivateRecipients
java.util.List<User> getPrivateRecipients() -
setPrivateRecipients
-
getPrivateRecipientsCount
int getPrivateRecipientsCount() -
setPrivateRecipients
-
getPrivateRecipientsAsBitSet
java.util.BitSet getPrivateRecipientsAsBitSet() -
addPrivateRecipients
-
addPrivateRecipients
-
removePrivateRecipients
-
removePrivateRecipients
-
removeAllPrivateRecipients
Message removeAllPrivateRecipients() -
getGroupFolder
GroupFolder getGroupFolder() -
setGroupFolder
-
getApplicationFolder
ApplicationFolder getApplicationFolder() -
setApplicationFolder
-
getSubject
java.lang.String getSubject() -
setSubject
-
getMessage
java.lang.String getMessage() -
setMessage
-
getMessageType
MessageType getMessageType() -
setMessageType
-
getFile
org.teamapps.universaldb.index.file.FileValue getFile() -
setFile
-
setFile
-
getAppointment
Appointment getAppointment() -
setAppointment
-
getAppointmentSeries
AppointmentSeries getAppointmentSeries() -
setAppointmentSeries
-
getAll
-
getDeletedRecords
-
sort
-
getCount
static int getCount() -
filter
-