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 classDefaultFeedbackService.CreateNewRequestActionprotected static classDefaultFeedbackService.EmailSupportAction
-
Constructor Summary
Constructors Constructor Description DefaultFeedbackService()default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateNewRequest()Create new support requestvoidemailSupport(boolean errorOnly)Email to support
-
-
-
Method Detail
-
emailSupport
public void emailSupport(boolean errorOnly)
Description copied from interface:IFeedbackServiceEmail to support- Specified by:
emailSupportin interfaceIFeedbackService
-
createNewRequest
public void createNewRequest()
Description copied from interface:IFeedbackServiceCreate new support request- Specified by:
createNewRequestin interfaceIFeedbackService
-
-