public class AlertScript
extends com.accela.aa.emse.dom.service.BaseAAScript
implements com.accela.aa.emse.dom.service.AlertScriptService
Accela Automation
File: AlertScript.java
Accela, Inc.
Copyright (C): 2013-2014
Description:
TODO
Notes:
$Id: AlertScript.java 72642 2009-01-01 20:01:57Z ..\Levi.Lu $
Revision History
<Date>, <Who>, <What>
Aug 5, 2013 Levi.Lu Initial.
| Modifier and Type | Field and Description |
|---|---|
static long |
ALERT_MESSAGE_ID |
| Constructor and Description |
|---|
AlertScript(java.lang.String serviceProviderCode,
java.lang.String auditID) |
| Modifier and Type | Method and Description |
|---|---|
ScriptResult |
createAlertMessage(java.lang.String subject,
java.lang.String content,
java.lang.String userID)
Create a new alert message to relative user.
|
public static final long ALERT_MESSAGE_ID
public AlertScript(java.lang.String serviceProviderCode,
java.lang.String auditID)
throws com.accela.aa.exception.AAException
com.accela.aa.exception.AAExceptionpublic ScriptResult createAlertMessage(java.lang.String subject, java.lang.String content, java.lang.String userID)
com.accela.aa.emse.dom.service.AlertScriptServicecreateAlertMessage in interface com.accela.aa.emse.dom.service.AlertScriptService