Package org.teamapps.model.controlcenter
Interface Application
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<Application>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbApplication
public interface Application extends org.teamapps.universaldb.pojo.Entity<Application>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_CONFIGstatic java.lang.StringFIELD_DARK_THEMEstatic java.lang.StringFIELD_DESCRIPTION_KEYstatic java.lang.StringFIELD_ICONstatic java.lang.StringFIELD_INSTALLED_AS_MAIN_APPLICATIONstatic java.lang.StringFIELD_INSTALLED_VERSIONstatic 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_NAMEstatic java.lang.StringFIELD_PERSPECTIVESstatic java.lang.StringFIELD_PRIVILEGE_GROUPSstatic java.lang.StringFIELD_TITLE_KEYstatic java.lang.StringFIELD_UNMANAGED_APPLICATIONstatic java.lang.StringFIELD_VERSIONS -
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_NAME
static final java.lang.String FIELD_NAME- See Also:
- Constant Field Values
-
FIELD_ICON
static final java.lang.String FIELD_ICON- See Also:
- Constant Field Values
-
FIELD_TITLE_KEY
static final java.lang.String FIELD_TITLE_KEY- See Also:
- Constant Field Values
-
FIELD_DESCRIPTION_KEY
static final java.lang.String FIELD_DESCRIPTION_KEY- See Also:
- Constant Field Values
-
FIELD_UNMANAGED_APPLICATION
static final java.lang.String FIELD_UNMANAGED_APPLICATION- See Also:
- Constant Field Values
-
FIELD_CONFIG
static final java.lang.String FIELD_CONFIG- See Also:
- Constant Field Values
-
FIELD_DARK_THEME
static final java.lang.String FIELD_DARK_THEME- See Also:
- Constant Field Values
-
FIELD_PERSPECTIVES
static final java.lang.String FIELD_PERSPECTIVES- See Also:
- Constant Field Values
-
FIELD_PRIVILEGE_GROUPS
static final java.lang.String FIELD_PRIVILEGE_GROUPS- See Also:
- Constant Field Values
-
FIELD_VERSIONS
static final java.lang.String FIELD_VERSIONS- See Also:
- Constant Field Values
-
FIELD_INSTALLED_VERSION
static final java.lang.String FIELD_INSTALLED_VERSION- See Also:
- Constant Field Values
-
FIELD_INSTALLED_AS_MAIN_APPLICATION
static final java.lang.String FIELD_INSTALLED_AS_MAIN_APPLICATION- 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
-
getName
java.lang.String getName() -
setName
-
getIcon
java.lang.String getIcon() -
setIcon
-
getTitleKey
java.lang.String getTitleKey() -
setTitleKey
-
getDescriptionKey
java.lang.String getDescriptionKey() -
setDescriptionKey
-
getUnmanagedApplication
boolean getUnmanagedApplication() -
setUnmanagedApplication
-
isUnmanagedApplication
boolean isUnmanagedApplication() -
getConfig
java.lang.String getConfig() -
setConfig
-
getDarkTheme
boolean getDarkTheme() -
setDarkTheme
-
isDarkTheme
boolean isDarkTheme() -
getPerspectives
java.util.List<ApplicationPerspective> getPerspectives() -
setPerspectives
-
getPerspectivesCount
int getPerspectivesCount() -
setPerspectives
-
getPerspectivesAsBitSet
java.util.BitSet getPerspectivesAsBitSet() -
addPerspectives
-
addPerspectives
-
removePerspectives
-
removePerspectives
-
removeAllPerspectives
Application removeAllPerspectives() -
getPrivilegeGroups
java.util.List<ApplicationPrivilegeGroup> getPrivilegeGroups() -
setPrivilegeGroups
-
getPrivilegeGroupsCount
int getPrivilegeGroupsCount() -
setPrivilegeGroups
-
getPrivilegeGroupsAsBitSet
java.util.BitSet getPrivilegeGroupsAsBitSet() -
addPrivilegeGroups
-
addPrivilegeGroups
-
removePrivilegeGroups
-
removePrivilegeGroups
-
removeAllPrivilegeGroups
Application removeAllPrivilegeGroups() -
getVersions
java.util.List<ApplicationVersion> getVersions() -
setVersions
-
getVersionsCount
int getVersionsCount() -
setVersions
-
getVersionsAsBitSet
java.util.BitSet getVersionsAsBitSet() -
addVersions
-
addVersions
-
removeVersions
-
removeVersions
-
removeAllVersions
Application removeAllVersions() -
getInstalledVersion
ApplicationVersion getInstalledVersion() -
setInstalledVersion
-
getInstalledAsMainApplication
java.util.List<ManagedApplication> getInstalledAsMainApplication() -
setInstalledAsMainApplication
-
getInstalledAsMainApplicationCount
int getInstalledAsMainApplicationCount() -
setInstalledAsMainApplication
-
getInstalledAsMainApplicationAsBitSet
java.util.BitSet getInstalledAsMainApplicationAsBitSet() -
addInstalledAsMainApplication
-
addInstalledAsMainApplication
-
removeInstalledAsMainApplication
-
removeInstalledAsMainApplication
-
removeAllInstalledAsMainApplication
Application removeAllInstalledAsMainApplication() -
getAll
-
sort
static java.util.List<Application> sort(java.util.List<Application> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path) -
getCount
static int getCount() -
filter
-