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 -
Uses of UserKeyStatusPK in com.echothree.model.jooq.server.records.user
Methods in com.echothree.model.jooq.server.records.user that return UserKeyStatusPKModifier and TypeMethodDescriptionUserKeyStatuses.UserKeyStatus()Getter foruserkeystatuses.ukeyst_userkeystatusid.Methods in com.echothree.model.jooq.server.records.user that return types with arguments of type UserKeyStatusPKMethods in com.echothree.model.jooq.server.records.user with parameters of type UserKeyStatusPKModifier and TypeMethodDescriptionvoidUserKeyStatuses.UserKeyStatus(UserKeyStatusPK value) Setter foruserkeystatuses.ukeyst_userkeystatusid.Constructors in com.echothree.model.jooq.server.records.user with parameters of type UserKeyStatusPKModifierConstructorDescriptionUserKeyStatuses(UserKeyStatusPK UserKeyStatus, UserKeyPK UserKey, Long LastSeenTime) Create a detached, initialised UserKeyStatuses -
Uses of UserKeyStatusPK in com.echothree.model.jooq.server.tables.user
Fields in com.echothree.model.jooq.server.tables.user with type parameters of type UserKeyStatusPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<UserKeyStatuses, UserKeyStatusPK> UserKeyStatuses.USER_KEY_STATUSThe columnuserkeystatuses.ukeyst_userkeystatusid.