Class TransferServerHome
java.lang.Object
ecmwf.web.home.ModelHomeBase
ecmwf.ecpds.master.plugin.http.home.datafile.TransferServerHome
public class TransferServerHome
extends ecmwf.web.home.ModelHomeBase
The Class TransferServerHome.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final TransferServer
create()
Creates the.static final Collection
<TransferServer> find
(ecmwf.web.model.ModelSearch search) Find.static final Collection
<TransferServer> findAll()
Find all.static final TransferServer
findByDataTransfer
(DataTransfer transfer) Find by data transfer.static final TransferServer
findByPrimaryKey
(String key) Find by primary key.static final Collection
<TransferServer> findByTransferGroup
(TransferGroup group) Find by transfer group.Methods inherited from class ecmwf.web.home.ModelHomeBase
getDefaultSearch, getDefaultSearch
-
Constructor Details
-
TransferServerHome
public TransferServerHome()
-
-
Method Details
-
create
Creates the.- Returns:
- the transfer server
- Throws:
DataFileException
- the data file exception
-
findByPrimaryKey
Find by primary key.- Parameters:
key
- the key- Returns:
- the transfer server
- Throws:
DataFileException
- the data file exception
-
findAll
Find all.- Returns:
- the collection
- Throws:
DataFileException
- the data file exception
-
findByDataTransfer
public static final TransferServer findByDataTransfer(DataTransfer transfer) throws DataFileException Find by data transfer.- Parameters:
transfer
- the transfer- Returns:
- the transfer server
- Throws:
DataFileException
- the data file exception
-
findByTransferGroup
public static final Collection<TransferServer> findByTransferGroup(TransferGroup group) throws DataFileException Find by transfer group.- Parameters:
group
- the group- Returns:
- the collection
- Throws:
DataFileException
- the data file exception
-
find
public static final Collection<TransferServer> find(ecmwf.web.model.ModelSearch search) throws DataFileException Find.- Parameters:
search
- the search- Returns:
- the collection
- Throws:
DataFileException
- the data file exception
-