Package org.adempiere.webui.factory
Class DefaultFeedbackService
java.lang.Object
org.adempiere.webui.factory.DefaultFeedbackService
- All Implemented Interfaces:
IFeedbackService
Default implementation of
IFeedbackService
- Author:
- hengsin
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
Action class to create new feedback requestprotected static class
Action class to send feedback email to support -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Create new support requestvoid
emailSupport
(boolean errorOnly) Email to support
-
Constructor Details
-
DefaultFeedbackService
public DefaultFeedbackService()default constructor
-
-
Method Details
-
emailSupport
public void emailSupport(boolean errorOnly) Description copied from interface:IFeedbackService
Email to support- Specified by:
emailSupport
in interfaceIFeedbackService
-
createNewRequest
public void createNewRequest()Description copied from interface:IFeedbackService
Create new support request- Specified by:
createNewRequest
in interfaceIFeedbackService
-