Uses of Class
com.echothree.util.common.transfer.HistoryTransfer
Packages that use HistoryTransfer
Package
Description
-
Uses of HistoryTransfer in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return types with arguments of type HistoryTransferModifier and TypeMethodDescriptionItemControl.getItemPriceHistory(UserVisit userVisit, ItemPrice itemPrice) -
Uses of HistoryTransfer in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer that return types with arguments of type HistoryTransferModifier and TypeMethodDescriptionItemPriceTransferCache.getHistory(UserVisit userVisit, ItemPrice itemPrice) -
Uses of HistoryTransfer in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return types with arguments of type HistoryTransferModifier and TypeMethodDescriptionOfferItemControl.getOfferItemPriceHistory(UserVisit userVisit, OfferItemPrice offerItemPrice) -
Uses of HistoryTransfer in com.echothree.model.control.offer.server.transfer
Methods in com.echothree.model.control.offer.server.transfer that return types with arguments of type HistoryTransferModifier and TypeMethodDescriptionOfferItemPriceTransferCache.getHistory(UserVisit userVisit, OfferItemPrice offerItemPrice) -
Uses of HistoryTransfer in com.echothree.util.common.command
Methods in com.echothree.util.common.command that return types with arguments of type HistoryTransferMethod parameters in com.echothree.util.common.command with type arguments of type HistoryTransferModifier and TypeMethodDescriptionvoidOptionalHistoryResult.setHistory(ListWrapper<HistoryTransfer<T>> history) -
Uses of HistoryTransfer in com.echothree.util.server.transfer
Methods in com.echothree.util.server.transfer that return types with arguments of type HistoryTransfer