Package org.teamapps.model.controlcenter
Klasse UdbUserLoginStats
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<UserLoginStats>
org.teamapps.model.controlcenter.UdbUserLoginStats
- Alle implementierten Schnittstellen:
UserLoginStats,org.teamapps.universaldb.pojo.Entity<UserLoginStats>,org.teamapps.universaldb.pojo.Identifiable,org.teamapps.universaldb.record.EntityBuilder<UserLoginStats>
public class UdbUserLoginStats
extends org.teamapps.universaldb.pojo.AbstractUdbEntity<UserLoginStats>
implements UserLoginStats
-
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.TableIndexprotected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexprotected static org.teamapps.universaldb.index.numeric.IntegerIndexVon Schnittstelle geerbte Felder org.teamapps.model.controlcenter.UserLoginStats
FIELD_FIRST_LOGIN, FIELD_LAST_LOGIN, FIELD_LAST_LOGIN_IP_ADDRESS, FIELD_LOGIN_COUNT, FIELD_USER, FIELD_WRONG_PASSWORD_COUNT, FIELD_WRONG_PASSWORD_IP_ADDRESS, FIELD_WRONG_PASSWORD_TIMESTAMP -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()build(int id) voiddelete()static List<UserLoginStats>getAll()static intgetCount()static List<UserLoginStats>longintlongintlongintintgetUser()intlongintlongintvoidsave()setFirstLogin(Instant value) setFirstLoginAsEpochMilli(long value) setFirstLoginAsEpochSecond(int value) setLastLogin(Instant value) setLastLoginAsEpochMilli(long value) setLastLoginAsEpochSecond(int value) setLastLoginIpAddress(Instant value) setLastLoginIpAddressAsEpochMilli(long value) setLastLoginIpAddressAsEpochSecond(int value) setLoginCount(int value) setWrongPasswordCount(int value) setWrongPasswordIpAddress(Instant value) setWrongPasswordIpAddressAsEpochMilli(long value) setWrongPasswordIpAddressAsEpochSecond(int value) setWrongPasswordTimestamp(Instant value) setWrongPasswordTimestampAsEpochMilli(long value) setWrongPasswordTimestampAsEpochSecond(int value) static List<UserLoginStats>sort(BitSet recordIds, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) static List<UserLoginStats>sort(List<UserLoginStats> 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 -
user
protected static org.teamapps.universaldb.index.reference.single.SingleReferenceIndex user -
firstLogin
protected static org.teamapps.universaldb.index.numeric.IntegerIndex firstLogin -
lastLogin
protected static org.teamapps.universaldb.index.numeric.IntegerIndex lastLogin -
loginCount
protected static org.teamapps.universaldb.index.numeric.IntegerIndex loginCount -
lastLoginIpAddress
protected static org.teamapps.universaldb.index.numeric.IntegerIndex lastLoginIpAddress -
wrongPasswordTimestamp
protected static org.teamapps.universaldb.index.numeric.IntegerIndex wrongPasswordTimestamp -
wrongPasswordIpAddress
protected static org.teamapps.universaldb.index.numeric.IntegerIndex wrongPasswordIpAddress -
wrongPasswordCount
protected static org.teamapps.universaldb.index.numeric.IntegerIndex wrongPasswordCount
-
-
Konstruktordetails
-
UdbUserLoginStats
public UdbUserLoginStats() -
UdbUserLoginStats
public UdbUserLoginStats(int id, boolean createEntity)
-
-
Methodendetails
-
getAll
-
getDeletedRecords
-
sort
public static List<UserLoginStats> sort(List<UserLoginStats> list, String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, String... path) -
sort
public static List<UserLoginStats> 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<UserLoginStats>
-
build
- Angegeben von:
buildin Schnittstelleorg.teamapps.universaldb.record.EntityBuilder<UserLoginStats>
-
getUser
- Angegeben von:
getUserin SchnittstelleUserLoginStats
-
setUser
- Angegeben von:
setUserin SchnittstelleUserLoginStats
-
getFirstLogin
- Angegeben von:
getFirstLoginin SchnittstelleUserLoginStats
-
setFirstLogin
- Angegeben von:
setFirstLoginin SchnittstelleUserLoginStats
-
getFirstLoginAsEpochSecond
public int getFirstLoginAsEpochSecond()- Angegeben von:
getFirstLoginAsEpochSecondin SchnittstelleUserLoginStats
-
setFirstLoginAsEpochSecond
- Angegeben von:
setFirstLoginAsEpochSecondin SchnittstelleUserLoginStats
-
getFirstLoginAsEpochMilli
public long getFirstLoginAsEpochMilli()- Angegeben von:
getFirstLoginAsEpochMilliin SchnittstelleUserLoginStats
-
setFirstLoginAsEpochMilli
- Angegeben von:
setFirstLoginAsEpochMilliin SchnittstelleUserLoginStats
-
getLastLogin
- Angegeben von:
getLastLoginin SchnittstelleUserLoginStats
-
setLastLogin
- Angegeben von:
setLastLoginin SchnittstelleUserLoginStats
-
getLastLoginAsEpochSecond
public int getLastLoginAsEpochSecond()- Angegeben von:
getLastLoginAsEpochSecondin SchnittstelleUserLoginStats
-
setLastLoginAsEpochSecond
- Angegeben von:
setLastLoginAsEpochSecondin SchnittstelleUserLoginStats
-
getLastLoginAsEpochMilli
public long getLastLoginAsEpochMilli()- Angegeben von:
getLastLoginAsEpochMilliin SchnittstelleUserLoginStats
-
setLastLoginAsEpochMilli
- Angegeben von:
setLastLoginAsEpochMilliin SchnittstelleUserLoginStats
-
getLoginCount
public int getLoginCount()- Angegeben von:
getLoginCountin SchnittstelleUserLoginStats
-
setLoginCount
- Angegeben von:
setLoginCountin SchnittstelleUserLoginStats
-
getLastLoginIpAddress
- Angegeben von:
getLastLoginIpAddressin SchnittstelleUserLoginStats
-
setLastLoginIpAddress
- Angegeben von:
setLastLoginIpAddressin SchnittstelleUserLoginStats
-
getLastLoginIpAddressAsEpochSecond
public int getLastLoginIpAddressAsEpochSecond()- Angegeben von:
getLastLoginIpAddressAsEpochSecondin SchnittstelleUserLoginStats
-
setLastLoginIpAddressAsEpochSecond
- Angegeben von:
setLastLoginIpAddressAsEpochSecondin SchnittstelleUserLoginStats
-
getLastLoginIpAddressAsEpochMilli
public long getLastLoginIpAddressAsEpochMilli()- Angegeben von:
getLastLoginIpAddressAsEpochMilliin SchnittstelleUserLoginStats
-
setLastLoginIpAddressAsEpochMilli
- Angegeben von:
setLastLoginIpAddressAsEpochMilliin SchnittstelleUserLoginStats
-
getWrongPasswordTimestamp
- Angegeben von:
getWrongPasswordTimestampin SchnittstelleUserLoginStats
-
setWrongPasswordTimestamp
- Angegeben von:
setWrongPasswordTimestampin SchnittstelleUserLoginStats
-
getWrongPasswordTimestampAsEpochSecond
public int getWrongPasswordTimestampAsEpochSecond()- Angegeben von:
getWrongPasswordTimestampAsEpochSecondin SchnittstelleUserLoginStats
-
setWrongPasswordTimestampAsEpochSecond
- Angegeben von:
setWrongPasswordTimestampAsEpochSecondin SchnittstelleUserLoginStats
-
getWrongPasswordTimestampAsEpochMilli
public long getWrongPasswordTimestampAsEpochMilli()- Angegeben von:
getWrongPasswordTimestampAsEpochMilliin SchnittstelleUserLoginStats
-
setWrongPasswordTimestampAsEpochMilli
- Angegeben von:
setWrongPasswordTimestampAsEpochMilliin SchnittstelleUserLoginStats
-
getWrongPasswordIpAddress
- Angegeben von:
getWrongPasswordIpAddressin SchnittstelleUserLoginStats
-
setWrongPasswordIpAddress
- Angegeben von:
setWrongPasswordIpAddressin SchnittstelleUserLoginStats
-
getWrongPasswordIpAddressAsEpochSecond
public int getWrongPasswordIpAddressAsEpochSecond()- Angegeben von:
getWrongPasswordIpAddressAsEpochSecondin SchnittstelleUserLoginStats
-
setWrongPasswordIpAddressAsEpochSecond
- Angegeben von:
setWrongPasswordIpAddressAsEpochSecondin SchnittstelleUserLoginStats
-
getWrongPasswordIpAddressAsEpochMilli
public long getWrongPasswordIpAddressAsEpochMilli()- Angegeben von:
getWrongPasswordIpAddressAsEpochMilliin SchnittstelleUserLoginStats
-
setWrongPasswordIpAddressAsEpochMilli
- Angegeben von:
setWrongPasswordIpAddressAsEpochMilliin SchnittstelleUserLoginStats
-
getWrongPasswordCount
public int getWrongPasswordCount()- Angegeben von:
getWrongPasswordCountin SchnittstelleUserLoginStats
-
setWrongPasswordCount
- Angegeben von:
setWrongPasswordCountin SchnittstelleUserLoginStats
-
save
- Angegeben von:
savein Schnittstelleorg.teamapps.universaldb.pojo.Entity<UserLoginStats>
-
delete
public void delete()- Angegeben von:
deletein Schnittstelleorg.teamapps.universaldb.pojo.Entity<UserLoginStats>
-
restoreDeleted
public void restoreDeleted()- Angegeben von:
restoreDeletedin Schnittstelleorg.teamapps.universaldb.pojo.Entity<UserLoginStats>
-