Class UserSession
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.user.server.entity.UserSession
- 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 UserSessionUserSession
(UserSessionValue value, EntityPermission entityPermission) Creates a new instance of UserSession -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
getPartyRelationship
(EntityPermission entityPermission) getPartyRelationship
(Session session) getPartyRelationship
(Session session, EntityPermission entityPermission) getPartyRelationshipForUpdate
(Session session) boolean
boolean
getUserVisit
(EntityPermission entityPermission) getUserVisit
(Session session) getUserVisit
(Session session, EntityPermission entityPermission) getUserVisitForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setIdentityVerifiedTime
(Long identityVerifiedTime) void
void
setPartyPK
(PartyPK partyPK) void
void
setPartyRelationshipPK
(PartyRelationshipPK partyRelationshipPK) void
setThruTime
(Long thruTime) void
void
setUserVisit
(UserVisit entity) void
setUserVisitPK
(UserVisitPK userVisitPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
UserSession
Creates a new instance of UserSession- Throws:
PersistenceException
-
UserSession
Creates a new instance of UserSession
-
-
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
-
getUserSessionValue
-
setUserSessionValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getUserVisitPK
-
getUserVisit
-
getUserVisit
-
getUserVisit
-
getUserVisit
-
getUserVisitForUpdate
-
getUserVisitForUpdate
-
setUserVisitPK
public void setUserVisitPK(UserVisitPK userVisitPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUserVisit
-
getUserVisitPKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getPartyRelationshipPK
-
getPartyRelationship
-
getPartyRelationship
-
getPartyRelationship
-
getPartyRelationship
-
getPartyRelationshipForUpdate
-
getPartyRelationshipForUpdate
-
setPartyRelationshipPK
public void setPartyRelationshipPK(PartyRelationshipPK partyRelationshipPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyRelationship
-
getPartyRelationshipPKHasBeenModified
-
getIdentityVerifiedTime
-
setIdentityVerifiedTime
public void setIdentityVerifiedTime(Long identityVerifiedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIdentityVerifiedTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-