Uses of Interface
ecmwf.ecpds.master.plugin.http.model.datafile.TransferGroup
Packages that use TransferGroup
Package
Description
-
Uses of TransferGroup in ecmwf.ecpds.master.plugin.http.controller.datafile.transfergroup
Methods in ecmwf.ecpds.master.plugin.http.controller.datafile.transfergroup with parameters of type TransferGroupModifier and TypeMethodDescriptionprotected void
TransferGroupActionForm.populateFromTransferGroup
(TransferGroup h) Populate from transfer group.protected void
TransferGroupActionForm.populateTransferGroup
(TransferGroup h) Populate transfer group. -
Uses of TransferGroup in ecmwf.ecpds.master.plugin.http.controller.datafile.transferserver
Methods in ecmwf.ecpds.master.plugin.http.controller.datafile.transferserver that return types with arguments of type TransferGroupModifier and TypeMethodDescriptionTransferServerActionForm.getTransferGroupOptions()
Gets the transfer group options. -
Uses of TransferGroup in ecmwf.ecpds.master.plugin.http.controller.transfer.destination
Methods in ecmwf.ecpds.master.plugin.http.controller.transfer.destination that return types with arguments of type TransferGroupModifier and TypeMethodDescriptionDestinationActionForm.getTransferGroupOptions()
Gets the transfer group options. -
Uses of TransferGroup 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 TransferGroupModifier and TypeMethodDescriptionHostActionForm.getTransferGroupOptions()
Gets the transfer group options. -
Uses of TransferGroup in ecmwf.ecpds.master.plugin.http.dao.datafile
Classes in ecmwf.ecpds.master.plugin.http.dao.datafile that implement TransferGroupMethods in ecmwf.ecpds.master.plugin.http.dao.datafile that return TransferGroupModifier and TypeMethodDescriptionTransferGroupDAOHandler.create()
Creates the.TransferGroupDAOHandler.findByPrimaryKey
(String key) Find by primary key.TransferServerBean.getTransferGroup()
Gets the transfer group.Methods in ecmwf.ecpds.master.plugin.http.dao.datafile that return types with arguments of type TransferGroupModifier and TypeMethodDescriptionTransferGroupDAOHandler.find
(ecmwf.web.model.ModelSearch search) Find. -
Uses of TransferGroup in ecmwf.ecpds.master.plugin.http.dao.transfer
Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return TransferGroupModifier and TypeMethodDescriptionDestinationBean.getTransferGroup()
Gets the transfer group.HostBean.getTransferGroup()
Gets the transfer group.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type TransferGroupModifier and TypeMethodDescriptionvoid
DestinationBean.setTransferGroup
(TransferGroup m) Sets the transfer group.void
HostBean.setTransferGroup
(TransferGroup m) Sets the transfer group. -
Uses of TransferGroup in ecmwf.ecpds.master.plugin.http.home.datafile
Methods in ecmwf.ecpds.master.plugin.http.home.datafile that return TransferGroupModifier and TypeMethodDescriptionstatic final TransferGroup
TransferGroupHome.create()
Creates the.static final TransferGroup
TransferGroupHome.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.home.datafile that return types with arguments of type TransferGroupModifier and TypeMethodDescriptionstatic final Collection
<TransferGroup> TransferGroupHome.find
(ecmwf.web.model.ModelSearch search) Find.static final Collection
<TransferGroup> TransferGroupHome.findAll()
Find all.Methods in ecmwf.ecpds.master.plugin.http.home.datafile with parameters of type TransferGroupModifier and TypeMethodDescriptionstatic final Collection
<TransferServer> TransferServerHome.findByTransferGroup
(TransferGroup group) Find by transfer group. -
Uses of TransferGroup in ecmwf.ecpds.master.plugin.http.model.datafile
Methods in ecmwf.ecpds.master.plugin.http.model.datafile that return TransferGroup -
Uses of TransferGroup in ecmwf.ecpds.master.plugin.http.model.transfer
Methods in ecmwf.ecpds.master.plugin.http.model.transfer that return TransferGroupModifier and TypeMethodDescriptionDestination.getTransferGroup()
Gets the transfer group.Host.getTransferGroup()
Gets the transfer group.Methods in ecmwf.ecpds.master.plugin.http.model.transfer with parameters of type TransferGroupModifier and TypeMethodDescriptionvoid
Destination.setTransferGroup
(TransferGroup m) Sets the transfer group.void
Host.setTransferGroup
(TransferGroup m) Sets the transfer group.