Uses of Class
com.echothree.model.control.item.common.transfer.ItemShippingTimeTransfer
Packages that use ItemShippingTimeTransfer
Package
Description
-
Uses of ItemShippingTimeTransfer in com.echothree.control.user.item.common.result
Methods in com.echothree.control.user.item.common.result that return ItemShippingTimeTransferModifier and TypeMethodDescriptionEditItemShippingTimeResult.getItemShippingTime()GetItemShippingTimeResult.getItemShippingTime()Methods in com.echothree.control.user.item.common.result that return types with arguments of type ItemShippingTimeTransferMethods in com.echothree.control.user.item.common.result with parameters of type ItemShippingTimeTransferModifier and TypeMethodDescriptionvoidEditItemShippingTimeResult.setItemShippingTime(ItemShippingTimeTransfer itemShippingTime) voidGetItemShippingTimeResult.setItemShippingTime(ItemShippingTimeTransfer itemShippingTime) Method parameters in com.echothree.control.user.item.common.result with type arguments of type ItemShippingTimeTransferModifier and TypeMethodDescriptionvoidGetItemShippingTimesResult.setItemShippingTimes(List<ItemShippingTimeTransfer> itemShippingTimes) -
Uses of ItemShippingTimeTransfer in com.echothree.model.control.item.common.transfer
Methods in com.echothree.model.control.item.common.transfer that return types with arguments of type ItemShippingTimeTransferModifier and TypeMethodDescriptionItemTransfer.getItemShippingTimes()Returns the itemShippingTimes.Method parameters in com.echothree.model.control.item.common.transfer with type arguments of type ItemShippingTimeTransferModifier and TypeMethodDescriptionvoidItemTransfer.setItemShippingTimes(ListWrapper<ItemShippingTimeTransfer> itemShippingTimes) Sets the itemShippingTimes. -
Uses of ItemShippingTimeTransfer in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemShippingTimeTransferModifier and TypeMethodDescriptionItemControl.getItemShippingTimeTransfer(UserVisit userVisit, Item item, CustomerType customerType) ItemControl.getItemShippingTimeTransfer(UserVisit userVisit, ItemShippingTime itemShippingTime) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemShippingTimeTransferModifier and TypeMethodDescriptionItemControl.getItemShippingTimeTransfersByItem(UserVisit userVisit, Item item) -
Uses of ItemShippingTimeTransfer in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer that return ItemShippingTimeTransferModifier and TypeMethodDescriptionItemShippingTimeTransferCache.getTransfer(UserVisit userVisit, ItemShippingTime itemShippingTime)