public class FeedbackController
extends java.lang.Object
implements java.lang.AutoCloseable
| Constructor and Description | 
|---|
| FeedbackController() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| java.util.List<DTO> | listAllFeedback() | 
| DTO | processFeedback(java.security.Principal principal,
               NewFeedbackRequest request) | 
public DTO processFeedback(java.security.Principal principal, NewFeedbackRequest request)
public void close()
           throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic java.util.List<DTO> listAllFeedback()