Class DestinationMetaDataHome
java.lang.Object
ecmwf.web.home.ModelHomeBase
ecmwf.ecpds.master.plugin.http.home.transfer.DestinationMetaDataHome
public class DestinationMetaDataHome
extends ecmwf.web.home.ModelHomeBase
The Class DestinationMetaDataHome.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Collection<DestinationMetaData> find(ecmwf.web.model.ModelSearch search) Find.static final Collection<DestinationMetaData> Find by destination.static final ecmwf.web.model.ModelSearchGets the default search.Methods inherited from class ecmwf.web.home.ModelHomeBase
getDefaultSearch
-
Constructor Details
-
DestinationMetaDataHome
public DestinationMetaDataHome()
-
-
Method Details
-
findByDestination
public static final Collection<DestinationMetaData> findByDestination(Destination d) throws TransferException Find by destination.- Parameters:
d- the d- Returns:
- the collection
- Throws:
TransferException- the transfer exception
-
find
public static final Collection<DestinationMetaData> 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.- Parameters:
s- the s- Returns:
- the default search
-