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(UserKeyStatusPK pk) UserKeyStatusFactory.getEntityFromPK(EntityPermission entityPermission, UserKeyStatusPK pk) UserKeyStatusFactory.getValueFromPK(UserKeyStatusPK pk) voidUserKeyStatusFactory.remove(UserKeyStatusPK pk) booleanUserKeyStatusFactory.validPK(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.getValuesFromPKs(Collection<UserKeyStatusPK> pks) voidUserKeyStatusFactory.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