Uses of Interface
ecmwf.ecpds.master.plugin.http.model.transfer.TransferMethod
Packages that use TransferMethod
Package
Description
-
Uses of TransferMethod in ecmwf.ecpds.master.plugin.http.controller.transfer.host
Methods in ecmwf.ecpds.master.plugin.http.controller.transfer.host that return types with arguments of type TransferMethodModifier and TypeMethodDescriptionHostActionForm.getTransferMethodOptions()
Gets the transfer method options. -
Uses of TransferMethod in ecmwf.ecpds.master.plugin.http.controller.transfer.method
Methods in ecmwf.ecpds.master.plugin.http.controller.transfer.method with parameters of type TransferMethodModifier and TypeMethodDescriptionprotected void
TransferMethodActionForm.populateFromTransferMethod
(TransferMethod h) Populate from transfer method.protected void
TransferMethodActionForm.populateTransferMethod
(TransferMethod h) Populate transfer method. -
Uses of TransferMethod in ecmwf.ecpds.master.plugin.http.dao.transfer
Classes in ecmwf.ecpds.master.plugin.http.dao.transfer that implement TransferMethodMethods in ecmwf.ecpds.master.plugin.http.dao.transfer that return TransferMethodModifier and TypeMethodDescriptionTransferMethodDAOHandler.create()
Creates the.TransferMethodDAOHandler.findByPrimaryKey
(String key) Find by primary key.HostBean.getTransferMethod()
Gets the transfer method.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return types with arguments of type TransferMethodModifier and TypeMethodDescriptionTransferMethodDAOHandler.find
(ecmwf.web.model.ModelSearch search) Find.EcTransModuleBean.getTransferMethods()
Gets the transfer methods.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type TransferMethodModifier and TypeMethodDescriptionvoid
HostBean.setTransferMethod
(TransferMethod m) Sets the transfer method. -
Uses of TransferMethod in ecmwf.ecpds.master.plugin.http.home.transfer
Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return TransferMethodModifier and TypeMethodDescriptionstatic final TransferMethod
TransferMethodHome.create()
Creates the.static final TransferMethod
TransferMethodHome.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return types with arguments of type TransferMethodModifier and TypeMethodDescriptionstatic final Collection
<TransferMethod> TransferMethodHome.find
(ecmwf.web.model.ModelSearch search) Find.static final Collection
<TransferMethod> TransferMethodHome.findAll()
Find all.static final Collection
<TransferMethod> TransferMethodHome.findByEcTransModule
(EcTransModule e) Find by ec trans module.Methods in ecmwf.ecpds.master.plugin.http.home.transfer with parameters of type TransferMethodModifier and TypeMethodDescriptionstatic final Collection
<Host> HostHome.findByTransferMethod
(TransferMethod d) Find by transfer method. -
Uses of TransferMethod in ecmwf.ecpds.master.plugin.http.model.transfer
Methods in ecmwf.ecpds.master.plugin.http.model.transfer that return TransferMethodMethods in ecmwf.ecpds.master.plugin.http.model.transfer with parameters of type TransferMethodModifier and TypeMethodDescriptionvoid
Host.setTransferMethod
(TransferMethod m) Sets the transfer method.