SAP ABAP Class CL_CFX_NTF_TMPL_REGISTRY (Manages Notification Templates and Their IDs)
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_TMPL_REGISTRY  
Short Description Manages Notification Templates and Their IDs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_NOTIFICATION   Manages Notifications 
Created 20060116   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_TMPL_REGISTRY has no interface implemented.
Friends
Class CL_CFX_NTF_TMPL_REGISTRY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_NTF_TEMPLATE Instance attribute Private Type reference (TYPE) TT_NTF_TEMPLATE 20060116
Methods
# Method Level Visibility Method type Description Created on
1 GET Instance method Public Method Delivers a Reference for an ID 20060116
2 IS_REGISTERED Instance method Public Method Determines if Reference for an ID is Registered 20060116
3 REGISTER Instance method Public Method Registers a Reference for an ID 20060116
4 UNREGISTER Instance method Public Method Deletes a Reference for an ID 20060116
Events
Class CL_CFX_NTF_TMPL_REGISTRY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_NTF_TEMPLATE Private See coding 20060116 BEGIN OF ts_ntf_template, id TYPE cfx_ntf_tmpl_id, p_ntf_template TYPE REF TO cl_cfx_notification_template, END OF ts_ntf_template
2 TT_NTF_TEMPLATE Private See coding 20060116 tt_ntf_template TYPE HASHED TABLE OF ts_ntf_template WITH UNIQUE KEY id
Method Signatures

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CFX_NTF_TMPL_ID Collaboration Folder: ID of a Notification Template 20060116
2 Returning RP_NTF_TEMPLATE Value transfer Object reference (TYPE REF TO) CL_CFX_NOTIFICATION_TEMPLATE Notification Template 20060116

Method GET on class CL_CFX_NTF_TMPL_REGISTRY has no exception.

Method IS_REGISTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CFX_NTF_TMPL_ID Collaboration Folder: ID of a Notification 20060116
2 Returning R_IS_REGISTERED Value transfer Type reference (TYPE) ABAP_BOOL 20060116

Method IS_REGISTERED on class CL_CFX_NTF_TMPL_REGISTRY has no exception.

Method REGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_NTF_TEMPLATE Call by reference Object reference (TYPE REF TO) CL_CFX_NOTIFICATION_TEMPLATE Manages a Notification Template 20060116
2 Importing I_ID Call by reference Type reference (TYPE) CFX_NTF_TMPL_ID Collaboration Folder: ID of a Notification Template 20060116

Method REGISTER on class CL_CFX_NTF_TMPL_REGISTRY has no exception.

Method UNREGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CFX_NTF_TMPL_ID Collaboration Folder: ID of a Notification Template 20060116

Method UNREGISTER on class CL_CFX_NTF_TMPL_REGISTRY has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 450