Interface IAlertManager
- 
- All Superinterfaces:
- com4j.Com4jObject
 - All Known Subinterfaces:
- IAlertManager2
 
 public interface IAlertManager extends com4j.Com4jObjectServices for managing alerts.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectalert(int id)Gets the Alert object for the alert with the specified ID.IListalertList(java.lang.String entityType, boolean needRefresh)The list of user alerts.voidcleanAllAlerts()Removes all current alerts from the database.voiddeleteAlert(java.lang.Object iDs)Removes an alert or alerts related to the current object from the database.
 
- 
- 
- 
Method Detail- 
deleteAlertvoid deleteAlert(java.lang.Object iDs) Removes an alert or alerts related to the current object from the database. - Parameters:
- iDs- Mandatory java.lang.Object parameter.
 
 - 
cleanAllAlertsvoid cleanAllAlerts() Removes all current alerts from the database. 
 - 
alertcom4j.Com4jObject alert(int id) Gets the Alert object for the alert with the specified ID. Getter method for the COM property "Alert" - Parameters:
- id- Mandatory int parameter.
- Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
alertListIList alertList(java.lang.String entityType, @DefaultValue("0") boolean needRefresh) The list of user alerts. Getter method for the COM property "AlertList" - Parameters:
- entityType- Mandatory java.lang.String parameter.
- needRefresh- Optional parameter. Default value is false
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
 
 
- 
 
-