SAP ABAP Class CL_AXT_GEN_MESSAGE_PUBLISHER (Generation framework message publisher)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_GENERATION_FRAMEWORK (Package) Extensibility Generation Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_MESSAGE_PUBLISHER | Service class for publishing messages | 20080514 |
Properties
| Class | CL_AXT_GEN_MESSAGE_PUBLISHER | |
| Short Description | Generation framework message publisher | |
| Super Class | CL_AXT_MESSAGE_PUBLISHER | Service class for publishing messages |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_GENERATION_FRAMEWORK | Extensibility Generation Framework |
| Created | 20080514 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AXT_GEN_MESSAGE_PUBLISHER has no forward declaration.
Interfaces
Class CL_AXT_GEN_MESSAGE_PUBLISHER has no interface implemented.
Friends
Class CL_AXT_GEN_MESSAGE_PUBLISHER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_AXT_GEN_MESSAGE_PUBLISHER | Generation framework message publisher | 20080514 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080514 | |
| 2 | Instance method | Public | Method | Frees a listener from generation publisher's events | 20080514 | |
| 3 | Static method | Public | Method | Returns an generation publisher instance | 20080514 | |
| 4 | Instance method | Public | Method | Raise event IF_AXT_MESSAGE_PUBLISHER~ CURRENT_OBJECT | 20080514 | |
| 5 | Instance method | Public | Method | Raise event IF_AXT_MESSAGE_PUBLISHER~ OBJECT_GENERATED | 20090630 | |
| 6 | Instance method | Public | Method | Raise event IF_AXT_MESSAGE_PUBLISHER~ OBJECTS_ACTIVATED | 20080813 | |
| 7 | Instance method | Public | Method | Raise event IF_AXT_MESSAGE_PUBLISHER~ OBJECT_ERROR | 20080514 | |
| 8 | Instance method | Public | Method | Raise event IF_AXT_MESSAGE_PUBLISHER~ OBJECT_GENERATED | 20080514 | |
| 9 | Instance method | Public | Method | Raise event IF_AXT_MESSAGE_PUBLISHER~ OBJECT_GENERATED | 20090630 | |
| 10 | Instance method | Public | Method | Registers a listener to generation publisher's events | 20080514 |
Events
Class CL_AXT_GEN_MESSAGE_PUBLISHER has no event.
Types
Class CL_AXT_GEN_MESSAGE_PUBLISHER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_AXT_GEN_MESSAGE_PUBLISHER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_GEN_MESSAGE_PUBLISHER has no exception.
Method FREE_GEN_LISTENER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LISTENER | Call by reference | Object reference (TYPE REF TO) | IF_AXT_GEN_MESSAGE_LISTENER | Interface for event handling methods | 20080514 |
Method FREE_GEN_LISTENER on class CL_AXT_GEN_MESSAGE_PUBLISHER has no exception.
Method GET_GEN_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_AXT_GEN_MESSAGE_PUBLISHER | Generation framework message publisher | 20080514 |
Method GET_GEN_INSTANCE on class CL_AXT_GEN_MESSAGE_PUBLISHER has no exception.
Method RAISE_CURRENT_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | Object Id | 20090630 |
Method RAISE_CURRENT_OBJECT on class CL_AXT_GEN_MESSAGE_PUBLISHER has no exception.
Method RAISE_NO_CUSTOMIZING Signature
Method RAISE_NO_CUSTOMIZING on class CL_AXT_GEN_MESSAGE_PUBLISHER has no parameter.
Method RAISE_NO_CUSTOMIZING on class CL_AXT_GEN_MESSAGE_PUBLISHER has no exception.
Method RAISE_OBJECTS_ACTIVATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DEPENDENT_OBJECTS | Call by reference | Type reference (TYPE) | SCTS_TADIR | Object Directory | 20080813 | |||
| 2 | IT_OBJECTS | Call by reference | Type reference (TYPE) | AXTT_CATALOGUE_ELEMENT | Catalogue elements | 20080813 |
Method RAISE_OBJECTS_ACTIVATED on class CL_AXT_GEN_MESSAGE_PUBLISHER has no exception.
Method RAISE_OBJECT_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT | Call by reference | Type reference (TYPE) | AXT_GUID | Object ID | 20080514 |
Method RAISE_OBJECT_ERROR on class CL_AXT_GEN_MESSAGE_PUBLISHER has no exception.
Method RAISE_OBJECT_GENERATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT | Call by reference | Type reference (TYPE) | AXT_GUID | Object ID | 20080514 |
Method RAISE_OBJECT_GENERATED on class CL_AXT_GEN_MESSAGE_PUBLISHER has no exception.
Method RAISE_WARNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MSG | Call by reference | Type reference (TYPE) | AXTT_MSG | Messages table | 20090630 |
Method RAISE_WARNING on class CL_AXT_GEN_MESSAGE_PUBLISHER has no exception.
Method REGISTER_GEN_LISTENER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LISTENER | Call by reference | Object reference (TYPE REF TO) | IF_AXT_GEN_MESSAGE_LISTENER | Interface for event handling methods | 20080514 |
Method REGISTER_GEN_LISTENER on class CL_AXT_GEN_MESSAGE_PUBLISHER has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 700 |