Package org.teamapps.model.controlcenter
Interface Login
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<Login>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbLogin
public interface Login extends org.teamapps.universaldb.pojo.Entity<Login>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_ACTIVITY_COUNTstatic java.lang.StringFIELD_APPLICATION_OPEN_COUNTstatic java.lang.StringFIELD_DATE_LOGINstatic java.lang.StringFIELD_DATE_LOGOUTstatic java.lang.StringFIELD_IPstatic java.lang.StringFIELD_META_DELETED_BYstatic java.lang.StringFIELD_META_DELETION_DATEstatic java.lang.StringFIELD_META_RESTORE_DATEstatic java.lang.StringFIELD_META_RESTORED_BYstatic java.lang.StringFIELD_MOBILE_DEVICEstatic java.lang.StringFIELD_SCREEN_SIZEstatic java.lang.StringFIELD_USERstatic java.lang.StringFIELD_USER_AGENT -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, save, save, saveTransactional, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
FIELD_META_DELETION_DATE
static final java.lang.String FIELD_META_DELETION_DATE- See Also:
- Constant Field Values
-
FIELD_META_DELETED_BY
static final java.lang.String FIELD_META_DELETED_BY- See Also:
- Constant Field Values
-
FIELD_META_RESTORE_DATE
static final java.lang.String FIELD_META_RESTORE_DATE- See Also:
- Constant Field Values
-
FIELD_META_RESTORED_BY
static final java.lang.String FIELD_META_RESTORED_BY- See Also:
- Constant Field Values
-
FIELD_USER
static final java.lang.String FIELD_USER- See Also:
- Constant Field Values
-
FIELD_IP
static final java.lang.String FIELD_IP- See Also:
- Constant Field Values
-
FIELD_USER_AGENT
static final java.lang.String FIELD_USER_AGENT- See Also:
- Constant Field Values
-
FIELD_MOBILE_DEVICE
static final java.lang.String FIELD_MOBILE_DEVICE- See Also:
- Constant Field Values
-
FIELD_SCREEN_SIZE
static final java.lang.String FIELD_SCREEN_SIZE- See Also:
- Constant Field Values
-
FIELD_DATE_LOGIN
static final java.lang.String FIELD_DATE_LOGIN- See Also:
- Constant Field Values
-
FIELD_DATE_LOGOUT
static final java.lang.String FIELD_DATE_LOGOUT- See Also:
- Constant Field Values
-
FIELD_ACTIVITY_COUNT
static final java.lang.String FIELD_ACTIVITY_COUNT- See Also:
- Constant Field Values
-
FIELD_APPLICATION_OPEN_COUNT
static final java.lang.String FIELD_APPLICATION_OPEN_COUNT- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
create
-
getById
-
getBuilder
-
getMetaDeletionDate
java.time.Instant getMetaDeletionDate() -
setMetaDeletionDate
-
getMetaDeletionDateAsEpochSecond
int getMetaDeletionDateAsEpochSecond() -
setMetaDeletionDateAsEpochSecond
-
getMetaDeletionDateAsEpochMilli
long getMetaDeletionDateAsEpochMilli() -
setMetaDeletionDateAsEpochMilli
-
getMetaDeletedBy
int getMetaDeletedBy() -
setMetaDeletedBy
-
getMetaRestoreDate
java.time.Instant getMetaRestoreDate() -
setMetaRestoreDate
-
getMetaRestoreDateAsEpochSecond
int getMetaRestoreDateAsEpochSecond() -
setMetaRestoreDateAsEpochSecond
-
getMetaRestoreDateAsEpochMilli
long getMetaRestoreDateAsEpochMilli() -
setMetaRestoreDateAsEpochMilli
-
getMetaRestoredBy
int getMetaRestoredBy() -
setMetaRestoredBy
-
getUser
User getUser() -
setUser
-
getIp
java.lang.String getIp() -
setIp
-
getUserAgent
java.lang.String getUserAgent() -
setUserAgent
-
getMobileDevice
boolean getMobileDevice() -
setMobileDevice
-
isMobileDevice
boolean isMobileDevice() -
getScreenSize
java.lang.String getScreenSize() -
setScreenSize
-
getDateLogin
java.time.Instant getDateLogin() -
setDateLogin
-
getDateLoginAsEpochSecond
int getDateLoginAsEpochSecond() -
setDateLoginAsEpochSecond
-
getDateLoginAsEpochMilli
long getDateLoginAsEpochMilli() -
setDateLoginAsEpochMilli
-
getDateLogout
java.time.Instant getDateLogout() -
setDateLogout
-
getDateLogoutAsEpochSecond
int getDateLogoutAsEpochSecond() -
setDateLogoutAsEpochSecond
-
getDateLogoutAsEpochMilli
long getDateLogoutAsEpochMilli() -
setDateLogoutAsEpochMilli
-
getActivityCount
int getActivityCount() -
setActivityCount
-
getApplicationOpenCount
int getApplicationOpenCount() -
setApplicationOpenCount
-
getAll
-
getDeletedRecords
-
sort
-
getCount
static int getCount() -
filter
-