Interface UserLoginStats

All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<UserLoginStats>, org.teamapps.universaldb.pojo.Identifiable
All Known Implementing Classes:
UdbUserLoginStats

public interface UserLoginStats
extends org.teamapps.universaldb.pojo.Entity<UserLoginStats>
  • Field Details

    • FIELD_USER

      static final java.lang.String FIELD_USER
      See Also:
      Constant Field Values
    • FIELD_FIRST_LOGIN

      static final java.lang.String FIELD_FIRST_LOGIN
      See Also:
      Constant Field Values
    • FIELD_LAST_LOGIN

      static final java.lang.String FIELD_LAST_LOGIN
      See Also:
      Constant Field Values
    • FIELD_LOGIN_COUNT

      static final java.lang.String FIELD_LOGIN_COUNT
      See Also:
      Constant Field Values
    • FIELD_LAST_LOGIN_IP_ADDRESS

      static final java.lang.String FIELD_LAST_LOGIN_IP_ADDRESS
      See Also:
      Constant Field Values
    • FIELD_WRONG_PASSWORD_TIMESTAMP

      static final java.lang.String FIELD_WRONG_PASSWORD_TIMESTAMP
      See Also:
      Constant Field Values
    • FIELD_WRONG_PASSWORD_IP_ADDRESS

      static final java.lang.String FIELD_WRONG_PASSWORD_IP_ADDRESS
      See Also:
      Constant Field Values
    • FIELD_WRONG_PASSWORD_COUNT

      static final java.lang.String FIELD_WRONG_PASSWORD_COUNT
      See Also:
      Constant Field Values
  • Method Details

    • create

      static UserLoginStats create()
    • create

      static UserLoginStats create​(int id)
    • getById

      static UserLoginStats getById​(int id)
    • getBuilder

      static org.teamapps.universaldb.record.EntityBuilder<UserLoginStats> getBuilder()
    • getUser

      User getUser()
    • setUser

      UserLoginStats setUser​(User value)
    • getFirstLogin

      java.time.Instant getFirstLogin()
    • setFirstLogin

      UserLoginStats setFirstLogin​(java.time.Instant value)
    • getFirstLoginAsEpochSecond

      int getFirstLoginAsEpochSecond()
    • setFirstLoginAsEpochSecond

      UserLoginStats setFirstLoginAsEpochSecond​(int value)
    • getFirstLoginAsEpochMilli

      long getFirstLoginAsEpochMilli()
    • setFirstLoginAsEpochMilli

      UserLoginStats setFirstLoginAsEpochMilli​(long value)
    • getLastLogin

      java.time.Instant getLastLogin()
    • setLastLogin

      UserLoginStats setLastLogin​(java.time.Instant value)
    • getLastLoginAsEpochSecond

      int getLastLoginAsEpochSecond()
    • setLastLoginAsEpochSecond

      UserLoginStats setLastLoginAsEpochSecond​(int value)
    • getLastLoginAsEpochMilli

      long getLastLoginAsEpochMilli()
    • setLastLoginAsEpochMilli

      UserLoginStats setLastLoginAsEpochMilli​(long value)
    • getLoginCount

      int getLoginCount()
    • setLoginCount

      UserLoginStats setLoginCount​(int value)
    • getLastLoginIpAddress

      java.time.Instant getLastLoginIpAddress()
    • setLastLoginIpAddress

      UserLoginStats setLastLoginIpAddress​(java.time.Instant value)
    • getLastLoginIpAddressAsEpochSecond

      int getLastLoginIpAddressAsEpochSecond()
    • setLastLoginIpAddressAsEpochSecond

      UserLoginStats setLastLoginIpAddressAsEpochSecond​(int value)
    • getLastLoginIpAddressAsEpochMilli

      long getLastLoginIpAddressAsEpochMilli()
    • setLastLoginIpAddressAsEpochMilli

      UserLoginStats setLastLoginIpAddressAsEpochMilli​(long value)
    • getWrongPasswordTimestamp

      java.time.Instant getWrongPasswordTimestamp()
    • setWrongPasswordTimestamp

      UserLoginStats setWrongPasswordTimestamp​(java.time.Instant value)
    • getWrongPasswordTimestampAsEpochSecond

      int getWrongPasswordTimestampAsEpochSecond()
    • setWrongPasswordTimestampAsEpochSecond

      UserLoginStats setWrongPasswordTimestampAsEpochSecond​(int value)
    • getWrongPasswordTimestampAsEpochMilli

      long getWrongPasswordTimestampAsEpochMilli()
    • setWrongPasswordTimestampAsEpochMilli

      UserLoginStats setWrongPasswordTimestampAsEpochMilli​(long value)
    • getWrongPasswordIpAddress

      java.time.Instant getWrongPasswordIpAddress()
    • setWrongPasswordIpAddress

      UserLoginStats setWrongPasswordIpAddress​(java.time.Instant value)
    • getWrongPasswordIpAddressAsEpochSecond

      int getWrongPasswordIpAddressAsEpochSecond()
    • setWrongPasswordIpAddressAsEpochSecond

      UserLoginStats setWrongPasswordIpAddressAsEpochSecond​(int value)
    • getWrongPasswordIpAddressAsEpochMilli

      long getWrongPasswordIpAddressAsEpochMilli()
    • setWrongPasswordIpAddressAsEpochMilli

      UserLoginStats setWrongPasswordIpAddressAsEpochMilli​(long value)
    • getWrongPasswordCount

      int getWrongPasswordCount()
    • setWrongPasswordCount

      UserLoginStats setWrongPasswordCount​(int value)
    • getAll

      static java.util.List<UserLoginStats> getAll()
    • getDeletedRecords

      static java.util.List<UserLoginStats> getDeletedRecords()
    • sort

      static java.util.List<UserLoginStats> sort​(java.util.List<UserLoginStats> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path)
    • getCount

      static int getCount()
    • filter

      static UserLoginStatsQuery filter()