SAP ABAP Class CL_SIW_DB_ACCESS_FACTORY (Single Point of Entry for SIW Database Access)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_DB (Package) SIW: Database Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SIW_DB_ACCESS_FACTORY Single Point of Entry for DB Access 20100816
Properties
Class CL_SIW_DB_ACCESS_FACTORY  
Short Description Single Point of Entry for SIW Database Access    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_SIW_DB   SIW: Database Layer 
Created 20100816   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SIW_DB_CONTEXT_ACCESS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_SIW_DB_IMPL_ACCESS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SIW_DB_PROJECT_ACCESS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_SIW_DB_TESTDATA_ACCESS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SIW_DB_ACCESS_FACTORY Single Point of Entry for DB Access 20100816
Friends
# Friend Modeled only Created on Description
1 CL_SIW_DB_ACCESS_MOCK 20100909 Mocks the SIW Database Access For Testing Purposes
2 CL_SIW_DB_QUERIES 20101008 Read only queries
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_SIW_DB_ACCESS_FACTORY 20110202
2 MO_CONFIG_ACCESS Instance attribute Protected Object reference (TYPE REF TO) IF_SIW_DB_CONFIG_ACCESS Read/Modify SIW Configurations 20110125
3 MO_LRU_ACCESS Instance attribute Protected Object reference (TYPE REF TO) IF_SIW_DB_LRU_ACCESS 20101019
4 MO_QUERIES Instance attribute Protected Object reference (TYPE REF TO) IF_SIW_DB_QUERIES Read only queries 20101004
5 MO_TRANSACTION_HANDLER Instance attribute Private Object reference (TYPE REF TO) IF_SIW_DB_TRANSACTION_HANDLER 20100915
6 MT_CONTEXT_ACCESS Instance attribute Protected Type reference (TYPE) IF_SIW_DB_CONTEXT_ACCESS=>TTY 20100907
7 MT_IMPL_ACCESS Instance attribute Protected Type reference (TYPE) IF_SIW_DB_IMPL_ACCESS=>TTY 20100907
8 MT_MAPPING_ACCESS Instance attribute Protected Type reference (TYPE) IF_SIW_DB_MAPPING_ACCESS=>TTY 20100915
9 MT_PROJECT_ACCESS Instance attribute Protected Type reference (TYPE) IF_SIW_DB_PROJECT_ACCESS=>TTY 20100907
10 MT_SXF_API_ACCESS Instance attribute Protected Type reference (TYPE) IF_SIW_DB_SXF_API_ACCESS=>TTY 20100915
11 MT_SXF_FIELD_ACCESS Instance attribute Protected Type reference (TYPE) IF_SIW_DB_SXF_FIELD_ACCESS=>TTY 20100915
12 MT_SXF_FIELD_REL_ACCESS Instance attribute Protected Type reference (TYPE) IF_SIW_DB_SXF_FIELDRL_ACCESS=>TTY 20100915
13 MT_SXF_LINK_ACCESS Instance attribute Protected Type reference (TYPE) IF_SIW_DB_SXF_LINK_ACCESS=>TTY 20100915
14 MT_SXF_TYPE_ACCESS Instance attribute Protected Type reference (TYPE) IF_SIW_DB_SXF_TYPE_ACCESS=>TTY 20100915
15 MT_TESTDATA_ACCESS Instance attribute Protected Type reference (TYPE) IF_SIW_DB_TESTDATA_ACCESS=>TTY 20101105
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20100819
2 GET_ACCESSED_IMPLEMENTATIONS Instance method Protected Method 20101029
3 GET_ACCESSED_PROJECTS Instance method Protected Method 20101008
4 GET_CONTEXT Instance method Public Method 20100907
5 GET_IMPL Instance method Public Method 20100907
6 GET_MAPPING Instance method Public Method 20100915
7 GET_PROJECT Instance method Public Method 20100907
8 GET_SXF_API Instance method Public Method 20100915
9 GET_SXF_FIELD Instance method Public Method 20100915
10 GET_SXF_FIELD_REL Instance method Public Method 20100915
11 GET_SXF_LINK Instance method Public Method 20100915
12 GET_SXF_TYPE Instance method Public Method 20100915
13 GET_TESTDATA Instance method Public Method 20101108
14 HANDLE_TRANSACTION_FINISHED Instance method Public Event handling method 20100915
15 RESET Instance method Public Method 20101008
16 RESET_BY_PROJECT_ID Instance method Public Method 20100924
17 S_GET_INSTANCE Static method Public Method 20100819
Events
Class CL_SIW_DB_ACCESS_FACTORY has no event.
Types
Class CL_SIW_DB_ACCESS_FACTORY has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_ACCESSED_IMPLEMENTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_DB_ACCESS Value transfer Type reference (TYPE) IF_SIW_DB_IMPL_ACCESS=>TTY 20101029

Method GET_ACCESSED_IMPLEMENTATIONS on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_ACCESSED_PROJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_DB_ACCESS Value transfer Type reference (TYPE) IF_SIW_DB_PROJECT_ACCESS=>TTY 20101008

Method GET_ACCESSED_PROJECTS on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_CONTEXT Signature

Method GET_CONTEXT on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method GET_CONTEXT on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_IMPL Signature

Method GET_IMPL on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method GET_IMPL on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_MAPPING Signature

Method GET_MAPPING on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method GET_MAPPING on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_PROJECT Signature

Method GET_PROJECT on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method GET_PROJECT on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_SXF_API Signature

Method GET_SXF_API on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method GET_SXF_API on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_SXF_FIELD Signature

Method GET_SXF_FIELD on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method GET_SXF_FIELD on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_SXF_FIELD_REL Signature

Method GET_SXF_FIELD_REL on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method GET_SXF_FIELD_REL on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_SXF_LINK Signature

Method GET_SXF_LINK on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method GET_SXF_LINK on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_SXF_TYPE Signature

Method GET_SXF_TYPE on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method GET_SXF_TYPE on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method GET_TESTDATA Signature

Method GET_TESTDATA on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method GET_TESTDATA on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method HANDLE_TRANSACTION_FINISHED Signature

Method HANDLE_TRANSACTION_FINISHED on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method HANDLE_TRANSACTION_FINISHED on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method RESET Signature

Method RESET on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method RESET on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method RESET_BY_PROJECT_ID Signature

Method RESET_BY_PROJECT_ID on class CL_SIW_DB_ACCESS_FACTORY has no parameter.
Method RESET_BY_PROJECT_ID on class CL_SIW_DB_ACCESS_FACTORY has no exception.

Method S_GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) IF_SIW_DB_ACCESS_FACTORY 20100819

Method S_GET_INSTANCE on class CL_SIW_DB_ACCESS_FACTORY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731