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 TypeMethodDescriptionvoidGetCarrierOptionsResult.setCarrier(CarrierTransfer carrier) voidGetCarrierResult.setCarrier(CarrierTransfer carrier) voidGetCarrierServiceOptionResult.setCarrier(CarrierTransfer carrier) voidGetCarrierServicesResult.setCarrier(CarrierTransfer carrier) Method parameters in com.echothree.control.user.carrier.common.result with type arguments of type CarrierTransferModifier and TypeMethodDescriptionvoidGetCarriersResult.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 TypeMethodDescriptionvoidCarrierOptionTransfer.setCarrier(CarrierTransfer carrier) Sets the carrier.voidCarrierServiceTransfer.setCarrier(CarrierTransfer carrier) Sets the carrier.voidPartyCarrierAccountTransfer.setCarrier(CarrierTransfer carrier) Sets the carrier.voidPartyCarrierTransfer.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(UserVisit userVisit, Carrier carrier) CarrierTransferCache.getCarrierTransfer(UserVisit userVisit, Party party)