Uses of Class
com.echothree.model.control.user.common.transfer.UserKeyTransfer
Packages that use UserKeyTransfer
Package
Description
-
Uses of UserKeyTransfer in com.echothree.model.control.user.common.transfer
Methods in com.echothree.model.control.user.common.transfer that return UserKeyTransferMethods in com.echothree.model.control.user.common.transfer with parameters of type UserKeyTransferModifier and TypeMethodDescriptionvoid
UserVisitTransfer.setUserKey
(UserKeyTransfer userKey) Sets the userKey.Constructors in com.echothree.model.control.user.common.transfer with parameters of type UserKeyTransferModifierConstructorDescriptionUserVisitTransfer
(UserKeyTransfer userKey, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, Long unformattedLastCommandTime, String lastCommandTime, OfferUseTransfer offerUse, AssociateReferralTransfer associateReferral, Long unformattedRetainUntilTime, String retainUntilTime) Creates a new instance of UserVisitTransfer -
Uses of UserKeyTransfer in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return UserKeyTransferModifier and TypeMethodDescriptionUserControl.getUserKeyTransfer
(UserVisit userVisit, UserKey userKey) -
Uses of UserKeyTransfer in com.echothree.model.control.user.server.transfer
Methods in com.echothree.model.control.user.server.transfer that return UserKeyTransfer