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
FeedbackException
Collection<AlarmFeedback> getFeedback(String situationKey) throws FeedbackException
FeedbackException
Copyright © 2019. All rights reserved.