Class UserLoginStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.user.server.entity.UserLoginStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of UserLoginStatusUserLoginStatus
(UserLoginStatusValue value, EntityPermission entityPermission) Creates a new instance of UserLoginStatus -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setExpiredCount
(Integer expiredCount) void
setFailureCount
(Integer failureCount) void
setFirstFailureTime
(Long firstFailureTime) void
setForceChange
(Boolean forceChange) void
setLastFailureTime
(Long lastFailureTime) void
setLastLoginTime
(Long lastLoginTime) void
void
setPartyPK
(PartyPK partyPK) void
void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
UserLoginStatus
Creates a new instance of UserLoginStatus- Throws:
PersistenceException
-
UserLoginStatus
Creates a new instance of UserLoginStatus
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getUserLoginStatusValue
-
setUserLoginStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getLastLoginTime
-
setLastLoginTime
public void setLastLoginTime(Long lastLoginTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLastLoginTimeHasBeenModified
-
getFailureCount
-
setFailureCount
public void setFailureCount(Integer failureCount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFailureCountHasBeenModified
-
getFirstFailureTime
-
setFirstFailureTime
public void setFirstFailureTime(Long firstFailureTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFirstFailureTimeHasBeenModified
-
getLastFailureTime
-
setLastFailureTime
public void setLastFailureTime(Long lastFailureTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLastFailureTimeHasBeenModified
-
getExpiredCount
-
setExpiredCount
public void setExpiredCount(Integer expiredCount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getExpiredCountHasBeenModified
-
getForceChange
-
setForceChange
public void setForceChange(Boolean forceChange) throws PersistenceNotNullException, PersistenceReadOnlyException -
getForceChangeHasBeenModified
-