SAP ABAP Class CL_CFX_FOLDER_REGISTRY (Manages Folder References and Their IDs)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_FOLDERS (Package) Collaboration Folders: Folder and Documents
Properties
Class CL_CFX_FOLDER_REGISTRY  
Short Description Manages Folder References and Their IDs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_FOLDERS   Collaboration Folders: Folder and Documents 
Created 20001107   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)
2 CFXF1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CFX_FOLDER_REGISTRY has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_CFX_COMMON_FOLDER 20041105 Shared folder
2 CL_CFX_FOLDER 20001121 Folder for Collaboration Folders
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_FOLDER Instance attribute Private Type reference (TYPE) TT_FOLDER MT_FOLDER 20001121
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20001121
2 GET Instance method Public Method Delivers a Reference for an ID 20001121
3 IS_REGISTERED Instance method Public Method Determines if Reference for an ID is Registered 20001121
4 REGISTER Instance method Protected Method Registers a Reference for an ID 20001121
5 UNREGISTER Instance method Protected Method Deletes a Reference for an ID 20001121
Events
Class CL_CFX_FOLDER_REGISTRY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_FOLDER Private See coding TS_FOLDER 20001121 BEGIN OF ts_folder, id TYPE guid_32, p_folder TYPE REF TO cl_cfx_folder, END OF ts_folder
2 TT_FOLDER Private See coding TT_FOLDER 20001121 tt_folder TYPE HASHED TABLE OF ts_folder WITH UNIQUE KEY id
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CFX_FOLDER_REGISTRY has no parameter.
Method CONSTRUCTOR on class CL_CFX_FOLDER_REGISTRY has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Value transfer Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20001121
2 Returning RP_FOLDER Value transfer Object reference (TYPE REF TO) CL_CFX_FOLDER Allgemeine Mappe 20001121

Method GET on class CL_CFX_FOLDER_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) GUID_32 GUID im 'CHAR' Format in Großschreibung 20001121
2 Returning R_IS_REGISTERED Value transfer Type reference (TYPE) ABAP_BOOL 20001121

Method IS_REGISTERED on class CL_CFX_FOLDER_REGISTRY has no exception.

Method REGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FOLDER Call by reference Object reference (TYPE REF TO) CL_CFX_FOLDER Allgemeine Mappe 20001121
2 Importing I_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20001121

Method REGISTER on class CL_CFX_FOLDER_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) GUID_32 GUID im 'CHAR' Format in Großschreibung 20001121

Method UNREGISTER on class CL_CFX_FOLDER_REGISTRY has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 20A