Class UserKeyStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.user.server.entity.UserKeyStatus
- 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 UserKeyStatusUserKeyStatus(UserKeyStatusValue value, EntityPermission entityPermission) Creates a new instance of UserKeyStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetUserKey(EntityPermission entityPermission) getUserKey(Session session) getUserKey(Session session, EntityPermission entityPermission) getUserKeyForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetLastSeenTime(Long lastSeenTime) voidsetUserKey(UserKey entity) voidsetUserKeyPK(UserKeyPK userKeyPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
UserKeyStatus
Creates a new instance of UserKeyStatus- Throws:
PersistenceException
-
UserKeyStatus
Creates a new instance of UserKeyStatus
-
-
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
-
getUserKeyStatusValue
-
setUserKeyStatusValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getUserKeyPK
-
getUserKey
-
getUserKey
-
getUserKey
-
getUserKey
-
getUserKeyForUpdate
-
getUserKeyForUpdate
-
setUserKeyPK
public void setUserKeyPK(UserKeyPK userKeyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUserKey
-
getUserKeyPKHasBeenModified
-
getLastSeenTime
-
setLastSeenTime
public void setLastSeenTime(Long lastSeenTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLastSeenTimeHasBeenModified
-