Class StatusHome
java.lang.Object
ecmwf.web.home.ModelHomeBase
ecmwf.ecpds.master.plugin.http.home.transfer.StatusHome
public class StatusHome
extends ecmwf.web.home.ModelHomeBase
The Class StatusHome.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Collection<Status> find(ecmwf.web.model.ModelSearch search) Find.static final Collection<Status> findAll()Find all.static final StatusfindByPrimaryKey(String key) Find by primary key.static final ecmwf.web.model.ModelSearchgetDefaultSearch(String query) Gets the default search.Methods inherited from class ecmwf.web.home.ModelHomeBase
getDefaultSearch
-
Constructor Details
-
StatusHome
public StatusHome()
-
-
Method Details
-
findByPrimaryKey
Find by primary key.- Parameters:
key- the key- Returns:
- the status
- Throws:
TransferException- the transfer exception
-
findAll
Find all.- Returns:
- the collection
- Throws:
TransferException- the transfer exception
-
find
public static final Collection<Status> find(ecmwf.web.model.ModelSearch search) throws TransferException Find.- Parameters:
search- the search- Returns:
- the collection
- Throws:
TransferException- the transfer exception
-
getDefaultSearch
Gets the default search.
-