Package org.adempiere.webui.util
Class FeedbackManager
java.lang.Object
org.adempiere.webui.util.FeedbackManager
- Author:
- hengsin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Create new support requeststatic void
emailSupport
(boolean errorOnly) EMail Supportstatic IFeedbackService
static javax.activation.DataSource
getLogAttachment
(boolean errorOnly)
-
Constructor Details
-
FeedbackManager
public FeedbackManager()
-
-
Method Details
-
getLogAttachment
public static javax.activation.DataSource getLogAttachment(boolean errorOnly) - Parameters:
errorOnly
-- Returns:
- attachment DataSource
-
emailSupport
public static void emailSupport(boolean errorOnly) EMail Support- Parameters:
errorOnly
-
-
getFeedbackService
- Returns:
IFeedbackService
-
createNewRequest
public static void createNewRequest()Create new support request
-