Package org.teamapps.model.controlcenter
Interface ManagedApplicationPerspective
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<ManagedApplicationPerspective>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbManagedApplicationPerspective
public interface ManagedApplicationPerspective extends org.teamapps.universaldb.pojo.Entity<ManagedApplicationPerspective>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_APPLICATION_PERSPECTIVEstatic java.lang.StringFIELD_DESCRIPTION_KEY_OVERRIDEstatic java.lang.StringFIELD_ICON_OVERRIDEstatic java.lang.StringFIELD_LISTING_POSITIONstatic java.lang.StringFIELD_MANAGED_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_TITLE_KEY_OVERRIDEstatic java.lang.StringFIELD_TOOLBAR_PERSPECTIVE_MENU -
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_MANAGED_APPLICATION
static final java.lang.String FIELD_MANAGED_APPLICATION- See Also:
- Constant Field Values
-
FIELD_APPLICATION_PERSPECTIVE
static final java.lang.String FIELD_APPLICATION_PERSPECTIVE- See Also:
- Constant Field Values
-
FIELD_ICON_OVERRIDE
static final java.lang.String FIELD_ICON_OVERRIDE- See Also:
- Constant Field Values
-
FIELD_TITLE_KEY_OVERRIDE
static final java.lang.String FIELD_TITLE_KEY_OVERRIDE- See Also:
- Constant Field Values
-
FIELD_DESCRIPTION_KEY_OVERRIDE
static final java.lang.String FIELD_DESCRIPTION_KEY_OVERRIDE- See Also:
- Constant Field Values
-
FIELD_TOOLBAR_PERSPECTIVE_MENU
static final java.lang.String FIELD_TOOLBAR_PERSPECTIVE_MENU- See Also:
- Constant Field Values
-
FIELD_LISTING_POSITION
static final java.lang.String FIELD_LISTING_POSITION- 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
-
getManagedApplication
ManagedApplication getManagedApplication() -
setManagedApplication
-
getApplicationPerspective
ApplicationPerspective getApplicationPerspective() -
setApplicationPerspective
-
getIconOverride
java.lang.String getIconOverride() -
setIconOverride
-
getTitleKeyOverride
java.lang.String getTitleKeyOverride() -
setTitleKeyOverride
-
getDescriptionKeyOverride
java.lang.String getDescriptionKeyOverride() -
setDescriptionKeyOverride
-
getToolbarPerspectiveMenu
boolean getToolbarPerspectiveMenu() -
setToolbarPerspectiveMenu
-
isToolbarPerspectiveMenu
boolean isToolbarPerspectiveMenu() -
getListingPosition
int getListingPosition() -
setListingPosition
-
getAll
-
sort
static java.util.List<ManagedApplicationPerspective> sort(java.util.List<ManagedApplicationPerspective> list, java.lang.String sortFieldName, boolean ascending, java.lang.String... path) -
getCount
static int getCount() -
filter
-