Package org.teamapps.model.controlcenter
Klasse UdbLogin
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<Login>
org.teamapps.model.controlcenter.UdbLogin
- Alle implementierten Schnittstellen:
Login,org.teamapps.universaldb.pojo.Entity<Login>,org.teamapps.universaldb.pojo.Identifiable,org.teamapps.universaldb.record.EntityBuilder<Login>
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.text.TextIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.bool.BooleanIndexprotected static org.teamapps.universaldb.index.text.TextIndexprotected static org.teamapps.universaldb.index.TableIndexprotected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndexprotected static org.teamapps.universaldb.index.text.TextIndexVon Schnittstelle geerbte Felder org.teamapps.model.controlcenter.Login
FIELD_ACTIVITY_COUNT, FIELD_APPLICATION_OPEN_COUNT, FIELD_DATE_LOGIN, FIELD_DATE_LOGOUT, FIELD_IP, FIELD_META_DELETED_BY, FIELD_META_DELETION_DATE, FIELD_META_RESTORE_DATE, FIELD_META_RESTORED_BY, FIELD_MOBILE_DEVICE, FIELD_SCREEN_SIZE, FIELD_USER, FIELD_USER_AGENT -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()build(int id) voiddelete()intgetAll()intstatic intgetCount()longintlongintgetIp()intlongintlongintintbooleangetUser()booleanvoidsave()setActivityCount(int value) setApplicationOpenCount(int value) setDateLogin(Instant value) setDateLoginAsEpochMilli(long value) setDateLoginAsEpochSecond(int value) setDateLogout(Instant value) setDateLogoutAsEpochMilli(long value) setDateLogoutAsEpochSecond(int value) setMetaDeletedBy(int value) setMetaDeletionDate(Instant value) setMetaDeletionDateAsEpochMilli(long value) setMetaDeletionDateAsEpochSecond(int value) setMetaRestoreDate(Instant value) setMetaRestoreDateAsEpochMilli(long value) setMetaRestoreDateAsEpochSecond(int value) setMetaRestoredBy(int value) setMobileDevice(boolean value) setScreenSize(String value) setUserAgent(String value) sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) sort(List<Login> 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, 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, getEntityValue, getId, getRecordUpdates, 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 -
metaDeletionDate
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaDeletionDate -
metaDeletedBy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaDeletedBy -
metaRestoreDate
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaRestoreDate -
metaRestoredBy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaRestoredBy -
user
protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex user -
ip
protected static org.teamapps.universaldb.index.text.TextIndex ip -
userAgent
protected static org.teamapps.universaldb.index.text.TextIndex userAgent -
mobileDevice
protected static org.teamapps.universaldb.index.bool.BooleanIndex mobileDevice -
screenSize
protected static org.teamapps.universaldb.index.text.TextIndex screenSize -
dateLogin
protected static org.teamapps.universaldb.index.numeric.IntegerIndex dateLogin -
dateLogout
protected static org.teamapps.universaldb.index.numeric.IntegerIndex dateLogout -
activityCount
protected static org.teamapps.universaldb.index.numeric.IntegerIndex activityCount -
applicationOpenCount
protected static org.teamapps.universaldb.index.numeric.IntegerIndex applicationOpenCount
-
-
Konstruktordetails
-
UdbLogin
public UdbLogin() -
UdbLogin
public UdbLogin(int id, boolean createEntity)
-
-
Methodendetails
-
getAll
-
getDeletedRecords
-
sort
-
sort
-
getCount
public static int getCount() -
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<Login>
-
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<Login>
-
getMetaDeletionDate
- Angegeben von:
getMetaDeletionDatein SchnittstelleLogin
-
setMetaDeletionDate
- Angegeben von:
setMetaDeletionDatein SchnittstelleLogin
-
getMetaDeletionDateAsEpochSecond
public int getMetaDeletionDateAsEpochSecond()- Angegeben von:
getMetaDeletionDateAsEpochSecondin SchnittstelleLogin
-
setMetaDeletionDateAsEpochSecond
- Angegeben von:
setMetaDeletionDateAsEpochSecondin SchnittstelleLogin
-
getMetaDeletionDateAsEpochMilli
public long getMetaDeletionDateAsEpochMilli()- Angegeben von:
getMetaDeletionDateAsEpochMilliin SchnittstelleLogin
-
setMetaDeletionDateAsEpochMilli
- Angegeben von:
setMetaDeletionDateAsEpochMilliin SchnittstelleLogin
-
getMetaDeletedBy
public int getMetaDeletedBy()- Angegeben von:
getMetaDeletedByin SchnittstelleLogin
-
setMetaDeletedBy
- Angegeben von:
setMetaDeletedByin SchnittstelleLogin
-
getMetaRestoreDate
- Angegeben von:
getMetaRestoreDatein SchnittstelleLogin
-
setMetaRestoreDate
- Angegeben von:
setMetaRestoreDatein SchnittstelleLogin
-
getMetaRestoreDateAsEpochSecond
public int getMetaRestoreDateAsEpochSecond()- Angegeben von:
getMetaRestoreDateAsEpochSecondin SchnittstelleLogin
-
setMetaRestoreDateAsEpochSecond
- Angegeben von:
setMetaRestoreDateAsEpochSecondin SchnittstelleLogin
-
getMetaRestoreDateAsEpochMilli
public long getMetaRestoreDateAsEpochMilli()- Angegeben von:
getMetaRestoreDateAsEpochMilliin SchnittstelleLogin
-
setMetaRestoreDateAsEpochMilli
- Angegeben von:
setMetaRestoreDateAsEpochMilliin SchnittstelleLogin
-
getMetaRestoredBy
public int getMetaRestoredBy()- Angegeben von:
getMetaRestoredByin SchnittstelleLogin
-
setMetaRestoredBy
- Angegeben von:
setMetaRestoredByin SchnittstelleLogin
-
getUser
-
setUser
-
getIp
-
setIp
-
getUserAgent
- Angegeben von:
getUserAgentin SchnittstelleLogin
-
setUserAgent
- Angegeben von:
setUserAgentin SchnittstelleLogin
-
getMobileDevice
public boolean getMobileDevice()- Angegeben von:
getMobileDevicein SchnittstelleLogin
-
setMobileDevice
- Angegeben von:
setMobileDevicein SchnittstelleLogin
-
isMobileDevice
public boolean isMobileDevice()- Angegeben von:
isMobileDevicein SchnittstelleLogin
-
getScreenSize
- Angegeben von:
getScreenSizein SchnittstelleLogin
-
setScreenSize
- Angegeben von:
setScreenSizein SchnittstelleLogin
-
getDateLogin
- Angegeben von:
getDateLoginin SchnittstelleLogin
-
setDateLogin
- Angegeben von:
setDateLoginin SchnittstelleLogin
-
getDateLoginAsEpochSecond
public int getDateLoginAsEpochSecond()- Angegeben von:
getDateLoginAsEpochSecondin SchnittstelleLogin
-
setDateLoginAsEpochSecond
- Angegeben von:
setDateLoginAsEpochSecondin SchnittstelleLogin
-
getDateLoginAsEpochMilli
public long getDateLoginAsEpochMilli()- Angegeben von:
getDateLoginAsEpochMilliin SchnittstelleLogin
-
setDateLoginAsEpochMilli
- Angegeben von:
setDateLoginAsEpochMilliin SchnittstelleLogin
-
getDateLogout
- Angegeben von:
getDateLogoutin SchnittstelleLogin
-
setDateLogout
- Angegeben von:
setDateLogoutin SchnittstelleLogin
-
getDateLogoutAsEpochSecond
public int getDateLogoutAsEpochSecond()- Angegeben von:
getDateLogoutAsEpochSecondin SchnittstelleLogin
-
setDateLogoutAsEpochSecond
- Angegeben von:
setDateLogoutAsEpochSecondin SchnittstelleLogin
-
getDateLogoutAsEpochMilli
public long getDateLogoutAsEpochMilli()- Angegeben von:
getDateLogoutAsEpochMilliin SchnittstelleLogin
-
setDateLogoutAsEpochMilli
- Angegeben von:
setDateLogoutAsEpochMilliin SchnittstelleLogin
-
getActivityCount
public int getActivityCount()- Angegeben von:
getActivityCountin SchnittstelleLogin
-
setActivityCount
- Angegeben von:
setActivityCountin SchnittstelleLogin
-
getApplicationOpenCount
public int getApplicationOpenCount()- Angegeben von:
getApplicationOpenCountin SchnittstelleLogin
-
setApplicationOpenCount
- Angegeben von:
setApplicationOpenCountin SchnittstelleLogin
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<Login>
-
delete
public void delete()- Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<Login>
-
restoreDeleted
public void restoreDeleted()- Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<Login>
-