Uses of Class
com.echothree.model.data.user.common.pk.UserKeyPK
Packages that use UserKeyPK
Package
Description
-
Uses of UserKeyPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserKeyPKModifier and TypeMethodDescriptionUserKey.getPrimaryKey()
UserKeyDetail.getUserKeyPK()
UserKeyStatus.getUserKeyPK()
UserVisit.getUserKeyPK()
Methods in com.echothree.model.data.user.server.entity with parameters of type UserKeyPKModifier and TypeMethodDescriptionvoid
UserKeyDetail.setUserKeyPK
(UserKeyPK userKeyPK) void
UserKeyStatus.setUserKeyPK
(UserKeyPK userKeyPK) void
UserVisit.setUserKeyPK
(UserKeyPK userKeyPK) -
Uses of UserKeyPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserKeyPKModifier and TypeMethodDescriptionUserKeyFactory.getNextPK()
UserKeyFactory.getPKFromQuery
(PreparedStatement ps, Object... params) UserKeyFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserKeyPKModifier and TypeMethodDescriptionUserKeyFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) UserKeyFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) UserKeyFactory.getPKsFromResultSetAsList
(ResultSet rs) UserKeyFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserKeyPKModifier and TypeMethodDescriptionUserKeyDetailFactory.create
(UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) UserKeyDetailFactory.create
(Session session, UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) UserVisitFactory.create
(UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) UserVisitFactory.create
(Session session, UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) UserKeyFactory.getEntityFromCache
(Session session, UserKeyPK pk) UserKeyFactory.getEntityFromPK
(EntityPermission entityPermission, UserKeyPK pk) UserKeyFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, UserKeyPK pk) UserKeyFactory.getValueFromPK
(Session session, UserKeyPK pk) void
boolean
Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserKeyPKModifier and TypeMethodDescriptionUserKeyFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<UserKeyPK> pks) UserKeyFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<UserKeyPK> pks) UserKeyFactory.getValuesFromPKs
(Session session, Collection<UserKeyPK> pks) void
UserKeyFactory.remove
(Session session, Collection<UserKeyPK> pks) void
UserKeyFactory.remove
(Collection<UserKeyPK> pks) -
Uses of UserKeyPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserKeyPKModifier and TypeMethodDescriptionUserKeyValue.getPrimaryKey()
UserKeyDetailValue.getUserKeyPK()
UserKeyStatusValue.getUserKeyPK()
UserVisitValue.getUserKeyPK()
Methods in com.echothree.model.data.user.server.value with parameters of type UserKeyPKModifier and TypeMethodDescriptionvoid
UserKeyDetailValue.setUserKeyPK
(UserKeyPK userKeyPK) void
UserKeyStatusValue.setUserKeyPK
(UserKeyPK userKeyPK) void
UserVisitValue.setUserKeyPK
(UserKeyPK userKeyPK) Constructors in com.echothree.model.data.user.server.value with parameters of type UserKeyPKModifierConstructorDescriptionUserKeyDetailValue
(UserKeyDetailPK userKeyDetailPK, UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) Creates a new instance of UserKeyDetailValueUserKeyDetailValue
(UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) Creates a new instance of UserKeyDetailValueUserKeyStatusValue
(UserKeyPK userKeyPK, Long lastSeenTime) Creates a new instance of UserKeyStatusValueUserKeyStatusValue
(UserKeyStatusPK userKeyStatusPK, UserKeyPK userKeyPK, Long lastSeenTime) Creates a new instance of UserKeyStatusValueUserKeyValue
(UserKeyPK userKeyPK, UserKeyDetailPK activeDetailPK, UserKeyDetailPK lastDetailPK) Creates a new instance of UserKeyValueUserVisitValue
(UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) Creates a new instance of UserVisitValueUserVisitValue
(UserVisitPK userVisitPK, UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) Creates a new instance of UserVisitValue