Klasse UdbOrganizationFieldView

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

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

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected static org.teamapps.universaldb.index.text.TextIndex
     
    protected static org.teamapps.universaldb.index.TableIndex
     
    protected static org.teamapps.universaldb.index.translation.TranslatableTextIndex
     

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

    FIELD_ICON, FIELD_TITLE
  • Konstruktorübersicht

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

    Modifizierer und Typ
    Methode
    Beschreibung
     
    build(int id)
     
    void
     
     
    static int
     
     
    org.teamapps.universaldb.index.translation.TranslatableText
     
    void
     
     
    sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path)
     
    sort(List<OrganizationFieldView> 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, deleteRecord, equals, getBooleanValue, getChangedValue, getChangeValue, getCorrelationId, getDateAsEpochMilli, getDateTimeAsEpochMilli, getDateTimeValue, getDateValue, getDoubleValue, getEntityValue, getEnumValue, getFloatValue, getId, getIntValue, getLocalDateValue, getLongValue, getMultiReferenceValue, getMultiReferenceValueAsBitSet, getMultiReferenceValueCount, getQualifiedName, getRecordUpdates, getReferenceChangeValue, getShortValue, getTableId, getTableIndex, getTextValue, getTimestampAsEpochMilli, getTimestampAsEpochSecond, getTimestampValue, getTimeValue, getTranslatableTextValue, hashCode, isChanged, isChanged, isDeleted, isModified, isRestorable, isStored, removeAllMultiReferenceValue, removeMultiReferenceValue, restoreDeletedRecord, saveRecord, saveRecord, setBooleanValue, setChangeValue, setDatabase, setDateAsEpochMilli, setDateTimeAsEpochMilli, setDateTimeValue, setDateValue, setDoubleValue, setEntityValue, setEnumValue, setFloatValue, setIntValue, setLocalDateAsEpochMilli, setLocalDateValue, setLongValue, setMultiReferenceValue, setShortValue, setSingleReferenceValue, setTextValue, setTimestampAsEpochMilli, setTimestampAsEpochSecond, setTimestampValue, setTimeValue, setTranslatableTextValue, sort, sort

    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, getEntityValue, getId, getRecordUpdates, 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
    • title

      protected static org.teamapps.universaldb.index.translation.TranslatableTextIndex title
    • icon

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

    • UdbOrganizationFieldView

      public UdbOrganizationFieldView()
    • UdbOrganizationFieldView

      public UdbOrganizationFieldView(int id, boolean createEntity)
  • Methodendetails