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(UserSessionPK pk) UserSessionFactory.getEntityFromPK(EntityPermission entityPermission, UserSessionPK pk) UserSessionFactory.getValueFromPK(UserSessionPK pk) voidUserSessionFactory.remove(UserSessionPK pk) booleanUserSessionFactory.validPK(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.getValuesFromPKs(Collection<UserSessionPK> pks) voidUserSessionFactory.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