Class RatesHome
java.lang.Object
ecmwf.web.home.ModelHomeBase
ecmwf.ecpds.master.plugin.http.home.datafile.RatesHome
public class RatesHome
extends ecmwf.web.home.ModelHomeBase
The Class RatesHome.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Ratescreate()Creates the.static final Collection<Rates> find(ecmwf.web.model.ModelSearch search) Find.static final Collection<Rates> findByDates(Date fromDate, Date toDate, boolean perTransferServer, String caller, String sourceHost) Find by dates.static final Collection<Rates> findByDates(Date fromDate, Date toDate, String transferServerName, String caller, String sourceHost) Find by dates.static final RatesfindByPrimaryKey(String key) Find by primary key.Methods inherited from class ecmwf.web.home.ModelHomeBase
getDefaultSearch, getDefaultSearch
-
Constructor Details
-
RatesHome
public RatesHome()
-
-
Method Details
-
create
Creates the.- Returns:
- the rates
- Throws:
DataFileException- the data file exception
-
findByPrimaryKey
Find by primary key.- Parameters:
key- the key- Returns:
- the rates
- Throws:
DataFileException- the data file exception
-
findByDates
public static final Collection<Rates> findByDates(Date fromDate, Date toDate, boolean perTransferServer, String caller, String sourceHost) throws DataFileException Find by dates.- Parameters:
fromDate- the from datetoDate- the to dateperTransferServer- the per transfer servercaller- the callersourceHost- the source host- Returns:
- the collection
- Throws:
DataFileException- the data file exception
-
findByDates
public static final Collection<Rates> findByDates(Date fromDate, Date toDate, String transferServerName, String caller, String sourceHost) throws DataFileException Find by dates.- Parameters:
fromDate- the from datetoDate- the to datetransferServerName- the transfer server namecaller- the callersourceHost- the source host- Returns:
- the collection
- Throws:
DataFileException- the data file exception
-
find
public static final Collection<Rates> find(ecmwf.web.model.ModelSearch search) throws DataFileException Find.- Parameters:
search- the search- Returns:
- the collection
- Throws:
DataFileException- the data file exception
-