Class EventFeedbackService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.feedback.FeedbackService
org.deltava.service.feedback.EventFeedbackService
A Web Service to receive Online Event user feedback.
- Since:
- 11.6
- Version:
- 11.6
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FeedbackService
isLogged, isSecure, renderScoreModifier and TypeMethodDescriptionbooleanisLogged()Returns whether this web service calls are logged.booleanisSecure()Returns whether this web service requires authentication.protected static org.json.JSONObjectrenderScore(FeedbackBean fb, boolean includeComments) Renders a Feedback score and comments into a JSON object.Methods inherited from class WebService
error, error, errorModifier and TypeMethodDescriptionprotected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.
-
Constructor Details
-
EventFeedbackService
public EventFeedbackService()
-
-
Method Details
-
execute
Description copied from class:WebServiceExecutes the Web Service.- Specified by:
executein classWebService- Parameters:
ctx- the Web Service context- Returns:
- the HTTP status code
- Throws:
ServiceException- if an error occurs
-