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 TypeMethodDescriptionvoidEditWishlistPriorityResult.setWishlistPriority(WishlistPriorityTransfer wishlistPriority) voidGetWishlistPriorityDescriptionsResult.setWishlistPriority(WishlistPriorityTransfer wishlistPriority) voidGetWishlistPriorityResult.setWishlistPriority(WishlistPriorityTransfer wishlistPriority) Method parameters in com.echothree.control.user.wishlist.common.result with type arguments of type WishlistPriorityTransferModifier and TypeMethodDescriptionvoidGetWishlistPrioritiesResult.setWishlistPriorities(List<WishlistPriorityTransfer> wishlistPriorities) voidGetWishlistTypeResult.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 TypeMethodDescriptionvoidWishlistLineTransfer.setWishlistPriority(WishlistPriorityTransfer wishlistPriority) voidWishlistPriorityDescriptionTransfer.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(UserVisit userVisit, WishlistPriority wishlistPriority)