Package org.teamapps.model.controlcenter
Interface ManagedApplication
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<ManagedApplication>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbManagedApplication
public interface ManagedApplication extends org.teamapps.universaldb.pojo.Entity<ManagedApplication>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_APPLICATION_GROUPstatic java.lang.StringFIELD_DARK_THEMEstatic java.lang.StringFIELD_DESCRIPTION_KEYstatic java.lang.StringFIELD_HIDDENstatic java.lang.StringFIELD_ICONstatic java.lang.StringFIELD_LISTING_POSITIONstatic java.lang.StringFIELD_MAIN_APPLICATIONstatic 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_PERSPECTIVESstatic java.lang.StringFIELD_SINGLE_APPLICATIONstatic java.lang.StringFIELD_START_ON_LOGINstatic java.lang.StringFIELD_TITLE_KEYstatic java.lang.StringFIELD_TOOLBAR_APPLICATION_MENU -
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_MAIN_APPLICATION
static final java.lang.String FIELD_MAIN_APPLICATION- See Also:
- Constant Field Values
-
FIELD_ORGANIZATION_FIELD
static final java.lang.String FIELD_ORGANIZATION_FIELD- 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_SINGLE_APPLICATION
static final java.lang.String FIELD_SINGLE_APPLICATION- See Also:
- Constant Field Values
-
FIELD_DARK_THEME
static final java.lang.String FIELD_DARK_THEME- See Also:
- Constant Field Values
-
FIELD_START_ON_LOGIN
static final java.lang.String FIELD_START_ON_LOGIN- See Also:
- Constant Field Values
-
FIELD_PERSPECTIVES
static final java.lang.String FIELD_PERSPECTIVES- See Also:
- Constant Field Values
-
FIELD_LISTING_POSITION
static final java.lang.String FIELD_LISTING_POSITION- See Also:
- Constant Field Values
-
FIELD_TOOLBAR_APPLICATION_MENU
static final java.lang.String FIELD_TOOLBAR_APPLICATION_MENU- See Also:
- Constant Field Values
-
FIELD_APPLICATION_GROUP
static final java.lang.String FIELD_APPLICATION_GROUP- See Also:
- Constant Field Values
-
FIELD_HIDDEN
static final java.lang.String FIELD_HIDDEN- 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
-
getMainApplication
Application getMainApplication() -
setMainApplication
-
getOrganizationField
OrganizationField getOrganizationField() -
setOrganizationField
-
getIcon
java.lang.String getIcon() -
setIcon
-
getTitleKey
java.lang.String getTitleKey() -
setTitleKey
-
getDescriptionKey
java.lang.String getDescriptionKey() -
setDescriptionKey
-
getSingleApplication
boolean getSingleApplication() -
setSingleApplication
-
isSingleApplication
boolean isSingleApplication() -
getDarkTheme
boolean getDarkTheme() -
setDarkTheme
-
isDarkTheme
boolean isDarkTheme() -
getStartOnLogin
boolean getStartOnLogin() -
setStartOnLogin
-
isStartOnLogin
boolean isStartOnLogin() -
getPerspectives
java.util.List<ManagedApplicationPerspective> getPerspectives() -
setPerspectives
-
getPerspectivesCount
int getPerspectivesCount() -
setPerspectives
-
getPerspectivesAsBitSet
java.util.BitSet getPerspectivesAsBitSet() -
addPerspectives
-
addPerspectives
-
removePerspectives
-
removePerspectives
-
removeAllPerspectives
ManagedApplication removeAllPerspectives() -
getListingPosition
int getListingPosition() -
setListingPosition
-
getToolbarApplicationMenu
boolean getToolbarApplicationMenu() -
setToolbarApplicationMenu
-
isToolbarApplicationMenu
boolean isToolbarApplicationMenu() -
getApplicationGroup
ManagedApplicationGroup getApplicationGroup() -
setApplicationGroup
-
getHidden
boolean getHidden() -
setHidden
-
isHidden
boolean isHidden() -
getAll
-
getDeletedRecords
-
sort
static java.util.List<ManagedApplication> sort(java.util.List<ManagedApplication> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
static int getCount() -
filter
-