Interface ApplicationVersion

All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<ApplicationVersion>, org.teamapps.universaldb.pojo.Identifiable
All Known Implementing Classes:
UdbApplicationVersion

public interface ApplicationVersion
extends org.teamapps.universaldb.pojo.Entity<ApplicationVersion>
  • 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_APPLICATION

      static final java.lang.String FIELD_APPLICATION
      See Also:
      Constant Field Values
    • FIELD_BINARY

      static final java.lang.String FIELD_BINARY
      See Also:
      Constant Field Values
    • FIELD_BINARY_HASH

      static final java.lang.String FIELD_BINARY_HASH
      See Also:
      Constant Field Values
    • FIELD_VERSION

      static final java.lang.String FIELD_VERSION
      See Also:
      Constant Field Values
    • FIELD_RELEASE_NOTES

      static final java.lang.String FIELD_RELEASE_NOTES
      See Also:
      Constant Field Values
    • FIELD_DATA_MODEL_DATA

      static final java.lang.String FIELD_DATA_MODEL_DATA
      See Also:
      Constant Field Values
    • FIELD_LOCALIZATION_DATA

      static final java.lang.String FIELD_LOCALIZATION_DATA
      See Also:
      Constant Field Values
    • FIELD_PRIVILEGE_DATA

      static final java.lang.String FIELD_PRIVILEGE_DATA
      See Also:
      Constant Field Values
    • FIELD_PERSPECTIVE_DATA

      static final java.lang.String FIELD_PERSPECTIVE_DATA
      See Also:
      Constant Field Values
  • Method Details

    • create

      static ApplicationVersion create()
    • create

      static ApplicationVersion create​(int id)
    • getById

      static ApplicationVersion getById​(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<ApplicationVersion> getBuilder()
    • getMetaCreationDate

      java.time.Instant getMetaCreationDate()
    • setMetaCreationDate

      ApplicationVersion setMetaCreationDate​(java.time.Instant value)
    • getMetaCreationDateAsEpochSecond

      int getMetaCreationDateAsEpochSecond()
    • setMetaCreationDateAsEpochSecond

      ApplicationVersion setMetaCreationDateAsEpochSecond​(int value)
    • getMetaCreationDateAsEpochMilli

      long getMetaCreationDateAsEpochMilli()
    • setMetaCreationDateAsEpochMilli

      ApplicationVersion setMetaCreationDateAsEpochMilli​(long value)
    • getMetaCreatedBy

      int getMetaCreatedBy()
    • setMetaCreatedBy

      ApplicationVersion setMetaCreatedBy​(int value)
    • getMetaModificationDate

      java.time.Instant getMetaModificationDate()
    • setMetaModificationDate

      ApplicationVersion setMetaModificationDate​(java.time.Instant value)
    • getMetaModificationDateAsEpochSecond

      int getMetaModificationDateAsEpochSecond()
    • setMetaModificationDateAsEpochSecond

      ApplicationVersion setMetaModificationDateAsEpochSecond​(int value)
    • getMetaModificationDateAsEpochMilli

      long getMetaModificationDateAsEpochMilli()
    • setMetaModificationDateAsEpochMilli

      ApplicationVersion setMetaModificationDateAsEpochMilli​(long value)
    • getMetaModifiedBy

      int getMetaModifiedBy()
    • setMetaModifiedBy

      ApplicationVersion setMetaModifiedBy​(int value)
    • getMetaDeletionDate

      java.time.Instant getMetaDeletionDate()
    • setMetaDeletionDate

      ApplicationVersion setMetaDeletionDate​(java.time.Instant value)
    • getMetaDeletionDateAsEpochSecond

      int getMetaDeletionDateAsEpochSecond()
    • setMetaDeletionDateAsEpochSecond

      ApplicationVersion setMetaDeletionDateAsEpochSecond​(int value)
    • getMetaDeletionDateAsEpochMilli

      long getMetaDeletionDateAsEpochMilli()
    • setMetaDeletionDateAsEpochMilli

      ApplicationVersion setMetaDeletionDateAsEpochMilli​(long value)
    • getMetaDeletedBy

      int getMetaDeletedBy()
    • setMetaDeletedBy

      ApplicationVersion setMetaDeletedBy​(int value)
    • getMetaRestoreDate

      java.time.Instant getMetaRestoreDate()
    • setMetaRestoreDate

      ApplicationVersion setMetaRestoreDate​(java.time.Instant value)
    • getMetaRestoreDateAsEpochSecond

      int getMetaRestoreDateAsEpochSecond()
    • setMetaRestoreDateAsEpochSecond

      ApplicationVersion setMetaRestoreDateAsEpochSecond​(int value)
    • getMetaRestoreDateAsEpochMilli

      long getMetaRestoreDateAsEpochMilli()
    • setMetaRestoreDateAsEpochMilli

      ApplicationVersion setMetaRestoreDateAsEpochMilli​(long value)
    • getMetaRestoredBy

      int getMetaRestoredBy()
    • setMetaRestoredBy

      ApplicationVersion setMetaRestoredBy​(int value)
    • getApplication

      Application getApplication()
    • setApplication

      ApplicationVersion setApplication​(Application value)
    • getBinary

      org.teamapps.universaldb.index.file.FileValue getBinary()
    • setBinary

      ApplicationVersion setBinary​(java.io.File value)
    • setBinary

      ApplicationVersion setBinary​(java.io.File value, java.lang.String fileName)
    • getBinaryHash

      java.lang.String getBinaryHash()
    • setBinaryHash

      ApplicationVersion setBinaryHash​(java.lang.String value)
    • getVersion

      java.lang.String getVersion()
    • setVersion

      ApplicationVersion setVersion​(java.lang.String value)
    • getReleaseNotes

      java.lang.String getReleaseNotes()
    • setReleaseNotes

      ApplicationVersion setReleaseNotes​(java.lang.String value)
    • getDataModelData

      ApplicationVersionData getDataModelData()
    • setDataModelData

      ApplicationVersion setDataModelData​(ApplicationVersionData value)
    • getLocalizationData

      ApplicationVersionData getLocalizationData()
    • setLocalizationData

      ApplicationVersion setLocalizationData​(ApplicationVersionData value)
    • getPrivilegeData

      ApplicationVersionData getPrivilegeData()
    • setPrivilegeData

      ApplicationVersion setPrivilegeData​(ApplicationVersionData value)
    • getPerspectiveData

      ApplicationVersionData getPerspectiveData()
    • setPerspectiveData

      ApplicationVersion setPerspectiveData​(ApplicationVersionData value)
    • getAll

      static java.util.List<ApplicationVersion> getAll()
    • getDeletedRecords

      static java.util.List<ApplicationVersion> getDeletedRecords()
    • sort

      static java.util.List<ApplicationVersion> sort​(java.util.List<ApplicationVersion> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)
    • getCount

      static int getCount()
    • filter

      static ApplicationVersionQuery filter()