public interface IAlertManager
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
alert(int id)
Gets the Alert object for the alert with the specified ID.
|
IList |
alertList(String entityType,
boolean needRefresh)
The list of user alerts.
|
void |
cleanAllAlerts()
Removes all current alerts from the database.
|
void |
deleteAlert(Object iDs)
Removes an alert or alerts related to the current object from the database.
|
void deleteAlert(Object iDs)
Removes an alert or alerts related to the current object from the database.
iDs
- Mandatory java.lang.Object parameter.void cleanAllAlerts()
Removes all current alerts from the database.
com4j.Com4jObject alert(int id)
Gets the Alert object for the alert with the specified ID.
Getter method for the COM property "Alert"
id
- Mandatory int parameter.IList alertList(String entityType, @DefaultValue(value="0") boolean needRefresh)
The list of user alerts.
Getter method for the COM property "AlertList"
entityType
- Mandatory java.lang.String parameter.needRefresh
- Optional parameter. Default value is falseCopyright © 2020. All rights reserved.