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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetExpiredCount(Integer expiredCount) voidsetFailureCount(Integer failureCount) voidsetFirstFailureTime(Long firstFailureTime) voidsetForceChange(Boolean forceChange) voidsetLastFailureTime(Long lastFailureTime) voidsetLastLoginTime(Long lastLoginTime) voidvoidsetPartyPK(PartyPK partyPK) voidvoidtoString()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:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getUserLoginStatusValue
-
setUserLoginStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-