Contents
Class EcTransModuleHome
java.lang.Object
ecmwf.web.home.ModelHomeBase
ecmwf.ecpds.master.plugin.http.home.transfer.EcTransModuleHome
public class EcTransModuleHome
extends ecmwf.web.home.ModelHomeBase
The Class EcTransModuleHome.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final EcTransModule
create()
Creates the.static final Collection
<EcTransModule> find
(ecmwf.web.model.ModelSearch search) Find.static final Collection
<EcTransModule> findAll()
Find all.static final EcTransModule
findByPrimaryKey
(String key) Find by primary key.
-
Constructor Details
-
Method Details
-
create
Creates the.- Returns:
- the ec trans module
- Throws:
TransferException
- the transfer exception
-
findByPrimaryKey
Find by primary key.- Parameters:
key
- the key- Returns:
- the ec trans module
- Throws:
TransferException
- the transfer exception
-
findAll
Find all.- Returns:
- the collection
- Throws:
TransferException
- the transfer exception
-
find
public static final Collection<EcTransModule> find(ecmwf.web.model.ModelSearch search) throws TransferException Find.- Parameters:
search
- the search- Returns:
- the collection
- Throws:
TransferException
- the transfer exception
-