Klasse UdbOrganizationUnitView

java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<OrganizationUnitView>
org.teamapps.model.controlcenter.UdbOrganizationUnitView
Alle implementierten Schnittstellen:
OrganizationUnitView, org.teamapps.universaldb.pojo.Entity<OrganizationUnitView>, org.teamapps.universaldb.pojo.Identifiable, org.teamapps.universaldb.record.EntityBuilder<OrganizationUnitView>

public class UdbOrganizationUnitView extends org.teamapps.universaldb.pojo.AbstractUdbEntity<OrganizationUnitView> implements OrganizationUnitView
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex
     
    protected static org.teamapps.universaldb.index.reference.multi.MultiReferenceIndex
     
    protected static org.teamapps.universaldb.index.text.TextIndex
     
    protected static org.teamapps.universaldb.index.translation.TranslatableTextIndex
     
    protected static org.teamapps.universaldb.index.numeric.ShortIndex
     
    protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex
     
    protected static org.teamapps.universaldb.index.TableIndex
     
    protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex
     
    protected static org.teamapps.universaldb.UniversalDB
     

    Von Schnittstelle geerbte Felder org.teamapps.model.controlcenter.OrganizationUnitView

    FIELD_ADDRESS, FIELD_CHILDREN, FIELD_ICON, FIELD_NAME, FIELD_ORG_UNIT_LIFE_CYCLE_STATUS, FIELD_PARENT, FIELD_TYPE
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
    UdbOrganizationUnitView(int id, boolean createEntity)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
    build(int id)
     
    void
     
    void
    delete(int userId, long timestamp)
     
     
     
     
     
    int
     
    static int
     
     
    org.teamapps.universaldb.index.translation.TranslatableText
     
     
     
     
    void
     
    void
    restoreDeleted(int userId, long timestamp)
     
     
    save(int userId, long timestamp)
     
    sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path)
     
    sort(List<OrganizationUnitView> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path)
     

    Von Klasse geerbte Methoden org.teamapps.universaldb.pojo.AbstractUdbEntity

    addMultiReferenceValue, clearChanges, clearFieldChanges, createdBy, createEntityList, createEntityList, createEntityList, createFileValue, createFileValue, deleteRecord, deleteRecord, equals, getBooleanValue, getChangedValue, getChangeValue, getCorrelationId, getDatabase, getDateAsEpochMilli, getDateTimeAsEpochMilli, getDateTimeValue, getDateValue, getDoubleValue, getEntityValue, getEnumValue, getFloatValue, getId, getIntValue, getLocalDateValue, getLongValue, getMultiReferenceValue, getMultiReferenceValueAsBitSet, getMultiReferenceValueCount, getQualifiedName, getRecordUpdates, getReferenceChangeValue, getShortValue, getTable, getTableId, getTableIndex, getTextValue, getTimestampAsEpochMilli, getTimestampAsEpochSecond, getTimestampValue, getTimeValue, getTranslatableTextValue, hashCode, isChanged, isChanged, isDeleted, isModified, isRestorable, isStored, removeAllMultiReferenceValue, removeMultiReferenceValue, restoreDeletedRecord, restoreDeletedRecord, saveRecord, saveRecord, saveRecord, setBooleanValue, setChangeValue, setDateAsEpochMilli, setDateTimeAsEpochMilli, setDateTimeValue, setDateValue, setDoubleValue, setEntityValue, setEnumValue, setFloatValue, setIntValue, setLocalDateAsEpochMilli, setLocalDateValue, setLongValue, setMultiReferenceValue, setShortValue, setSingleReferenceValue, setTextValue, setTimestampAsEpochMilli, setTimestampAsEpochSecond, setTimestampValue, setTimeValue, setTranslatableTextValue, sort, sort, toString

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Von Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Entity

    clearChanges, clearFieldChanges, getDatabase, getEntityValue, getId, getRecordUpdates, getTable, isChanged, isDeleted, isModified, isRestorable, isStored, setEntityValue

    Von Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Identifiable

    getQualifiedName
  • Felddetails

    • table

      protected static org.teamapps.universaldb.index.TableIndex table
    • universalDB

      protected static org.teamapps.universaldb.UniversalDB universalDB
    • name

      protected static org.teamapps.universaldb.index.translation.TranslatableTextIndex name
    • parent

      protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex parent
    • children

      protected static org.teamapps.universaldb.index.reference.multi.MultiReferenceIndex children
    • type

      protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex type
    • icon

      protected static org.teamapps.universaldb.index.text.TextIndex icon
    • orgUnitLifeCycleStatus

      protected static org.teamapps.universaldb.index.numeric.ShortIndex orgUnitLifeCycleStatus
    • address

      protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex address
  • Konstruktordetails

    • UdbOrganizationUnitView

      public UdbOrganizationUnitView()
    • UdbOrganizationUnitView

      public UdbOrganizationUnitView(int id, boolean createEntity)
  • Methodendetails