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 Details

    • RatesHome

      public RatesHome()
  • Method Details

    • create

      public static final Rates create() throws DataFileException
      Creates the.
      Returns:
      the rates
      Throws:
      DataFileException - the data file exception
    • findByPrimaryKey

      public static final Rates findByPrimaryKey(String key) throws DataFileException
      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 date
      toDate - the to date
      perTransferServer - the per transfer server
      caller - the caller
      sourceHost - 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 date
      toDate - the to date
      transferServerName - the transfer server name
      caller - the caller
      sourceHost - 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