Uses of Class
com.echothree.model.control.shipping.common.transfer.ShippingMethodTransfer
Packages that use ShippingMethodTransfer
Package
Description
-
Uses of ShippingMethodTransfer in com.echothree.control.user.returnpolicy.common.result
Methods in com.echothree.control.user.returnpolicy.common.result that return ShippingMethodTransferMethods in com.echothree.control.user.returnpolicy.common.result with parameters of type ShippingMethodTransferModifier and TypeMethodDescriptionvoid
GetReturnTypeShippingMethodsResult.setShippingMethod
(ShippingMethodTransfer shippingMethod) -
Uses of ShippingMethodTransfer in com.echothree.control.user.shipment.common.result
Methods in com.echothree.control.user.shipment.common.result that return ShippingMethodTransferMethods in com.echothree.control.user.shipment.common.result with parameters of type ShippingMethodTransferModifier and TypeMethodDescriptionvoid
GetShipmentTypeShippingMethodsResult.setShippingMethod
(ShippingMethodTransfer shippingMethod) -
Uses of ShippingMethodTransfer in com.echothree.control.user.shipping.common.result
Methods in com.echothree.control.user.shipping.common.result that return ShippingMethodTransferModifier and TypeMethodDescriptionEditShippingMethodResult.getShippingMethod()
GetShippingMethodCarrierServicesResult.getShippingMethod()
GetShippingMethodDescriptionsResult.getShippingMethod()
GetShippingMethodResult.getShippingMethod()
Methods in com.echothree.control.user.shipping.common.result that return types with arguments of type ShippingMethodTransferMethods in com.echothree.control.user.shipping.common.result with parameters of type ShippingMethodTransferModifier and TypeMethodDescriptionvoid
EditShippingMethodResult.setShippingMethod
(ShippingMethodTransfer shippingMethod) void
GetShippingMethodCarrierServicesResult.setShippingMethod
(ShippingMethodTransfer shippingMethod) void
GetShippingMethodDescriptionsResult.setShippingMethod
(ShippingMethodTransfer shippingMethod) void
GetShippingMethodResult.setShippingMethod
(ShippingMethodTransfer shippingMethod) Method parameters in com.echothree.control.user.shipping.common.result with type arguments of type ShippingMethodTransferModifier and TypeMethodDescriptionvoid
GetShippingMethodsResult.setShippingMethods
(List<ShippingMethodTransfer> shippingMethods) -
Uses of ShippingMethodTransfer in com.echothree.model.control.customer.common.transfer
Methods in com.echothree.model.control.customer.common.transfer that return ShippingMethodTransferModifier and TypeMethodDescriptionCustomerTypeShippingMethodTransfer.getShippingMethod()
Returns the shippingMethod.Methods in com.echothree.model.control.customer.common.transfer with parameters of type ShippingMethodTransferModifier and TypeMethodDescriptionvoid
CustomerTypeShippingMethodTransfer.setShippingMethod
(ShippingMethodTransfer shippingMethod) Sets the shippingMethod.Constructors in com.echothree.model.control.customer.common.transfer with parameters of type ShippingMethodTransferModifierConstructorDescriptionCustomerTypeShippingMethodTransfer
(CustomerTypeTransfer customerType, ShippingMethodTransfer shippingMethod, Integer defaultSelectionPriority, Boolean isDefault, Integer sortOrder) Creates a new instance of CustomerTypeShippingMethodTransfer -
Uses of ShippingMethodTransfer in com.echothree.model.control.order.common.transfer
Methods in com.echothree.model.control.order.common.transfer that return ShippingMethodTransferModifier and TypeMethodDescriptionOrderShipmentGroupTransfer.getShippingMethod()
Returns the shippingMethod.Methods in com.echothree.model.control.order.common.transfer with parameters of type ShippingMethodTransferModifier and TypeMethodDescriptionvoid
OrderShipmentGroupTransfer.setShippingMethod
(ShippingMethodTransfer shippingMethod) Sets the shippingMethod.Constructors in com.echothree.model.control.order.common.transfer with parameters of type ShippingMethodTransferModifierConstructorDescriptionOrderShipmentGroupTransfer
(Integer orderShipmentGroupSequence, ItemDeliveryTypeTransfer itemDeliveryType, Boolean isDefault, PartyContactMechanismTransfer partyContactMechanism, ShippingMethodTransfer shippingMethod, Boolean holdUntilComplete) Creates a new instance of OrderShipmentGroupTransfer -
Uses of ShippingMethodTransfer in com.echothree.model.control.returnpolicy.common.transfer
Methods in com.echothree.model.control.returnpolicy.common.transfer that return ShippingMethodTransferMethods in com.echothree.model.control.returnpolicy.common.transfer with parameters of type ShippingMethodTransferModifier and TypeMethodDescriptionvoid
ReturnTypeShippingMethodTransfer.setShippingMethod
(ShippingMethodTransfer shippingMethod) Constructors in com.echothree.model.control.returnpolicy.common.transfer with parameters of type ShippingMethodTransferModifierConstructorDescriptionReturnTypeShippingMethodTransfer
(ReturnTypeTransfer returnType, ShippingMethodTransfer shippingMethod, Boolean isDefault, Integer sortOrder) Creates a new instance of ReturnTypeShippingMethodTransfer -
Uses of ShippingMethodTransfer in com.echothree.model.control.shipment.common.transfer
Methods in com.echothree.model.control.shipment.common.transfer that return ShippingMethodTransferMethods in com.echothree.model.control.shipment.common.transfer with parameters of type ShippingMethodTransferModifier and TypeMethodDescriptionvoid
ShipmentTypeShippingMethodTransfer.setShippingMethod
(ShippingMethodTransfer shippingMethod) Constructors in com.echothree.model.control.shipment.common.transfer with parameters of type ShippingMethodTransferModifierConstructorDescriptionShipmentTypeShippingMethodTransfer
(ShipmentTypeTransfer shipmentType, ShippingMethodTransfer shippingMethod, Boolean isDefault, Integer sortOrder) Creates a new instance of ShipmentTypeShippingMethodTransfer -
Uses of ShippingMethodTransfer in com.echothree.model.control.shipping.common.transfer
Methods in com.echothree.model.control.shipping.common.transfer that return ShippingMethodTransferModifier and TypeMethodDescriptionShippingMethodCarrierServiceTransfer.getShippingMethod()
ShippingMethodDescriptionTransfer.getShippingMethod()
Methods in com.echothree.model.control.shipping.common.transfer with parameters of type ShippingMethodTransferModifier and TypeMethodDescriptionvoid
ShippingMethodCarrierServiceTransfer.setShippingMethod
(ShippingMethodTransfer shippingMethod) void
ShippingMethodDescriptionTransfer.setShippingMethod
(ShippingMethodTransfer shippingMethod) Constructors in com.echothree.model.control.shipping.common.transfer with parameters of type ShippingMethodTransferModifierConstructorDescriptionShippingMethodCarrierServiceTransfer
(ShippingMethodTransfer shippingMethod, CarrierServiceTransfer carrierService) Creates a new instance of ShippingMethodCarrierServiceTransferShippingMethodDescriptionTransfer
(LanguageTransfer language, ShippingMethodTransfer shippingMethod, String description) Creates a new instance of ShippingMethodDescriptionTransfer -
Uses of ShippingMethodTransfer in com.echothree.model.control.shipping.server.control
Methods in com.echothree.model.control.shipping.server.control that return ShippingMethodTransferModifier and TypeMethodDescriptionShippingControl.getShippingMethodTransfer
(UserVisit userVisit, ShippingMethod shippingMethod) Methods in com.echothree.model.control.shipping.server.control that return types with arguments of type ShippingMethodTransferModifier and TypeMethodDescriptionShippingControl.getShippingMethodTransfers
(UserVisit userVisit) -
Uses of ShippingMethodTransfer in com.echothree.model.control.shipping.server.transfer
Methods in com.echothree.model.control.shipping.server.transfer that return ShippingMethodTransferModifier and TypeMethodDescriptionShippingMethodTransferCache.getShippingMethodTransfer
(ShippingMethod shippingMethod)