Uses of Class
ecmwf.common.database.TransferHistory
Packages that use TransferHistory
Package
Description
-
Uses of TransferHistory in ecmwf.common.database
Methods in ecmwf.common.database that return TransferHistoryModifier and TypeMethodDescriptionECpdsBase.getSortedTransferHistory
(long dataTransferId, boolean afterScheduleTime, DataBaseCursor cursor) Gets the sorted transfer history.DataGet.getTransferHistory
(long id) Gets the transfer history.DataGet.getTransferHistory
(String id) Gets the transfer history.ECpdsBase.getTransferHistoryByDataTransferId
(long dataTransferId) Gets the transfer history.DataGet.getTransferHistoryObject
(long id) Gets the transfer history object.Methods in ecmwf.common.database that return types with arguments of type TransferHistoryModifier and TypeMethodDescriptionECpdsBase.getSortedTransferHistoryByDestinationOnHistoryDate
(String destinationName, Date fromIsoDate, Date toIsoDate, DataBaseCursor cursor) Gets the sorted transfer history by destination on history date.ECpdsBase.getSortedTransferHistoryByDestinationOnProductDate
(String destinationName, Date fromIsoDate, Date toIsoDate, DataBaseCursor cursor) Gets the sorted transfer history by destination on product date. -
Uses of TransferHistory in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return TransferHistoryModifier and TypeMethodDescriptionDataBaseInterface.getTransferHistory
(long transferHistoryId) Gets the transfer history.DataBaseInterface.getTransferHistoryByDataTransferId
(long dataTransferId) Gets the transfer history.DataBaseInterface.getTransferHistoryByDataTransferId
(long dataTransferId, boolean afterScheduleTime, DataBaseCursor cursor) Gets the transfer history.Methods in ecmwf.ecpds.master that return types with arguments of type TransferHistoryModifier and TypeMethodDescriptionDataBaseInterface.getTransferHistoryByDestinationOnHistoryDate
(String destinationName, Date fromIsoDate, Date toIsoDate, DataBaseCursor cursor) Gets the transfer history by destination on history date.DataBaseInterface.getTransferHistoryByDestinationOnProductDate
(String destinationName, Date fromIsoDate, Date toIsoDate, DataBaseCursor cursor) Gets the transfer history by destination on product date. -
Uses of TransferHistory in ecmwf.ecpds.master.plugin.http.dao.transfer
Constructors in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type TransferHistoryModifierConstructorDescriptionprotected
Instantiates a new transfer history bean.protected
TransferHistoryBean
(ecmwf.web.model.users.User user, TransferHistory i) Instantiates a new transfer history bean.