Uses of Class
com.echothree.model.control.wishlist.common.transfer.WishlistLineTransfer
Packages that use WishlistLineTransfer
Package
Description
-
Uses of WishlistLineTransfer in com.echothree.control.user.wishlist.common.result
Methods in com.echothree.control.user.wishlist.common.result that return types with arguments of type WishlistLineTransferMethod parameters in com.echothree.control.user.wishlist.common.result with type arguments of type WishlistLineTransferModifier and TypeMethodDescriptionvoid
GetWishlistLinesResult.setWishlistLines
(List<WishlistLineTransfer> wishlistLines) -
Uses of WishlistLineTransfer in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control that return WishlistLineTransferModifier and TypeMethodDescriptionWishlistControl.getWishlistLineTransfer
(UserVisit userVisit, OrderLine orderLine) Methods in com.echothree.model.control.wishlist.server.control that return types with arguments of type WishlistLineTransferModifier and TypeMethodDescriptionWishlistControl.getWishlistLineTransfers
(UserVisit userVisit, Collection<OrderLine> orderLines) WishlistControl.getWishlistLineTransfersByItem
(UserVisit userVisit, Item item) WishlistControl.getWishlistLineTransfersByOrder
(UserVisit userVisit, Order order) -
Uses of WishlistLineTransfer in com.echothree.model.control.wishlist.server.transfer
Methods in com.echothree.model.control.wishlist.server.transfer that return WishlistLineTransferModifier and TypeMethodDescriptionWishlistLineTransferCache.getWishlistLineTransfer
(OrderLine orderLine)