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 EcTransModulecreate()Creates the.static final Collection<EcTransModule> find(ecmwf.web.model.ModelSearch search) Find.static final Collection<EcTransModule> findAll()Find all.static final EcTransModulefindByPrimaryKey(String key) Find by primary key.Methods inherited from class ecmwf.web.home.ModelHomeBase
getDefaultSearch, getDefaultSearch
-
Constructor Details
-
EcTransModuleHome
public EcTransModuleHome()
-
-
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
-