Package org.adempiere.webui.util
Class FeedbackManager
- java.lang.Object
-
- org.adempiere.webui.util.FeedbackManager
-
public class FeedbackManager extends Object
- Author:
- hengsin
-
-
Constructor Summary
Constructors Constructor Description FeedbackManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreateNewRequest()Create new support requeststatic voidemailSupport(boolean errorOnly)EMail Supportstatic IFeedbackServicegetFeedbackService()static javax.activation.DataSourcegetLogAttachment(boolean errorOnly)
-
-
-
Method Detail
-
getLogAttachment
public static javax.activation.DataSource getLogAttachment(boolean errorOnly)
- Parameters:
errorOnly-- Returns:
- attachment datasource
-
emailSupport
public static void emailSupport(boolean errorOnly)
EMail Support
-
getFeedbackService
public static IFeedbackService getFeedbackService()
- Returns:
IFeedbackService
-
createNewRequest
public static void createNewRequest()
Create new support request
-
-