|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AlertersDictionary
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
The AlertersDictionary interface manages allAlerter objects contained in
each Web Intelligence document.
DocumentInstance.getStructure(),
ReportStructure.getAlerters(),
Alerter| Method Summary | |
|---|---|
Alerter |
copyAlerter(Alerter alerter)
Copies the alerter. |
Alerter |
getAlerter(int index)
Returns the Alerter at a given index. |
Alerter |
getAlerterByID(java.lang.String id)
Returns the Alerter using its known identifier. |
int |
getCount()
Returns the number of Alerter objects contained in a document. |
void |
moveAlerter(int fromIndex,
int toIndex)
Deprecated. |
void |
removeAlerter(Alerter alerter)
Removes the individual Alerter passed as a parameter from the list of
Alerter associated to a document. |
void |
removeAlerterByID(java.lang.String id)
Removes the Alerter indicated by its known
identifier from the document. |
void |
removeAllAlerters()
Removes all Alerter objects from a document. |
| Method Detail |
|---|
int getCount()
Alerter objects contained in a document.
Alerter objects.Alerter getAlerter(int index)
Alerter at a given index.
index - the position of Alerter to be returned.
Alerter at a given index.
IndexOutOfBoundsException - if index is out of range.Alerter getAlerterByID(java.lang.String id)
Alerter using its known identifier.
Note: If the id passed is invalid, null is returned.
id - the identifier for a specific Alerter.
Alerter.void removeAlerter(Alerter alerter)
Alerter passed as a parameter from the list of
Alerter associated to a document.
alerter - the Alerter to be removed.void removeAlerterByID(java.lang.String id)
Alerter indicated by its known
identifier from the document.
id - the Alerter's identifier.void removeAllAlerters()
Alerter objects from a document.
@Deprecated
void moveAlerter(int fromIndex,
int toIndex)
Alerter in the list of Alerter
objects associated to a document.
Note: The index of Alerter objects in a document starts at 0.
fromIndex - the initial index of the alerter to be moved.toIndex - the index to which the Alerter will be moved
java.lang.IndexOutOfBoundsException - if fromIndex or toIndex
is out of range
(fromIndex(toIndex) < 0 || fromIndex(toIndex) >= getCount())Alerter copyAlerter(Alerter alerter)
alerter - the alerter to be duplicated.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||