Package org.adempiere.webui.factory
Class DefaultFeedbackService
- java.lang.Object
-
- org.adempiere.webui.factory.DefaultFeedbackService
-
- All Implemented Interfaces:
IFeedbackService
public class DefaultFeedbackService extends Object implements IFeedbackService
- Author:
- hengsin
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
DefaultFeedbackService.CreateNewRequestAction
protected static class
DefaultFeedbackService.EmailSupportAction
-
Constructor Summary
Constructors Constructor Description DefaultFeedbackService()
default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createNewRequest()
Create new support requestvoid
emailSupport(boolean errorOnly)
Email to support
-
-
-
Method Detail
-
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
-
-