Uses of Class
com.echothree.model.control.carrier.common.transfer.CarrierTransfer
Packages that use CarrierTransfer
Package
Description
-
Uses of CarrierTransfer in com.echothree.control.user.carrier.common.result
Methods in com.echothree.control.user.carrier.common.result that return CarrierTransferModifier and TypeMethodDescriptionGetCarrierOptionsResult.getCarrier()
GetCarrierResult.getCarrier()
GetCarrierServiceOptionResult.getCarrier()
GetCarrierServicesResult.getCarrier()
Methods in com.echothree.control.user.carrier.common.result that return types with arguments of type CarrierTransferMethods in com.echothree.control.user.carrier.common.result with parameters of type CarrierTransferModifier and TypeMethodDescriptionvoid
GetCarrierOptionsResult.setCarrier
(CarrierTransfer carrier) void
GetCarrierResult.setCarrier
(CarrierTransfer carrier) void
GetCarrierServiceOptionResult.setCarrier
(CarrierTransfer carrier) void
GetCarrierServicesResult.setCarrier
(CarrierTransfer carrier) Method parameters in com.echothree.control.user.carrier.common.result with type arguments of type CarrierTransferModifier and TypeMethodDescriptionvoid
GetCarriersResult.setCarriers
(List<CarrierTransfer> carriers) -
Uses of CarrierTransfer in com.echothree.model.control.carrier.common.transfer
Methods in com.echothree.model.control.carrier.common.transfer that return CarrierTransferModifier and TypeMethodDescriptionCarrierOptionTransfer.getCarrier()
Returns the carrier.CarrierServiceTransfer.getCarrier()
Returns the carrier.PartyCarrierAccountTransfer.getCarrier()
Returns the carrier.PartyCarrierTransfer.getCarrier()
Methods in com.echothree.model.control.carrier.common.transfer with parameters of type CarrierTransferModifier and TypeMethodDescriptionvoid
CarrierOptionTransfer.setCarrier
(CarrierTransfer carrier) Sets the carrier.void
CarrierServiceTransfer.setCarrier
(CarrierTransfer carrier) Sets the carrier.void
PartyCarrierAccountTransfer.setCarrier
(CarrierTransfer carrier) Sets the carrier.void
PartyCarrierTransfer.setCarrier
(CarrierTransfer carrier) Constructors in com.echothree.model.control.carrier.common.transfer with parameters of type CarrierTransferModifierConstructorDescriptionCarrierOptionTransfer
(CarrierTransfer carrier, String carrierOptionName, Boolean isRecommended, Boolean isRequired, SelectorTransfer recommendedGeoCodeSelector, SelectorTransfer requiredGeoCodeSelector, SelectorTransfer recommendedItemSelector, SelectorTransfer requiredItemSelector, SelectorTransfer recommendedOrderSelector, SelectorTransfer requiredOrderSelector, SelectorTransfer recommendedShipmentSelector, SelectorTransfer requiredShipmentSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CarrierOptionTransferCarrierServiceTransfer
(CarrierTransfer carrier, String carrierServiceName, SelectorTransfer geoCodeSelector, SelectorTransfer itemSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CarrierServiceTransferPartyCarrierAccountTransfer
(PartyTransfer party, CarrierTransfer carrier, String account, Boolean alwaysUseThirdPartyBilling) Creates a new instance of PartyCarrierAccountTransferPartyCarrierTransfer
(PartyTransfer party, CarrierTransfer carrier) Creates a new instance of PartyCarrierTransfer -
Uses of CarrierTransfer in com.echothree.model.control.carrier.server.control
Methods in com.echothree.model.control.carrier.server.control that return CarrierTransferModifier and TypeMethodDescriptionCarrierControl.getCarrierTransfer
(UserVisit userVisit, Carrier carrier) CarrierControl.getCarrierTransfer
(UserVisit userVisit, Party party) Methods in com.echothree.model.control.carrier.server.control that return types with arguments of type CarrierTransfer -
Uses of CarrierTransfer in com.echothree.model.control.carrier.server.transfer
Methods in com.echothree.model.control.carrier.server.transfer that return CarrierTransferModifier and TypeMethodDescriptionCarrierTransferCache.getCarrierTransfer
(Carrier carrier) CarrierTransferCache.getCarrierTransfer
(Party party)