Package org.teamapps.model.controlcenter
Schnittstelle Application
- Alle Superschnittstellen:
org.teamapps.universaldb.pojo.Entity<Application>,org.teamapps.universaldb.pojo.Identifiable
- Alle bekannten Implementierungsklassen:
UdbApplication
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddPerspectives(ApplicationPerspective... value) addPrivilegeGroups(ApplicationPrivilegeGroup... value) addVersions(List<ApplicationVersion> value) addVersions(ApplicationVersion... value) static Applicationcreate()static Applicationcreate(int id) static ApplicationQueryfilter()static List<Application> getAll()static org.teamapps.universaldb.record.EntityBuilder<Application> static ApplicationgetById(int id) static intgetCount()booleanstatic List<Application> getIcon()intintlongintintlongintlongintintlongintintgetName()intintbooleanbooleanintbooleanbooleanbooleanremovePerspectives(ApplicationPerspective... value) removeVersions(List<ApplicationVersion> value) removeVersions(ApplicationVersion... value) setDarkTheme(boolean value) setDescriptionKey(String value) setMetaCreatedBy(int value) setMetaCreationDate(Instant value) setMetaCreationDateAsEpochMilli(long value) setMetaCreationDateAsEpochSecond(int value) setMetaDeletedBy(int value) setMetaDeletionDate(Instant value) setMetaDeletionDateAsEpochMilli(long value) setMetaDeletionDateAsEpochSecond(int value) setMetaModificationDate(Instant value) setMetaModificationDateAsEpochMilli(long value) setMetaModificationDateAsEpochSecond(int value) setMetaModifiedBy(int value) setMetaRestoreDate(Instant value) setMetaRestoreDateAsEpochMilli(long value) setMetaRestoreDateAsEpochSecond(int value) setMetaRestoredBy(int value) setPerspectives(ApplicationPerspective... value) setPrivilegeGroups(ApplicationPrivilegeGroup... value) setTitleKey(String value) setUninstalled(boolean value) setUnmanagedApplication(boolean value) setVersions(List<ApplicationVersion> value) setVersions(ApplicationVersion... value) static List<Application> sort(List<Application> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) Von Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, delete, delete, getDatabase, getEntityValue, getId, getRecordUpdates, getTable, isChanged, isDeleted, isModified, isRestorable, isStored, restoreDeleted, restoreDeleted, save, save, setEntityValueVon Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Felddetails
-
FIELD_META_CREATION_DATE
- Siehe auch:
-
FIELD_META_CREATED_BY
- Siehe auch:
-
FIELD_META_MODIFICATION_DATE
- Siehe auch:
-
FIELD_META_MODIFIED_BY
- Siehe auch:
-
FIELD_META_DELETION_DATE
- Siehe auch:
-
FIELD_META_DELETED_BY
- Siehe auch:
-
FIELD_META_RESTORE_DATE
- Siehe auch:
-
FIELD_META_RESTORED_BY
- Siehe auch:
-
FIELD_NAME
- Siehe auch:
-
FIELD_ICON
- Siehe auch:
-
FIELD_TITLE_KEY
- Siehe auch:
-
FIELD_DESCRIPTION_KEY
- Siehe auch:
-
FIELD_UNINSTALLED
- Siehe auch:
-
FIELD_UNMANAGED_APPLICATION
- Siehe auch:
-
FIELD_CONFIG
- Siehe auch:
-
FIELD_DARK_THEME
- Siehe auch:
-
FIELD_PERSPECTIVES
- Siehe auch:
-
FIELD_PRIVILEGE_GROUPS
- Siehe auch:
-
FIELD_VERSIONS
- Siehe auch:
-
FIELD_INSTALLED_VERSION
- Siehe auch:
-
FIELD_INSTALLED_AS_MAIN_APPLICATION
- Siehe auch:
-
-
Methodendetails
-
create
-
create
-
getById
-
getBuilder
-
getMetaCreationDate
Instant getMetaCreationDate() -
setMetaCreationDate
-
getMetaCreationDateAsEpochSecond
int getMetaCreationDateAsEpochSecond() -
setMetaCreationDateAsEpochSecond
-
getMetaCreationDateAsEpochMilli
long getMetaCreationDateAsEpochMilli() -
setMetaCreationDateAsEpochMilli
-
getMetaCreatedBy
int getMetaCreatedBy() -
setMetaCreatedBy
-
getMetaModificationDate
Instant getMetaModificationDate() -
setMetaModificationDate
-
getMetaModificationDateAsEpochSecond
int getMetaModificationDateAsEpochSecond() -
setMetaModificationDateAsEpochSecond
-
getMetaModificationDateAsEpochMilli
long getMetaModificationDateAsEpochMilli() -
setMetaModificationDateAsEpochMilli
-
getMetaModifiedBy
int getMetaModifiedBy() -
setMetaModifiedBy
-
getMetaDeletionDate
Instant getMetaDeletionDate() -
setMetaDeletionDate
-
getMetaDeletionDateAsEpochSecond
int getMetaDeletionDateAsEpochSecond() -
setMetaDeletionDateAsEpochSecond
-
getMetaDeletionDateAsEpochMilli
long getMetaDeletionDateAsEpochMilli() -
setMetaDeletionDateAsEpochMilli
-
getMetaDeletedBy
int getMetaDeletedBy() -
setMetaDeletedBy
-
getMetaRestoreDate
Instant getMetaRestoreDate() -
setMetaRestoreDate
-
getMetaRestoreDateAsEpochSecond
int getMetaRestoreDateAsEpochSecond() -
setMetaRestoreDateAsEpochSecond
-
getMetaRestoreDateAsEpochMilli
long getMetaRestoreDateAsEpochMilli() -
setMetaRestoreDateAsEpochMilli
-
getMetaRestoredBy
int getMetaRestoredBy() -
setMetaRestoredBy
-
getName
String getName() -
setName
-
getIcon
String getIcon() -
setIcon
-
getTitleKey
String getTitleKey() -
setTitleKey
-
getDescriptionKey
String getDescriptionKey() -
setDescriptionKey
-
getUninstalled
boolean getUninstalled() -
setUninstalled
-
isUninstalled
boolean isUninstalled() -
getUnmanagedApplication
boolean getUnmanagedApplication() -
setUnmanagedApplication
-
isUnmanagedApplication
boolean isUnmanagedApplication() -
getConfig
String getConfig() -
setConfig
-
getDarkTheme
boolean getDarkTheme() -
setDarkTheme
-
isDarkTheme
boolean isDarkTheme() -
getPerspectives
List<ApplicationPerspective> getPerspectives() -
setPerspectives
-
getPerspectivesCount
int getPerspectivesCount() -
setPerspectives
-
getPerspectivesAsBitSet
BitSet getPerspectivesAsBitSet() -
addPerspectives
-
addPerspectives
-
removePerspectives
-
removePerspectives
-
removeAllPerspectives
Application removeAllPerspectives() -
getPrivilegeGroups
List<ApplicationPrivilegeGroup> getPrivilegeGroups() -
setPrivilegeGroups
-
getPrivilegeGroupsCount
int getPrivilegeGroupsCount() -
setPrivilegeGroups
-
getPrivilegeGroupsAsBitSet
BitSet getPrivilegeGroupsAsBitSet() -
addPrivilegeGroups
-
addPrivilegeGroups
-
removePrivilegeGroups
-
removePrivilegeGroups
-
removeAllPrivilegeGroups
Application removeAllPrivilegeGroups() -
getVersions
List<ApplicationVersion> getVersions() -
setVersions
-
getVersionsCount
int getVersionsCount() -
setVersions
-
getVersionsAsBitSet
BitSet getVersionsAsBitSet() -
addVersions
-
addVersions
-
removeVersions
-
removeVersions
-
removeAllVersions
Application removeAllVersions() -
getInstalledVersion
ApplicationVersion getInstalledVersion() -
setInstalledVersion
-
getInstalledAsMainApplication
List<ManagedApplication> getInstalledAsMainApplication() -
setInstalledAsMainApplication
-
getInstalledAsMainApplicationCount
int getInstalledAsMainApplicationCount() -
setInstalledAsMainApplication
-
getInstalledAsMainApplicationAsBitSet
BitSet getInstalledAsMainApplicationAsBitSet() -
addInstalledAsMainApplication
-
addInstalledAsMainApplication
-
removeInstalledAsMainApplication
-
removeInstalledAsMainApplication
-
removeAllInstalledAsMainApplication
Application removeAllInstalledAsMainApplication() -
getAll
-
getDeletedRecords
-
sort
static List<Application> sort(List<Application> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
getCount
static int getCount() -
filter
-