Uses of Class
com.echothree.model.data.user.common.pk.UserKeyStatusPK
Packages that use UserKeyStatusPK
Package
Description
-
Uses of UserKeyStatusPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserKeyStatusPK -
Uses of UserKeyStatusPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserKeyStatusPKModifier and TypeMethodDescriptionUserKeyStatusFactory.getNextPK()
UserKeyStatusFactory.getPKFromQuery
(PreparedStatement ps, Object... params) UserKeyStatusFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserKeyStatusPKModifier and TypeMethodDescriptionUserKeyStatusFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) UserKeyStatusFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) UserKeyStatusFactory.getPKsFromResultSetAsList
(ResultSet rs) UserKeyStatusFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserKeyStatusPKModifier and TypeMethodDescriptionUserKeyStatusFactory.getEntityFromCache
(Session session, UserKeyStatusPK pk) UserKeyStatusFactory.getEntityFromPK
(EntityPermission entityPermission, UserKeyStatusPK pk) UserKeyStatusFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, UserKeyStatusPK pk) UserKeyStatusFactory.getValueFromPK
(Session session, UserKeyStatusPK pk) void
UserKeyStatusFactory.remove
(Session session, UserKeyStatusPK pk) boolean
UserKeyStatusFactory.validPK
(Session session, UserKeyStatusPK pk) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserKeyStatusPKModifier and TypeMethodDescriptionUserKeyStatusFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<UserKeyStatusPK> pks) UserKeyStatusFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<UserKeyStatusPK> pks) UserKeyStatusFactory.getValuesFromPKs
(Session session, Collection<UserKeyStatusPK> pks) void
UserKeyStatusFactory.remove
(Session session, Collection<UserKeyStatusPK> pks) void
UserKeyStatusFactory.remove
(Collection<UserKeyStatusPK> pks) -
Uses of UserKeyStatusPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserKeyStatusPKConstructors in com.echothree.model.data.user.server.value with parameters of type UserKeyStatusPKModifierConstructorDescriptionUserKeyStatusValue
(UserKeyStatusPK userKeyStatusPK, UserKeyPK userKeyPK, Long lastSeenTime) Creates a new instance of UserKeyStatusValue