Uses of Class
com.echothree.model.control.wishlist.common.transfer.WishlistPriorityTransfer
Packages that use WishlistPriorityTransfer
Package
Description
-
Uses of WishlistPriorityTransfer in com.echothree.control.user.wishlist.common.result
Methods in com.echothree.control.user.wishlist.common.result that return WishlistPriorityTransferModifier and TypeMethodDescriptionEditWishlistPriorityResult.getWishlistPriority()
GetWishlistPriorityDescriptionsResult.getWishlistPriority()
GetWishlistPriorityResult.getWishlistPriority()
Methods in com.echothree.control.user.wishlist.common.result that return types with arguments of type WishlistPriorityTransferModifier and TypeMethodDescriptionGetWishlistPrioritiesResult.getWishlistPriorities()
GetWishlistTypeResult.getWishlistPriorities()
Methods in com.echothree.control.user.wishlist.common.result with parameters of type WishlistPriorityTransferModifier and TypeMethodDescriptionvoid
EditWishlistPriorityResult.setWishlistPriority
(WishlistPriorityTransfer wishlistPriority) void
GetWishlistPriorityDescriptionsResult.setWishlistPriority
(WishlistPriorityTransfer wishlistPriority) void
GetWishlistPriorityResult.setWishlistPriority
(WishlistPriorityTransfer wishlistPriority) Method parameters in com.echothree.control.user.wishlist.common.result with type arguments of type WishlistPriorityTransferModifier and TypeMethodDescriptionvoid
GetWishlistPrioritiesResult.setWishlistPriorities
(List<WishlistPriorityTransfer> wishlistPriorities) void
GetWishlistTypeResult.setWishlistPriorities
(List<WishlistPriorityTransfer> wishlistPriorities) -
Uses of WishlistPriorityTransfer in com.echothree.model.control.wishlist.common.transfer
Methods in com.echothree.model.control.wishlist.common.transfer that return WishlistPriorityTransferModifier and TypeMethodDescriptionWishlistLineTransfer.getWishlistPriority()
WishlistPriorityDescriptionTransfer.getWishlistPriority()
Methods in com.echothree.model.control.wishlist.common.transfer with parameters of type WishlistPriorityTransferModifier and TypeMethodDescriptionvoid
WishlistLineTransfer.setWishlistPriority
(WishlistPriorityTransfer wishlistPriority) void
WishlistPriorityDescriptionTransfer.setWishlistPriority
(WishlistPriorityTransfer wishlistPriority) Constructors in com.echothree.model.control.wishlist.common.transfer with parameters of type WishlistPriorityTransferModifierConstructorDescriptionWishlistLineTransfer
(WishlistTransfer wishlist, Integer orderLineSequence, ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Long quantity, Long unformattedUnitAmount, String unitAmount, String description, OfferUseTransfer offerUse, WishlistPriorityTransfer wishlistPriority, AssociateReferralTransfer associateReferral, String comment) Creates a new instance of WishlistLineTransferWishlistPriorityDescriptionTransfer
(LanguageTransfer language, WishlistPriorityTransfer wishlistPriority, String description) Creates a new instance of WishlistPriorityDescriptionTransfer -
Uses of WishlistPriorityTransfer in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control that return WishlistPriorityTransferModifier and TypeMethodDescriptionWishlistControl.getWishlistPriorityTransfer
(UserVisit userVisit, WishlistPriority wishlistPriority) Methods in com.echothree.model.control.wishlist.server.control that return types with arguments of type WishlistPriorityTransferModifier and TypeMethodDescriptionWishlistControl.getWishlistPriorityTransfers
(UserVisit userVisit, WishlistType wishlistType) WishlistControl.getWishlistPriorityTransfers
(UserVisit userVisit, Collection<WishlistPriority> wishlistPriorities) -
Uses of WishlistPriorityTransfer in com.echothree.model.control.wishlist.server.transfer
Methods in com.echothree.model.control.wishlist.server.transfer that return WishlistPriorityTransferModifier and TypeMethodDescriptionWishlistPriorityTransferCache.getWishlistPriorityTransfer
(WishlistPriority wishlistPriority)