SAP ABAP Class CL_SWLT_STATIC_CHECK_REGISTRY (Registry for Checks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
     SWLT (Package) SQL Performance Tuning Worklist
Properties
Class CL_SWLT_STATIC_CHECK_REGISTRY  
Short Description Registry for Checks    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWLT   SQL Performance Tuning Worklist 
Created 20130103   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWLT_STATIC_CHECK_REGISTRY has no forward declaration.
Interfaces
Class CL_SWLT_STATIC_CHECK_REGISTRY has no interface implemented.
Friends
Class CL_SWLT_STATIC_CHECK_REGISTRY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FG_REGISTRY Static Attribute Private Type reference (TYPE) TYP_REGISTRY_ENTRIES 20130103
Methods
# Method Level Visibility Method type Description Created on
1 GET_CHECK Static method Public Method Returns object for id. Fallback is used for missing class 20130103
2 GET_CHECK_NO_FALLBACK Static method Public Method Returns object for id. Exception is raised for missing class 20130103
3 GET_TITLE_FOR_CHECK_MESSAGE Static method Public Method 20130103
Events
Class CL_SWLT_STATIC_CHECK_REGISTRY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_REGISTRY_ENTRIES Private See coding 20130103 typ_Registry_Entries type hashed table of typ_Registry_Entry with unique key check_Id
2 TYP_REGISTRY_ENTRY Private See coding 20130103 begin of typ_Registry_Entry, check_Id type string, check type ref to cl_Ci_Test_Root, is_Fallback type abap_bool, end of typ_Registry_Entry
Method Signatures

Method GET_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ID Call by reference Type reference (TYPE) CSEQUENCE 20130103
2 Returning R_CHECK Value transfer Object reference (TYPE REF TO) CL_CI_TEST_ROOT 20130103

Method GET_CHECK on class CL_SWLT_STATIC_CHECK_REGISTRY has no exception.

Method GET_CHECK_NO_FALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ID Call by reference Type reference (TYPE) CSEQUENCE 20130103
2 Returning R_CHECK Value transfer Object reference (TYPE REF TO) CL_CI_TEST_ROOT 20130103
# Exception Resumable Description Created on
1 CX_SWLT_FAILURE 20130103

Method GET_TITLE_FOR_CHECK_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHECK_TITLE Call by reference Type reference (TYPE) STRING 20130103
2 Exporting E_MESSAGE_TITLE Call by reference Type reference (TYPE) STRING 20130103
3 Importing I_CHECK_ID Call by reference Type reference (TYPE) CSEQUENCE 20130103
4 Importing I_MESSAGE_ID Call by reference Type reference (TYPE) CSEQUENCE 20130103

Method GET_TITLE_FOR_CHECK_MESSAGE on class CL_SWLT_STATIC_CHECK_REGISTRY has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740