Uses of Interface
ecmwf.ecpds.master.plugin.http.model.transfer.TransferHistory
Packages that use TransferHistory
Package
Description
-
Uses of TransferHistory in ecmwf.ecpds.master.plugin.http.dao.transfer
Classes in ecmwf.ecpds.master.plugin.http.dao.transfer that implement TransferHistoryMethods in ecmwf.ecpds.master.plugin.http.dao.transfer that return TransferHistoryModifier and TypeMethodDescriptionTransferHistoryDAOHandler.create()
Creates the.TransferHistoryDAOHandler.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return types with arguments of type TransferHistoryModifier and TypeMethodDescriptionTransferHistoryDAOHandler.find
(ecmwf.web.model.ModelSearch search) Find.DataTransferBaseBean.getTransferHistory()
Gets the transfer history.DataTransferBaseBean.getTransferHistoryAfterScheduledTime()
Gets the transfer history after scheduled time. -
Uses of TransferHistory in ecmwf.ecpds.master.plugin.http.home.transfer
Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return TransferHistoryModifier and TypeMethodDescriptionstatic final TransferHistory
TransferHistoryHome.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return types with arguments of type TransferHistoryModifier and TypeMethodDescriptionstatic final Collection
<TransferHistory> TransferHistoryHome.find
(ecmwf.web.model.ModelSearch search) Find.static final Collection
<TransferHistory> TransferHistoryHome.findByDataTransfer
(DataTransfer data) Find by data transfer.static final Collection
<TransferHistory> TransferHistoryHome.findByDataTransfer
(DataTransfer data, boolean afterScheduleTime, DataBaseCursor cursor) Find by data transfer.static final Collection
<TransferHistory> TransferHistoryHome.findByDestinationNameAndHistoryDate
(ecmwf.web.model.users.User user, String dest, Date date, DataBaseCursor cursor) Find by destination name and history date.static final Collection
<TransferHistory> TransferHistoryHome.findByDestinationNameAndProductDate
(ecmwf.web.model.users.User user, String dest, Date date, DataBaseCursor cursor) Find by destination name and product date. -
Uses of TransferHistory in ecmwf.ecpds.master.plugin.http.model.transfer
Methods in ecmwf.ecpds.master.plugin.http.model.transfer that return types with arguments of type TransferHistoryModifier and TypeMethodDescriptionDataTransfer.getTransferHistory()
Gets the transfer history.DataTransfer.getTransferHistoryAfterScheduledTime()
Gets the transfer history after scheduled time.