SAP ABAP Class CL_CRM_IC_ACTIVE_ALERTS (To maintain the list of triggered alerts)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-IC-ALT (Application Component) Alert
     CRM_IC_APPL_ALERTS (Package) CRM Interaction Center: Alerts
Properties
Class CL_CRM_IC_ACTIVE_ALERTS  
Short Description To maintain the list of triggered alerts    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_IC_APPL_ALERTS   CRM Interaction Center: Alerts 
Created 20060113   SAP 
Last change 20081007   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CRM_IC_ACTIVE_ALERTS has no interface implemented.
Friends
Class CL_CRM_IC_ACTIVE_ALERTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CUSTOM Constant Public Type reference (TYPE) CRMT_IC_ALERT_SRC 'CUSTOM' Source of alert message 20060116
2 GC_EXTERN Constant Public Type reference (TYPE) CRMT_IC_ALERT_SRC 'EXTERN' Source of alert message 20060116
3 GC_RULE Constant Public Type reference (TYPE) CRMT_IC_ALERT_SRC 'RULE' Source of alert message 20060116
4 GT_ACTIVE_ALERT Instance attribute Private Type reference (TYPE) CRMT_IC_TRIGGERED_ALERT_T Table of triggered alerts and events that caused it 20060113
5 GV_SELF Static Attribute Private Object reference (TYPE REF TO) CL_CRM_IC_ACTIVE_ALERTS To maintain the list of triggered alerts 20060113
6 GV_SEQ Instance attribute Private Type reference (TYPE) INT4 1 Natural number 20060116
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add to the list of active alerts 20060113
2 DELETE Instance method Public Method Delete the alert from the table 20060203
3 GET_INSTANCE Static method Public Method Return the instance of this class 20060113
4 IS_TRIGGERED Instance method Public Method Check if the alert is already triggered 20060113
5 RESET Instance method Public Method Initialize the alert-event table 20060113
Events
Class CL_CRM_IC_ACTIVE_ALERTS has no event.
Types
Class CL_CRM_IC_ACTIVE_ALERTS has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALERT_ID Call by reference Type reference (TYPE) CRM_IC_ALERT_ID Alert ID 20060113
2 Importing IV_EVENT_NAME Call by reference Type reference (TYPE) CRM_IC_EVENT Table for events 20060113
3 Importing IV_SOURCE Call by reference Type reference (TYPE) CRMT_IC_ALERT_SRC Source of alert message 20060116
4 Importing IV_TEXT Call by reference Type reference (TYPE) STRING alert text 20060116

Method ADD on class CL_CRM_IC_ACTIVE_ALERTS has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALERT_ID Call by reference Type reference (TYPE) CRM_IC_ALERT_ID Alert ID 20060203
2 Importing IV_EVENT_NAME Call by reference Type reference (TYPE) CRM_IC_EVENT Event in the Interaction Center WebClient 20060203

Method DELETE on class CL_CRM_IC_ACTIVE_ALERTS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) CL_CRM_IC_ACTIVE_ALERTS To maintain the list of triggered alerts 20060113

Method GET_INSTANCE on class CL_CRM_IC_ACTIVE_ALERTS has no exception.

Method IS_TRIGGERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALERT_ID Call by reference Type reference (TYPE) CRM_IC_ALERT_ID Alert ID 20060113
2 Importing IV_EVENT_NAME Call by reference Type reference (TYPE) CRM_IC_EVENT Event in the Interaction Center WebClient 20060113
3 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20060113

Method IS_TRIGGERED on class CL_CRM_IC_ACTIVE_ALERTS has no exception.

Method RESET Signature

Method RESET on class CL_CRM_IC_ACTIVE_ALERTS has no parameter.
Method RESET on class CL_CRM_IC_ACTIVE_ALERTS has no exception.
History
Last changed by/on SAP  20081007 
SAP Release Created in