Uses of Class
com.echothree.model.data.user.common.pk.UserSessionPK
Packages that use UserSessionPK
Package
Description
-
Uses of UserSessionPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserSessionPK -
Uses of UserSessionPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserSessionPKModifier and TypeMethodDescriptionUserSessionFactory.getNextPK()
UserSessionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) UserSessionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserSessionPKModifier and TypeMethodDescriptionUserSessionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) UserSessionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) UserSessionFactory.getPKsFromResultSetAsList
(ResultSet rs) UserSessionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserSessionPKModifier and TypeMethodDescriptionUserSessionFactory.getEntityFromCache
(Session session, UserSessionPK pk) UserSessionFactory.getEntityFromPK
(EntityPermission entityPermission, UserSessionPK pk) UserSessionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, UserSessionPK pk) UserSessionFactory.getValueFromPK
(Session session, UserSessionPK pk) void
UserSessionFactory.remove
(Session session, UserSessionPK pk) boolean
UserSessionFactory.validPK
(Session session, UserSessionPK pk) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserSessionPKModifier and TypeMethodDescriptionUserSessionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<UserSessionPK> pks) UserSessionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<UserSessionPK> pks) UserSessionFactory.getValuesFromPKs
(Session session, Collection<UserSessionPK> pks) void
UserSessionFactory.remove
(Session session, Collection<UserSessionPK> pks) void
UserSessionFactory.remove
(Collection<UserSessionPK> pks) -
Uses of UserSessionPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserSessionPKConstructors in com.echothree.model.data.user.server.value with parameters of type UserSessionPKModifierConstructorDescriptionUserSessionValue
(UserSessionPK userSessionPK, UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) Creates a new instance of UserSessionValue