Package org.dspace.content.service
Interface FeedbackService
- All Known Implementing Classes:
FeedbackServiceImpl
public interface FeedbackService
Service interface class for the Feedback object.
- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)
-
Method Summary
-
Method Details
-
sendEmail
void sendEmail(Context context, jakarta.servlet.http.HttpServletRequest request, String recipientEmail, String senderEmail, String message, String page) throws IOException, jakarta.mail.MessagingException This method sends the feedback email to the recipient passed as parameter- Parameters:
context- current DSpace application contextrequest- current servlet requestrecipientEmail- recipient to which mail is sentsenderEmail- email address of the sendermessage- message bodypage- page from which user accessed and filled feedback form- Throws:
IOExceptionjakarta.mail.MessagingException
-