Package org.teamapps.model.controlcenter
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
FelderModifizierer und TypFeldBeschreibungprotected static org.teamapps.universaldb.index.text.TextIndexprotected static org.teamapps.universaldb.index.TableIndexprotected static org.teamapps.universaldb.index.translation.TranslatableTextIndexprotected static org.teamapps.universaldb.UniversalDBVon Schnittstelle geerbte Felder org.teamapps.model.controlcenter.OrganizationFieldView
FIELD_ICON, FIELD_TITLE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()build(int id) voiddelete()voiddelete(int userId, long timestamp) static List<OrganizationFieldView> getAll()static intgetCount()getIcon()org.teamapps.universaldb.index.translation.TranslatableTextgetTitle()voidvoidrestoreDeleted(int userId, long timestamp) save()save(int userId, long timestamp) static List<OrganizationFieldView> sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) static List<OrganizationFieldView> 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, 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, toStringVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, getDatabase, getEntityValue, getId, getRecordUpdates, getTable, isChanged, isDeleted, isModified, isRestorable, isStored, setEntityValueVon 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 -
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
-
getAll
-
sort
public static List<OrganizationFieldView> sort(List<OrganizationFieldView> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
sort
public static List<OrganizationFieldView> sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
getCount
public static int getCount() -
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<OrganizationFieldView>
-
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<OrganizationFieldView>
-
getTitle
public org.teamapps.universaldb.index.translation.TranslatableText getTitle()- Angegeben von:
getTitlein SchnittstelleOrganizationFieldView
-
getIcon
- Angegeben von:
getIconin SchnittstelleOrganizationFieldView
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationFieldView>
-
delete
public void delete()- Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationFieldView>
-
restoreDeleted
public void restoreDeleted()- Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationFieldView>
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationFieldView>
-
delete
public void delete(int userId, long timestamp) - Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationFieldView>
-
restoreDeleted
public void restoreDeleted(int userId, long timestamp) - Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationFieldView>
-