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.hostMethods 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.methodMethods in ecmwf.ecpds.master.plugin.http.controller.transfer.method with parameters of type TransferMethodModifier and TypeMethodDescriptionprotected voidTransferMethodActionForm.populateFromTransferMethod(TransferMethod h) Populate from transfer method.protected voidTransferMethodActionForm.populateTransferMethod(TransferMethod h) Populate transfer method.
- 
Uses of TransferMethod in ecmwf.ecpds.master.plugin.http.dao.transferClasses 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 TypeMethodDescriptionvoidHostBean.setTransferMethod(TransferMethod m) Sets the transfer method.
- 
Uses of TransferMethod in ecmwf.ecpds.master.plugin.http.home.transferMethods in ecmwf.ecpds.master.plugin.http.home.transfer that return TransferMethodModifier and TypeMethodDescriptionstatic final TransferMethodTransferMethodHome.create()Creates the.static final TransferMethodTransferMethodHome.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.transferMethods 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 TypeMethodDescriptionvoidHost.setTransferMethod(TransferMethod m) Sets the transfer method.