Package org.teamapps.model.controlcenter
Interface NewsBoardMessage
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<NewsBoardMessage>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbNewsBoardMessage
public interface NewsBoardMessage extends org.teamapps.universaldb.pojo.Entity<NewsBoardMessage>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_HTML_MESSAGEstatic java.lang.StringFIELD_IMAGESstatic java.lang.StringFIELD_LANGUAGEstatic 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_ORGANIZATION_FIELDstatic java.lang.StringFIELD_ORGANIZATION_UNITstatic java.lang.StringFIELD_PUBLISHEDstatic java.lang.StringFIELD_TRANSLATIONS -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, delete, getEntityValue, getId, getRecordUpdates, isChanged, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, 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_PUBLISHED
static final java.lang.String FIELD_PUBLISHED- See Also:
- Constant Field Values
-
FIELD_HTML_MESSAGE
static final java.lang.String FIELD_HTML_MESSAGE- See Also:
- Constant Field Values
-
FIELD_LANGUAGE
static final java.lang.String FIELD_LANGUAGE- See Also:
- Constant Field Values
-
FIELD_IMAGES
static final java.lang.String FIELD_IMAGES- See Also:
- Constant Field Values
-
FIELD_TRANSLATIONS
static final java.lang.String FIELD_TRANSLATIONS- See Also:
- Constant Field Values
-
FIELD_ORGANIZATION_FIELD
static final java.lang.String FIELD_ORGANIZATION_FIELD- See Also:
- Constant Field Values
-
FIELD_ORGANIZATION_UNIT
static final java.lang.String FIELD_ORGANIZATION_UNIT- 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
-
getPublished
boolean getPublished() -
setPublished
-
isPublished
boolean isPublished() -
getHtmlMessage
java.lang.String getHtmlMessage() -
setHtmlMessage
-
getLanguage
java.lang.String getLanguage() -
setLanguage
-
getImages
java.util.List<NewsBoardMessageImage> getImages() -
setImages
-
getImagesCount
int getImagesCount() -
setImages
-
getImagesAsBitSet
java.util.BitSet getImagesAsBitSet() -
addImages
-
addImages
-
removeImages
-
removeImages
-
removeAllImages
NewsBoardMessage removeAllImages() -
getTranslations
java.util.List<NewsBoardMessageTranslation> getTranslations() -
setTranslations
-
getTranslationsCount
int getTranslationsCount() -
setTranslations
-
getTranslationsAsBitSet
java.util.BitSet getTranslationsAsBitSet() -
addTranslations
-
addTranslations
-
removeTranslations
-
removeTranslations
-
removeAllTranslations
NewsBoardMessage removeAllTranslations() -
getOrganizationField
OrganizationField getOrganizationField() -
setOrganizationField
-
getOrganizationUnit
OrganizationUnit getOrganizationUnit() -
setOrganizationUnit
-
getAll
-
getDeletedRecords
-
sort
static java.util.List<NewsBoardMessage> sort(java.util.List<NewsBoardMessage> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
static int getCount() -
filter
-