public interface FeedbackRepository
| Modifier and Type | Method and Description |
|---|---|
Collection<AlarmFeedback> |
getFeedback(String situationKey) |
void |
persist(Collection<AlarmFeedback> feedback) |
void persist(Collection<AlarmFeedback> feedback) throws FeedbackException
FeedbackExceptionCollection<AlarmFeedback> getFeedback(String situationKey) throws FeedbackException
FeedbackExceptionCopyright © 2019. All rights reserved.