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
Nested ClassesModifier and TypeClassDescriptionprotected static classAction class to create new feedback requestprotected static classAction class to send feedback email to support - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidCreate new support requestvoidemailSupport(boolean errorOnly) Email to support 
- 
Constructor Details
- 
DefaultFeedbackService
public DefaultFeedbackService()default constructor 
 - 
 - 
Method Details
- 
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
 
 -