Uses of Class
ecmwf.common.database.DataBaseCursor
Packages that use DataBaseCursor
Package
Description
-
Uses of DataBaseCursor in ecmwf.common.database
Methods in ecmwf.common.database with parameters of type DataBaseCursorModifier and TypeMethodDescriptionECpdsBase.getDataFilesByMetaData
(String name, String value, Date from, Date to, DataBaseCursor cursor) Gets the data files by meta data.ECpdsBase.getDataTransfersByFilter
(ECpdsBase.DataTransferCache cache, String destination, String target, String stream, String time, String status, String privilegedUser, Date scheduledBefore, String fileName, Date from, Date to, DataBaseCursor cursor) Gets the sorted data transfers by filter.ECpdsBase.getECuserEvents
(String userName, Date onIsoDate, String search, DataBaseCursor cursor) Gets the ecuser events.ECpdsBase.getFilteredHosts
(String label, String filter, String network, String type, String search, DataBaseCursor cursor) Gets the hosts with the provided criteria.ECpdsBase.getIncomingHistory
(String incomingUserName, Date onIsoDate, String search, DataBaseCursor cursor) Gets the incoming history list.ECpdsBase.getSortedDataTransfersByStatusCodeAndDate
(ECpdsBase.DataTransferCache cache, String status, Date from, Date to, String fileName, String type, DataBaseCursor cursor) Gets the sorted data transfers by status code and date.ECpdsBase.getSortedTransferHistory
(long dataTransferId, boolean afterScheduleTime, DataBaseCursor cursor) Gets the sorted transfer history.ECpdsBase.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 DataBaseCursor in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master with parameters of type DataBaseCursorModifier and TypeMethodDescriptionDataBaseInterface.getDataFilesByMetaData
(String name, String value, Date from, Date to, DataBaseCursor cursor) Gets the data files by meta data.DataBaseInterface.getDataTransfersByFilter
(String destination, String target, String stream, String time, String status, String privilegedUser, Date scheduledBefore, String fileName, Date from, Date to, DataBaseCursor cursor) Gets the data transfers by filter.DataBaseInterface.getDataTransfersByStatusCodeAndDate
(String status, Date from, Date to, String search, String type, DataBaseCursor cursor) Gets the data transfers by status code and date.DataBaseInterface.getECuserEvents
(String userName, Date onIsoDate, String search, DataBaseCursor cursor) Gets the ecuser events.DataBaseInterface.getFilteredHosts
(String label, String filter, String network, String type, String search, DataBaseCursor cursor) Gets the hosts.DataBaseInterface.getIncomingHistory
(String incomingUserId, Date onIsoDate, String search, DataBaseCursor cursor) Gets the incoming history list.DataBaseInterface.getTransferHistoryByDataTransferId
(long dataTransferId, boolean afterScheduleTime, DataBaseCursor cursor) Gets the transfer history.DataBaseInterface.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 DataBaseCursor in ecmwf.ecpds.master.plugin.http.controller.transfer.destination
Methods in ecmwf.ecpds.master.plugin.http.controller.transfer.destination with parameters of type DataBaseCursorModifier and TypeMethodDescriptionDetailActionDestinationCache.getDataTransfers
(boolean hasAccess, DataBaseCursor cursor) Gets the data transfers.DetailActionForm.getDataTransfers
(boolean hasAccess, DataBaseCursor cursor) Gets the data transfers. -
Uses of DataBaseCursor in ecmwf.ecpds.master.plugin.http.dao
Methods in ecmwf.ecpds.master.plugin.http.dao that return DataBaseCursorModifier and TypeMethodDescriptionstatic DataBaseCursor
Util.getDataBaseCursor
(String displayId, int recordsPerPage, int defaultSort, boolean descending, javax.servlet.http.HttpServletRequest request) Gets the data base cursor. -
Uses of DataBaseCursor in ecmwf.ecpds.master.plugin.http.home.datafile
Methods in ecmwf.ecpds.master.plugin.http.home.datafile with parameters of type DataBaseCursorModifier and TypeMethodDescriptionstatic final Collection
<DataFile> DataFileHome.findByMetaDataAndDate
(String name, String value, Date date, DataBaseCursor cursor) Find by meta data and date. -
Uses of DataBaseCursor in ecmwf.ecpds.master.plugin.http.home.datafile.searches
Methods in ecmwf.ecpds.master.plugin.http.home.datafile.searches that return DataBaseCursorModifier and TypeMethodDescriptionDataFilesByMetaDataAndDate.getDataBaseCursor()
Gets the data base cursor.Constructors in ecmwf.ecpds.master.plugin.http.home.datafile.searches with parameters of type DataBaseCursorModifierConstructorDescriptionDataFilesByMetaDataAndDate
(String name, String value, Date date, DataBaseCursor cursor) Instantiates a new data files by meta data and date. -
Uses of DataBaseCursor in ecmwf.ecpds.master.plugin.http.home.transfer
Methods in ecmwf.ecpds.master.plugin.http.home.transfer with parameters of type DataBaseCursorModifier and TypeMethodDescriptionstatic final Collection
<Host> HostHome.findByCriteria
(String label, String filter, String network, String type, String search, DataBaseCursor cursor) Find by criteria.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.static final Collection
<DataTransferLightBean> DataTransferHome.findByFilter
(String destinationName, String disseminationStream, String dataStream, String dataTime, String status, boolean hasAccess, String fileName, Date date, DataBaseCursor cursor) Find by filter.static final Collection
<DataTransfer> DataTransferHome.findByStatusIdAndDate
(String id, Date d, String search, String type, DataBaseCursor cursor) Find by status id and date. -
Uses of DataBaseCursor in ecmwf.ecpds.master.plugin.http.home.transfer.searches
Methods in ecmwf.ecpds.master.plugin.http.home.transfer.searches that return DataBaseCursorModifier and TypeMethodDescriptionDataTransfersByFilter.getDataBaseCursor()
Gets the data base cursor.DataTransfersByStatusCode.getDataBaseCursor()
Gets the data base cursor.HostsSearch.getDataBaseCursor()
Gets the data base cursor.TransferHistoryByDataTransfer.getDataBaseCursor()
Gets the data base cursor.TransferHistoryByDestinationAndDate.getDataBaseCursor()
Gets the data base cursor.Constructors in ecmwf.ecpds.master.plugin.http.home.transfer.searches with parameters of type DataBaseCursorModifierConstructorDescriptionDataTransfersByFilter
(String dest, String disseminationStream, String dataStream, String dataTime, String status, Date scheduledBefore, String fileNameSearch, Date date, DataBaseCursor cursor) Instantiates a new data transfers by filter.DataTransfersByStatusCode
(String s, Date d, String search, String type, DataBaseCursor cursor) Instantiates a new data transfers by status code.HostsSearch
(String label, String filter, String network, String type, String search, DataBaseCursor cursor) Instantiates a new hosts search.TransferHistoryByDataTransfer
(DataTransfer dt, boolean afterScheduleTime, DataBaseCursor cursor) Instantiates a new transfer history by data transfer.TransferHistoryByDestinationAndDate
(ecmwf.web.model.users.User user, String destination, Date date, int mode, DataBaseCursor cursor) Instantiates a new transfer history by destination and date.