Uses of Class
com.echothree.model.control.carrier.common.transfer.CarrierOptionTransfer
Packages that use CarrierOptionTransfer
Package
Description
-
Uses of CarrierOptionTransfer in com.echothree.control.user.carrier.common.result
Methods in com.echothree.control.user.carrier.common.result that return CarrierOptionTransferModifier and TypeMethodDescriptionEditCarrierOptionResult.getCarrierOption()GetCarrierOptionDescriptionsResult.getCarrierOption()GetCarrierOptionResult.getCarrierOption()GetCarrierServiceOptionResult.getCarrierOption()GetCarrierServiceOptionsResult.getCarrierOption()Methods in com.echothree.control.user.carrier.common.result that return types with arguments of type CarrierOptionTransferMethods in com.echothree.control.user.carrier.common.result with parameters of type CarrierOptionTransferModifier and TypeMethodDescriptionvoidEditCarrierOptionResult.setCarrierOption(CarrierOptionTransfer carrierOption) voidGetCarrierOptionDescriptionsResult.setCarrierOption(CarrierOptionTransfer carrierOption) voidGetCarrierOptionResult.setCarrierOption(CarrierOptionTransfer carrierOption) voidGetCarrierServiceOptionResult.setCarrierOption(CarrierOptionTransfer carrierOption) voidGetCarrierServiceOptionsResult.setCarrierOption(CarrierOptionTransfer carrierOption) Method parameters in com.echothree.control.user.carrier.common.result with type arguments of type CarrierOptionTransferModifier and TypeMethodDescriptionvoidGetCarrierOptionsResult.setCarrierOptions(List<CarrierOptionTransfer> carrierOptions) -
Uses of CarrierOptionTransfer in com.echothree.model.control.carrier.common.transfer
Methods in com.echothree.model.control.carrier.common.transfer that return CarrierOptionTransferModifier and TypeMethodDescriptionCarrierOptionDescriptionTransfer.getCarrierOption()CarrierServiceOptionTransfer.getCarrierOption()Methods in com.echothree.model.control.carrier.common.transfer with parameters of type CarrierOptionTransferModifier and TypeMethodDescriptionvoidCarrierOptionDescriptionTransfer.setCarrierOption(CarrierOptionTransfer carrierOption) voidCarrierServiceOptionTransfer.setCarrierOption(CarrierOptionTransfer carrierOption) Constructors in com.echothree.model.control.carrier.common.transfer with parameters of type CarrierOptionTransferModifierConstructorDescriptionCarrierOptionDescriptionTransfer(LanguageTransfer language, CarrierOptionTransfer carrierOption, String description) Creates a new instance of CarrierOptionDescriptionTransferCarrierServiceOptionTransfer(CarrierServiceTransfer carrierService, CarrierOptionTransfer carrierOption) Creates a new instance of CarrierServiceOptionTransfer -
Uses of CarrierOptionTransfer in com.echothree.model.control.carrier.server.control
Methods in com.echothree.model.control.carrier.server.control that return CarrierOptionTransferModifier and TypeMethodDescriptionCarrierControl.getCarrierOptionTransfer(UserVisit userVisit, CarrierOption carrierOption) Methods in com.echothree.model.control.carrier.server.control that return types with arguments of type CarrierOptionTransferModifier and TypeMethodDescriptionCarrierControl.getCarrierOptionTransfers(UserVisit userVisit, Party carrierParty) -
Uses of CarrierOptionTransfer in com.echothree.model.control.carrier.server.transfer
Methods in com.echothree.model.control.carrier.server.transfer that return CarrierOptionTransferModifier and TypeMethodDescriptionCarrierOptionTransferCache.getCarrierOptionTransfer(UserVisit userVisit, CarrierOption carrierOption)