Uses of Class
com.echothree.model.control.item.common.transfer.ItemPriceTransfer
Packages that use ItemPriceTransfer
Package
Description
-
Uses of ItemPriceTransfer in com.echothree.control.user.item.common.result
Methods in com.echothree.control.user.item.common.result that return ItemPriceTransferModifier and TypeMethodDescriptionEditItemPriceResult.getItemPrice()
GetItemPriceResult.getItemPrice()
Methods in com.echothree.control.user.item.common.result that return types with arguments of type ItemPriceTransferMethods in com.echothree.control.user.item.common.result with parameters of type ItemPriceTransferModifier and TypeMethodDescriptionvoid
EditItemPriceResult.setItemPrice
(ItemPriceTransfer itemPrice) void
GetItemPriceResult.setItemPrice
(ItemPriceTransfer itemPrice) Method parameters in com.echothree.control.user.item.common.result with type arguments of type ItemPriceTransferModifier and TypeMethodDescriptionvoid
GetItemPricesResult.setItemPrices
(List<ItemPriceTransfer> itemPrices) -
Uses of ItemPriceTransfer in com.echothree.model.control.item.common.transfer
Methods in com.echothree.model.control.item.common.transfer that return types with arguments of type ItemPriceTransferMethod parameters in com.echothree.model.control.item.common.transfer with type arguments of type ItemPriceTransferModifier and TypeMethodDescriptionvoid
ItemTransfer.setItemPrices
(ListWrapper<ItemPriceTransfer> itemPrices) Sets the itemPrices. -
Uses of ItemPriceTransfer in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemPriceTransferModifier and TypeMethodDescriptionItemControl.getItemPriceTransfer
(UserVisit userVisit, ItemPrice itemPrice) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemPriceTransferModifier and TypeMethodDescriptionItemControl.getItemPriceHistory
(UserVisit userVisit, ItemPrice itemPrice) ItemControl.getItemPriceTransfers
(UserVisit userVisit, Collection<ItemPrice> itemPrices) ItemControl.getItemPriceTransfersByItem
(UserVisit userVisit, Item item) -
Uses of ItemPriceTransfer in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer that return ItemPriceTransferMethods in com.echothree.model.control.item.server.transfer that return types with arguments of type ItemPriceTransfer