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 ABAP 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 SP_INSTANCE 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 ADD Instance method Public Method Add Entry to Queue 20010829
2 DOES_ENTRY_EXIST Instance method Public Method Checks Whether Entry with a Certain Notification ID Exists 20010904
3 GET_DUE_ENTRIES Instance method Public Method Get Due Entries 20010829
4 GET_FOR_RECIPIENT Instance method Public Method Get All Queue Entries for a Recipient 20010829
5 GET_INSTANCE Static method Public Method Get/Generate Single Instance of the Class 20010829
6 IS_EMPTY Instance method Public Method Check Whether the Queue is Empty 20010829
7 REMOVE_BY_ID Instance method Public Method Delete Entry from Queue 20010829
8 REMOVE_ENTRIES 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 Importing I_DUE_TIME Value transfer Type reference (TYPE) CFX_NTF_DUE_TIME geplanter Sendezeitpunkt einer Notification Email 20010829
2 Importing I_NTF_ID Value transfer Type reference (TYPE) CFX_NTF_ID Collaboration Folder: Id einer Notifikation 20010829
3 Importing 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 Importing I_NTF_ID Value transfer Type reference (TYPE) CFX_NTF_ID Collaboration Folder: Id einer Notifikation 20010904
2 Returning 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 Returning 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 Importing I_RECIPIENT Value transfer Type reference (TYPE) CFX_RECIPIENT Empfänger einer Notifikation 20010829
2 Returning 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 Returning 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 Returning 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 Importing 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 Importing 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