Uses of Class
ecmwf.common.database.Feedback
Packages that use Feedback
-
Uses of Feedback in ecmwf.common.database
Methods in ecmwf.common.database that return types with arguments of type FeedbackModifier and TypeMethodDescriptionECpdsBase.getFeedbackList()Gets all feedback entries, most recent first.Methods in ecmwf.common.database with parameters of type FeedbackModifier and TypeMethodDescriptionvoidECpdsBase.markFeedbackReviewed(Feedback feedback) Marks a feedback entry as reviewed.voidECpdsBase.removeFeedback(Feedback feedback) Deletes a feedback entry by id.booleanECpdsBase.tryInsertFeedback(Feedback feedback) Inserts a feedback entry. -
Uses of Feedback in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return types with arguments of type FeedbackModifier and TypeMethodDescriptionDataBaseInterface.getFeedbackList()Gets all feedback entries, most recent first.Methods in ecmwf.ecpds.master with parameters of type FeedbackModifier and TypeMethodDescriptionvoidDataBaseInterface.markFeedbackReviewed(Feedback feedback) Marks a feedback entry as reviewed.voidDataBaseInterface.removeFeedback(Feedback feedback) Deletes a feedback entry.booleanDataBaseInterface.tryInsertFeedback(Feedback feedback) Inserts a feedback entry.