Uses of Class
com.echothree.model.data.user.server.entity.UserKey
Packages that use UserKey
Package
Description
-
Uses of UserKey in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return UserKeyMethods in com.echothree.model.control.user.server.control that return types with arguments of type UserKeyModifier and TypeMethodDescriptionUserControl.getInactiveUserKeys(Long inactiveTime) UserControl.getUserKeysByParty(Party party) UserControl.getUserKeysByPartyForUpdate(Party party) UserControl.getUserKeysByPartyRelationship(PartyRelationship partyRelationship) UserControl.getUserKeysByPartyRelationshipForUpdate(PartyRelationship partyRelationship) Methods in com.echothree.model.control.user.server.control with parameters of type UserKeyModifier and TypeMethodDescriptionlongUserControl.countUserVisitsByUserKey(UserKey userKey) UserControl.createUserKeyStatus(UserKey userKey, Long lastSeenTime) UserControl.createUserVisit(UserKey userKey, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, OfferUse offerUse, AssociateReferral associateReferral, Long retainUntilTime) UserControl.getUserKeyDetailValueForUpdate(UserKey userKey) UserControl.getUserKeyStatusForUpdate(UserKey userKey) UserControl.getUserKeyTransfer(UserVisit userVisit, UserKey userKey) UserControl.getUserVisitsByUserKey(UserKey userKey) UserControl.getUserVisitsByUserKey(UserKey userKey, EntityPermission entityPermission) UserControl.getUserVisitsByUserKeyForUpdate(UserKey userKey) voidUserControl.removeUserKey(UserKey userKey) -
Uses of UserKey in com.echothree.model.control.user.server.graphql
Constructors in com.echothree.model.control.user.server.graphql with parameters of type UserKey -
Uses of UserKey in com.echothree.model.control.user.server.logic
Methods in com.echothree.model.control.user.server.logic with parameters of type UserKeyModifier and TypeMethodDescriptionvoidUserKeyLogic.clearUserKey(UserKey userKey) Sets the Party and PartyRelationship to null.Method parameters in com.echothree.model.control.user.server.logic with type arguments of type UserKeyModifier and TypeMethodDescriptionvoidUserKeyLogic.clearUserKeys(List<UserKey> userKeys) Calls clearUserKey(...) for each UserKey in the List. -
Uses of UserKey in com.echothree.model.control.user.server.transfer
Methods in com.echothree.model.control.user.server.transfer with parameters of type UserKeyModifier and TypeMethodDescriptionUserKeyTransferCache.getUserKeyTransfer(UserVisit userVisit, UserKey userKey) -
Uses of UserKey in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserKeyModifier and TypeMethodDescriptionUserKeyDetail.getUserKey()UserKeyDetail.getUserKey(EntityPermission entityPermission) UserKeyStatus.getUserKey()UserKeyStatus.getUserKey(EntityPermission entityPermission) UserVisit.getUserKey()UserVisit.getUserKey(EntityPermission entityPermission) UserKeyDetail.getUserKeyForUpdate()UserKeyStatus.getUserKeyForUpdate()UserVisit.getUserKeyForUpdate()Methods in com.echothree.model.data.user.server.entity with parameters of type UserKeyModifier and TypeMethodDescriptionvoidUserKeyDetail.setUserKey(UserKey entity) voidUserKeyStatus.setUserKey(UserKey entity) voidUserVisit.setUserKey(UserKey entity) -
Uses of UserKey in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserKeyModifier and TypeMethodDescriptionUserKeyFactory.create()UserKeyFactory.create(UserKeyDetailPK activeDetailPK, UserKeyDetailPK lastDetailPK) UserKeyFactory.create(UserKeyDetail activeDetail, UserKeyDetail lastDetail) UserKeyFactory.getEntityFromCache(UserKeyPK pk) UserKeyFactory.getEntityFromPK(EntityPermission entityPermission, UserKeyPK pk) UserKeyFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) UserKeyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) UserKeyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) UserKeyFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) UserKeyFactory.getEntityFromValue(EntityPermission entityPermission, UserKeyValue value) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserKeyModifier and TypeMethodDescriptionUserKeyFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<UserKeyPK> pks) UserKeyFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) UserKeyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) UserKeyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) UserKeyFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserKeyModifier and TypeMethodDescriptionUserKeyDetailFactory.create(UserKey userKey, String userKeyName, Party party, PartyRelationship partyRelationship, Long fromTime, Long thruTime) UserVisitFactory.create(UserVisitGroup userVisitGroup, UserKey userKey, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, Long lastCommandTime, OfferUse offerUse, AssociateReferral associateReferral, Long retainUntilTime, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.user.server.factory with type arguments of type UserKey