SAP ABAP Class CL_CFX_NTF_EMAIL_QUEUE (Notification Queue for Sending E-Mail)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFX_NOTIFICATION (Package) Manages Notifications
⤷
⤷
Properties
| Class | CL_CFX_NTF_EMAIL_QUEUE | |
| Short Description | Notification Queue for Sending E-Mail | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFX_NOTIFICATION | Manages Notifications |
| Created | 20010829 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CFX_NTF_EMAIL_QUEUE has no interface implemented.
Friends
Class CL_CFX_NTF_EMAIL_QUEUE 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_CFX_NTF_EMAIL_QUEUE | Notification Queue for Sending E-Mail | 20010829 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Entry to Queue | 20010829 | |
| 2 | Instance method | Public | Method | Checks Whether Entry with a Certain Notification ID Exists | 20010904 | |
| 3 | Instance method | Public | Method | Get Due Entries | 20010829 | |
| 4 | Instance method | Public | Method | Get All Queue Entries for a Recipient | 20010829 | |
| 5 | Static method | Public | Method | Get/Generate Single Instance of the Class | 20010829 | |
| 6 | Instance method | Public | Method | Check Whether the Queue is Empty | 20010829 | |
| 7 | Instance method | Public | Method | Delete Entry from Queue | 20010829 | |
| 8 | Instance method | Public | Method | Delete Entry from Queue | 20010829 |
Events
Class CL_CFX_NTF_EMAIL_QUEUE has no event.
Types
Class CL_CFX_NTF_EMAIL_QUEUE has no local type.
Method Signatures
Method ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DUE_TIME | Value transfer | Type reference (TYPE) | CFX_NTF_DUE_TIME | geplanter Sendezeitpunkt einer Notification Email | 20010829 | |||
| 2 | I_NTF_ID | Value transfer | Type reference (TYPE) | CFX_NTF_ID | Collaboration Folder: Id einer Notifikation | 20010829 | |||
| 3 | I_RECIPIENT | Value transfer | Type reference (TYPE) | CFX_RECIPIENT | Empfänger einer Notifikation | 20010829 |
Method ADD on class CL_CFX_NTF_EMAIL_QUEUE has no exception.
Method DOES_ENTRY_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NTF_ID | Value transfer | Type reference (TYPE) | CFX_NTF_ID | Collaboration Folder: Id einer Notifikation | 20010904 | |||
| 2 | R_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | Eintrag existiert | 20010904 |
Method DOES_ENTRY_EXIST on class CL_CFX_NTF_EMAIL_QUEUE has no exception.
Method GET_DUE_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_DUE_ENTRIES | Value transfer | Type reference (TYPE) | CFX_TT_NTF_QUEUE | Liste mit Einträgen der Ntf-Queue | 20010829 |
Method GET_DUE_ENTRIES on class CL_CFX_NTF_EMAIL_QUEUE has no exception.
Method GET_FOR_RECIPIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RECIPIENT | Value transfer | Type reference (TYPE) | CFX_RECIPIENT | Empfänger einer Notifikation | 20010829 | |||
| 2 | RT_QUEUE_ENTRIES | Value transfer | Type reference (TYPE) | CFX_TT_NTF_QUEUE | Liste mit Einträgen der Ntf-Queue | 20010829 |
Method GET_FOR_RECIPIENT on class CL_CFX_NTF_EMAIL_QUEUE has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_NTF_EMAIL_QUEUE | Value transfer | Object reference (TYPE REF TO) | CL_CFX_NTF_EMAIL_QUEUE | Notification Warteschlange für das Versenden von Emails | 20010829 |
Method GET_INSTANCE on class CL_CFX_NTF_EMAIL_QUEUE has no exception.
Method IS_EMPTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_EMPTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20010829 |
Method IS_EMPTY on class CL_CFX_NTF_EMAIL_QUEUE has no exception.
Method REMOVE_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NTF_ID | Value transfer | Type reference (TYPE) | CFX_NTF_ID | Collaboration Folder: Id einer Notifikation | 20010829 |
Method REMOVE_BY_ID on class CL_CFX_NTF_EMAIL_QUEUE has no exception.
Method REMOVE_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_QUEUE_ENTRIES | Value transfer | Type reference (TYPE) | CFX_TT_NTF_QUEUE | Liste mit Einträgen der Ntf-Queue | 20010829 |
Method REMOVE_ENTRIES on class CL_CFX_NTF_EMAIL_QUEUE has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 100 |