Package org.teamapps.model.controlcenter
Klasse UdbOrganizationUnitTypeView
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<OrganizationUnitTypeView>
org.teamapps.model.controlcenter.UdbOrganizationUnitTypeView
- Alle implementierten Schnittstellen:
OrganizationUnitTypeView,org.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>,org.teamapps.universaldb.pojo.Identifiable,org.teamapps.universaldb.record.EntityBuilder<OrganizationUnitTypeView>
public class UdbOrganizationUnitTypeView
extends org.teamapps.universaldb.pojo.AbstractUdbEntity<OrganizationUnitTypeView>
implements OrganizationUnitTypeView
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected static org.teamapps.universaldb.index.translation.TranslatableTextIndexprotected static org.teamapps.universaldb.index.bool.BooleanIndexprotected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndexprotected static org.teamapps.universaldb.index.numeric.ShortIndexprotected static org.teamapps.universaldb.index.text.TextIndexprotected static org.teamapps.universaldb.index.translation.TranslatableTextIndexprotected static org.teamapps.universaldb.index.reference.multi.MultiReferenceIndexprotected static org.teamapps.universaldb.index.TableIndexprotected static org.teamapps.universaldb.index.bool.BooleanIndexprotected static org.teamapps.universaldb.UniversalDBVon Schnittstelle geerbte Felder org.teamapps.model.controlcenter.OrganizationUnitTypeView
FIELD_ABBREVIATION, FIELD_ALLOW_USER_CONTAINER, FIELD_DEFAULT_CHILD_TYPE, FIELD_GEO_LOCATION_TYPE, FIELD_ICON, FIELD_NAME, FIELD_POSSIBLE_CHILDREN_TYPES, FIELD_TRANSLATE_ORGANIZATION_UNITS -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()build(int id) voiddelete()voiddelete(int userId, long timestamp) org.teamapps.universaldb.index.translation.TranslatableTextstatic List<OrganizationUnitTypeView> getAll()booleanstatic intgetCount()getIcon()org.teamapps.universaldb.index.translation.TranslatableTextgetName()intbooleanbooleanbooleanvoidvoidrestoreDeleted(int userId, long timestamp) save()save(int userId, long timestamp) static List<OrganizationUnitTypeView> sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) static List<OrganizationUnitTypeView> sort(List<OrganizationUnitTypeView> 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 -
name
protected static org.teamapps.universaldb.index.translation.TranslatableTextIndex name -
abbreviation
protected static org.teamapps.universaldb.index.translation.TranslatableTextIndex abbreviation -
icon
protected static org.teamapps.universaldb.index.text.TextIndex icon -
translateOrganizationUnits
protected static org.teamapps.universaldb.index.bool.BooleanIndex translateOrganizationUnits -
allowUserContainer
protected static org.teamapps.universaldb.index.bool.BooleanIndex allowUserContainer -
defaultChildType
protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex defaultChildType -
possibleChildrenTypes
protected static org.teamapps.universaldb.index.reference.multi.MultiReferenceIndex possibleChildrenTypes -
geoLocationType
protected static org.teamapps.universaldb.index.numeric.ShortIndex geoLocationType
-
-
Konstruktordetails
-
UdbOrganizationUnitTypeView
public UdbOrganizationUnitTypeView() -
UdbOrganizationUnitTypeView
public UdbOrganizationUnitTypeView(int id, boolean createEntity)
-
-
Methodendetails
-
getAll
-
sort
public static List<OrganizationUnitTypeView> sort(List<OrganizationUnitTypeView> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
sort
public static List<OrganizationUnitTypeView> 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<OrganizationUnitTypeView>
-
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<OrganizationUnitTypeView>
-
getName
public org.teamapps.universaldb.index.translation.TranslatableText getName()- Angegeben von:
getNamein SchnittstelleOrganizationUnitTypeView
-
getAbbreviation
public org.teamapps.universaldb.index.translation.TranslatableText getAbbreviation()- Angegeben von:
getAbbreviationin SchnittstelleOrganizationUnitTypeView
-
getIcon
- Angegeben von:
getIconin SchnittstelleOrganizationUnitTypeView
-
getTranslateOrganizationUnits
public boolean getTranslateOrganizationUnits()- Angegeben von:
getTranslateOrganizationUnitsin SchnittstelleOrganizationUnitTypeView
-
isTranslateOrganizationUnits
public boolean isTranslateOrganizationUnits()- Angegeben von:
isTranslateOrganizationUnitsin SchnittstelleOrganizationUnitTypeView
-
getAllowUserContainer
public boolean getAllowUserContainer()- Angegeben von:
getAllowUserContainerin SchnittstelleOrganizationUnitTypeView
-
isAllowUserContainer
public boolean isAllowUserContainer()- Angegeben von:
isAllowUserContainerin SchnittstelleOrganizationUnitTypeView
-
getDefaultChildType
- Angegeben von:
getDefaultChildTypein SchnittstelleOrganizationUnitTypeView
-
getPossibleChildrenTypes
- Angegeben von:
getPossibleChildrenTypesin SchnittstelleOrganizationUnitTypeView
-
getPossibleChildrenTypesCount
public int getPossibleChildrenTypesCount()- Angegeben von:
getPossibleChildrenTypesCountin SchnittstelleOrganizationUnitTypeView
-
getPossibleChildrenTypesAsBitSet
- Angegeben von:
getPossibleChildrenTypesAsBitSetin SchnittstelleOrganizationUnitTypeView
-
getGeoLocationType
- Angegeben von:
getGeoLocationTypein SchnittstelleOrganizationUnitTypeView
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>
-
delete
public void delete()- Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>
-
restoreDeleted
public void restoreDeleted()- Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>
-
delete
public void delete(int userId, long timestamp) - Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>
-
restoreDeleted
public void restoreDeleted(int userId, long timestamp) - Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<OrganizationUnitTypeView>
-