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 void
createNewRequest()
Create new support requeststatic void
emailSupport(boolean errorOnly)
EMail Supportstatic IFeedbackService
getFeedbackService()
static javax.activation.DataSource
getLogAttachment(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
-
-