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
     
    protected static org.teamapps.universaldb.UniversalDB
     
  • Konstruktorübersicht

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

    Modifizierer und Typ
    Methode
    Beschreibung
     
    build(int id)
     
    void
     
    void
    delete(int userId, long timestamp)
     
     
     
    static int
     
     
     
    float
     
    float
     
     
     
     
     
     
    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<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, 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.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

    • getAll

      public static List<AddressView> getAll()
    • sort

      public static List<AddressView> sort(List<AddressView> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path)
    • sort

      public static List<AddressView> sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path)
    • getCount

      public static int getCount()
    • build

      public AddressView build()
      Angegeben von:
      build in Schnittstelle org.teamapps.universaldb.record.EntityBuilder<AddressView>
    • build

      public AddressView build(int id)
      Angegeben von:
      build in Schnittstelle org.teamapps.universaldb.record.EntityBuilder<AddressView>
    • getName

      public String getName()
      Angegeben von:
      getName in Schnittstelle AddressView
    • getOrganisation

      public String getOrganisation()
      Angegeben von:
      getOrganisation in Schnittstelle AddressView
    • getStreet

      public String getStreet()
      Angegeben von:
      getStreet in Schnittstelle AddressView
    • getCity

      public String getCity()
      Angegeben von:
      getCity in Schnittstelle AddressView
    • getDependentLocality

      public String getDependentLocality()
      Angegeben von:
      getDependentLocality in Schnittstelle AddressView
    • getState

      public String getState()
      Angegeben von:
      getState in Schnittstelle AddressView
    • getPostalCode

      public String getPostalCode()
      Angegeben von:
      getPostalCode in Schnittstelle AddressView
    • getCountry

      public String getCountry()
      Angegeben von:
      getCountry in Schnittstelle AddressView
    • getLatitude

      public float getLatitude()
      Angegeben von:
      getLatitude in Schnittstelle AddressView
    • getLongitude

      public float getLongitude()
      Angegeben von:
      getLongitude in Schnittstelle AddressView
    • save

      public UdbAddressView save()
      Angegeben von:
      save in Schnittstelle org.teamapps.universaldb.pojo.Entity<AddressView>
    • delete

      public void delete()
      Angegeben von:
      delete in Schnittstelle org.teamapps.universaldb.pojo.Entity<AddressView>
    • restoreDeleted

      public void restoreDeleted()
      Angegeben von:
      restoreDeleted in Schnittstelle org.teamapps.universaldb.pojo.Entity<AddressView>
    • save

      public UdbAddressView save(int userId, long timestamp)
      Angegeben von:
      save in Schnittstelle org.teamapps.universaldb.pojo.Entity<AddressView>
    • delete

      public void delete(int userId, long timestamp)
      Angegeben von:
      delete in Schnittstelle org.teamapps.universaldb.pojo.Entity<AddressView>
    • restoreDeleted

      public void restoreDeleted(int userId, long timestamp)
      Angegeben von:
      restoreDeleted in Schnittstelle org.teamapps.universaldb.pojo.Entity<AddressView>