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 TypeMethodDescriptionbooleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleangetPartyRelationship(EntityPermission entityPermission) getPartyRelationship(Session session) getPartyRelationship(Session session, EntityPermission entityPermission) getPartyRelationshipForUpdate(Session session) booleanbooleangetUserVisit(EntityPermission entityPermission) getUserVisit(Session session) getUserVisit(Session session, EntityPermission entityPermission) getUserVisitForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetIdentityVerifiedTime(Long identityVerifiedTime) voidvoidsetPartyPK(PartyPK partyPK) voidvoidsetPartyRelationshipPK(PartyRelationshipPK partyRelationshipPK) voidsetThruTime(Long thruTime) voidvoidsetUserVisit(UserVisit entity) voidsetUserVisitPK(UserVisitPK userVisitPK) voidtoString()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:
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
-
getUserSessionValue
-
setUserSessionValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-