Klasse UdbAddressView

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

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

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected static org.teamapps.universaldb.index.text.TextIndex
     
    protected static org.teamapps.universaldb.index.text.TextIndex
     
    protected static org.teamapps.universaldb.index.text.TextIndex
     
    protected static org.teamapps.universaldb.index.numeric.FloatIndex
     
    protected static org.teamapps.universaldb.index.numeric.FloatIndex
     
    protected static org.teamapps.universaldb.index.text.TextIndex
     
    protected static org.teamapps.universaldb.index.text.TextIndex
     
    protected static org.teamapps.universaldb.index.text.TextIndex
     
    protected static org.teamapps.universaldb.index.text.TextIndex
     
    protected static org.teamapps.universaldb.index.text.TextIndex
     
    protected static org.teamapps.universaldb.index.TableIndex
     
  • Konstruktorübersicht

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

    Modifizierer und Typ
    Methode
    Beschreibung
     
    build(int id)
     
    void
     
     
     
    static int
     
     
     
    float
     
    float
     
     
     
     
     
     
    void
     
     
    sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path)
     
    sort(List<AddressView> 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
    • name

      protected static org.teamapps.universaldb.index.text.TextIndex name
    • organisation

      protected static org.teamapps.universaldb.index.text.TextIndex organisation
    • street

      protected static org.teamapps.universaldb.index.text.TextIndex street
    • city

      protected static org.teamapps.universaldb.index.text.TextIndex city
    • dependentLocality

      protected static org.teamapps.universaldb.index.text.TextIndex dependentLocality
    • state

      protected static org.teamapps.universaldb.index.text.TextIndex state
    • postalCode

      protected static org.teamapps.universaldb.index.text.TextIndex postalCode
    • country

      protected static org.teamapps.universaldb.index.text.TextIndex country
    • latitude

      protected static org.teamapps.universaldb.index.numeric.FloatIndex latitude
    • longitude

      protected static org.teamapps.universaldb.index.numeric.FloatIndex longitude
  • Konstruktordetails

    • UdbAddressView

      public UdbAddressView()
    • UdbAddressView

      public UdbAddressView(int id, boolean createEntity)
  • Methodendetails