Uses of Interface
ecmwf.ecpds.master.plugin.http.model.transfer.EcTransModule
Packages that use EcTransModule
Package
Description
-
Uses of EcTransModule in ecmwf.ecpds.master.plugin.http.controller.transfer.method
Methods in ecmwf.ecpds.master.plugin.http.controller.transfer.method that return types with arguments of type EcTransModuleModifier and TypeMethodDescriptionTransferMethodActionForm.getEcTransModuleOptions()Gets the ec trans module options. -
Uses of EcTransModule in ecmwf.ecpds.master.plugin.http.controller.transfer.module
Methods in ecmwf.ecpds.master.plugin.http.controller.transfer.module with parameters of type EcTransModuleModifier and TypeMethodDescriptionprotected voidEcTransModuleActionForm.populateEcTransModule(EcTransModule h) Populate ec trans module.protected voidEcTransModuleActionForm.populateFromEcTransModule(EcTransModule h) Populate from ec trans module. -
Uses of EcTransModule in ecmwf.ecpds.master.plugin.http.dao.transfer
Classes in ecmwf.ecpds.master.plugin.http.dao.transfer that implement EcTransModuleMethods in ecmwf.ecpds.master.plugin.http.dao.transfer that return EcTransModuleModifier and TypeMethodDescriptionEcTransModuleDAOHandler.create()Creates the.EcTransModuleDAOHandler.findByPrimaryKey(String key) Find by primary key.TransferMethodBean.getEcTransModule()Gets the ec trans module.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return types with arguments of type EcTransModuleModifier and TypeMethodDescriptionEcTransModuleDAOHandler.find(ecmwf.web.model.ModelSearch search) Find. -
Uses of EcTransModule in ecmwf.ecpds.master.plugin.http.home.transfer
Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return EcTransModuleModifier and TypeMethodDescriptionstatic final EcTransModuleEcTransModuleHome.create()Creates the.static final EcTransModuleEcTransModuleHome.findByPrimaryKey(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return types with arguments of type EcTransModuleModifier and TypeMethodDescriptionstatic final Collection<EcTransModule> EcTransModuleHome.find(ecmwf.web.model.ModelSearch search) Find.static final Collection<EcTransModule> EcTransModuleHome.findAll()Find all.Methods in ecmwf.ecpds.master.plugin.http.home.transfer with parameters of type EcTransModuleModifier and TypeMethodDescriptionstatic final Collection<TransferMethod> TransferMethodHome.findByEcTransModule(EcTransModule e) Find by ec trans module. -
Uses of EcTransModule in ecmwf.ecpds.master.plugin.http.model.transfer
Methods in ecmwf.ecpds.master.plugin.http.model.transfer that return EcTransModule