Package org.teamapps.model.controlcenter
Interface LocalizationTopic
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<LocalizationTopic>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbLocalizationTopic
public interface LocalizationTopic extends org.teamapps.universaldb.pojo.Entity<LocalizationTopic>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_APPLICATIONstatic java.lang.StringFIELD_ICONstatic java.lang.StringFIELD_KEYSstatic 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_SCREENSHOTstatic java.lang.StringFIELD_TITLE -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isStored, 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_KEYS
static final java.lang.String FIELD_KEYS- See Also:
- Constant Field Values
-
FIELD_APPLICATION
static final java.lang.String FIELD_APPLICATION- See Also:
- Constant Field Values
-
FIELD_ICON
static final java.lang.String FIELD_ICON- See Also:
- Constant Field Values
-
FIELD_TITLE
static final java.lang.String FIELD_TITLE- See Also:
- Constant Field Values
-
FIELD_SCREENSHOT
static final java.lang.String FIELD_SCREENSHOT- 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
-
getKeys
java.util.List<LocalizationKey> getKeys() -
setKeys
-
getKeysCount
int getKeysCount() -
setKeys
-
getKeysAsBitSet
java.util.BitSet getKeysAsBitSet() -
addKeys
-
addKeys
-
removeKeys
-
removeKeys
-
removeAllKeys
LocalizationTopic removeAllKeys() -
getApplication
Application getApplication() -
setApplication
-
getIcon
java.lang.String getIcon() -
setIcon
-
getTitle
java.lang.String getTitle() -
setTitle
-
getScreenshot
org.teamapps.universaldb.index.file.FileValue getScreenshot() -
setScreenshot
-
setScreenshot
-
getAll
-
sort
static java.util.List<LocalizationTopic> sort(java.util.List<LocalizationTopic> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path) -
getCount
static int getCount() -
filter
-