SAP ABAP Class CL_ILM_STOR_CF (ILM DB Store: Class Factory)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-STO (Application Component) Integrated Data Base Archive Store
⤷
S_ILM_STOR_TYPES (Package) ILM DB Store: Basis Types and Elementary Functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ILM_STOR_CF | ILM DB Store: Class Factory | 20130816 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ILM_STOR_INJECT | ILM_STRG: Injector Interface | 20130816 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_FACTORY | ILM Storage: WebDAV Class Factory | 20130816 |
Properties
| Class | CL_ILM_STOR_CF | |
| Short Description | ILM DB Store: Class Factory | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ILM_STOR_TYPES | ILM DB Store: Basis Types and Elementary Functions |
| Created | 20130510 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ILM_STOR_CF has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ILM_STOR_CF | ILM DB Store: Class Factory | 20130816 | ||
| 2 | IF_ILM_STOR_INJECT | ILM_STRG: Injector Interface | 20130816 |
Friends
Class CL_ILM_STOR_CF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ILM_STOR_DICTIONARY | Dictionary of Class Names | 20130816 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ILM_STOR_DICTIONARY | Dictionary of Instances | 20130816 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TTY_CF_BUFFER | 20130830 | ||||
| 4 | Static Attribute | Protected | Type reference (TYPE) | ILM_STOR_API_VERSION | ILM DB Store: API Version | 20130816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | CONSTRUCTOR | 20130816 | |
| 2 | Instance method | Public | Method | Access to Customizing | 20130816 | |
| 3 | Instance method | Public | Method | Determines an Instance for DB Access | 20130816 | |
| 4 | Instance method | Protected | Method | Get Key for an Implementation | 20130816 | |
| 5 | Instance method | Public | Method | Determine All CF Entries for an Interface | 20130816 | |
| 6 | Instance method | Protected | Method | Determine the Name of a Realizing Class | 20130816 | |
| 7 | Instance method | Public | Method | Get an Interface Implementation | 20130816 | |
| 8 | Instance method | Public | Method | Get the Log Interface | 20130816 | |
| 9 | Instance method | Public | Method | Get the Log Manager | 20130816 | |
| 10 | Instance method | Public | Method | Get the Object Factory | 20130816 | |
| 11 | Instance method | Public | Method | Get a Property Handler | 20130816 | |
| 12 | Instance method | Protected | Method | Read the CF Table | 20130816 | |
| 13 | Instance method | Protected | Method | Get Name of Predefined Implementing Class | 20130816 | |
| 14 | Static method | Public | Method | Set Used API Version | 20130816 | |
| 15 | Static method | Public | Method | Get Factory Instance | 20130816 |
Events
Class CL_ILM_STOR_CF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_CF_BUFFER | Private | See coding | 20130830 | tty_cf_buffer TYPE HASHED TABLE OF ty_cf_buffer WITH UNIQUE KEY key
|
||
| 2 | TY_CF_BUFFER | Private | See coding | 20130830 | BEGIN OF ty_cf_buffer,
key TYPE string,
entry TYPE tilmstor_cf,
END OF ty_cf_buffer
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ILM_STOR_CF has no parameter.
Method CONSTRUCTOR on class CL_ILM_STOR_CF has no exception.
Method CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_CUST | ILM Storage: Customizing-Zugriff | 20130816 |
Method CUSTOMIZING on class CL_ILM_STOR_CF has no exception.
Method DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_DB_ACCESSOR | Facade für Datenbank-Objekte | 20130816 |
Method DB on class CL_ILM_STOR_CF has no exception.
Method GET_CLASS_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INTERFACE | Call by reference | Type reference (TYPE) | CLASSNAME | Interface, für das eine Implementierung gesucht wird | 20130816 | |||
| 2 | IV_PARAM | Call by reference | Type reference (TYPE) | ILM_STOR_CF_PARAM | '-' | ILM-DB-Ablage: Class Factory Selection Parameter | 20130816 | ||
| 3 | IV_VERSION | Call by reference | Type reference (TYPE) | ILM_STOR_API_VERSION | SPACE | Dem Aufrufer bekannte API-Version | 20130816 | ||
| 4 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | Schlüssel für ein Dictionary | 20130816 |
Method GET_CLASS_KEY on class CL_ILM_STOR_CF has no exception.
Method GET_CLASS_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INTERFACE | Call by reference | Type reference (TYPE) | CLASSNAME | Referenztyp | 20130816 | |||
| 2 | RT_VALUE | Value transfer | Type reference (TYPE) | ILM_STOR_T_CF | ILM-DB-Ablage: Tabellentyp für ClassFactory-Customizing | 20130816 |
Method GET_CLASS_NAMES on class CL_ILM_STOR_CF has no exception.
Method GET_IMPL_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INTERFACE | Call by reference | Type reference (TYPE) | CLASSNAME | Interface, für das eine Implementierung gesucht wird | 20130816 | |||
| 2 | IV_PARAM | Call by reference | Type reference (TYPE) | ILM_STOR_CF_PARAM | '-' | ILM-DB-Ablage: Zusatzparameter für Class Factory | 20130816 | ||
| 3 | IV_VERSION | Call by reference | Type reference (TYPE) | ILM_STOR_API_VERSION | SPACE | Dem Aufrufer bekannte API-Version | 20130816 | ||
| 4 | RS_CF | Value transfer | Type reference (TYPE) | TILMSTOR_CF | Eintrag des CF-Customizing | 20130816 |
Method GET_IMPL_CLASS on class CL_ILM_STOR_CF has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INTERFACE | Call by reference | Type reference (TYPE) | CLASSNAME | Interface, für das eine Implementierung gesucht wird | 20130816 | |||
| 2 | IV_PARAM | Call by reference | Type reference (TYPE) | ILM_STOR_CF_PARAM | '-' | ILM-DB-Ablage: Zusatzparameter für Class Factory | 20130816 | ||
| 3 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | OBJECT | das Interface implementierende Instanz | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130816 |
Method LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_LOG | ILM-DB-Ablage: Log Implementierung | 20130816 |
Method LOG on class CL_ILM_STOR_CF has no exception.
Method LOG_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_LOG_MGR | ILM-DB-Ablage: Log-Verwaltung | 20130816 |
Method LOG_MANAGER on class CL_ILM_STOR_CF has no exception.
Method OBJECT_FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_OBJECT_FACTORY | ILM-DB-Ablage: Object Factory | 20130816 |
Method OBJECT_FACTORY on class CL_ILM_STOR_CF has no exception.
Method PROPERTY_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROP_NAME | Call by reference | Type reference (TYPE) | ILM_STOR_PROP_NAME | ILM-DB-Ablage: Property-Name | 20130816 | |||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_PROP_HANDLER | ILM-DB-Ablage: Handler für Live-Properties | 20130816 |
Method PROPERTY_HANDLER on class CL_ILM_STOR_CF has no exception.
Method READ_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INTERFACE | Call by reference | Type reference (TYPE) | CLASSNAME | Interface, für das eine Implementierung gesucht wird | 20130816 | |||
| 2 | IV_PARAM | Call by reference | Type reference (TYPE) | ILM_STOR_CF_PARAM | '-' | ILM-DB-Ablage: Class Factory Selection Parameter | 20130816 | ||
| 3 | IV_VERSION | Call by reference | Type reference (TYPE) | ILM_STOR_API_VERSION | SPACE | Dem Aufrufer bekannte API-Version | 20130816 | ||
| 4 | RS_CF | Value transfer | Type reference (TYPE) | TILMSTOR_CF | Eintrag des CF-Customizing | 20130816 |
Method READ_TABLE on class CL_ILM_STOR_CF has no exception.
Method READ_TABLE_DEFAULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INTERFACE | Call by reference | Type reference (TYPE) | CLASSNAME | Interface, für das eine Implementierung gesucht wird | 20130816 | |||
| 2 | IV_PARAM | Call by reference | Type reference (TYPE) | ILM_STOR_CF_PARAM | ILM-DB-Ablage: Selektionsparameter für Class Factory | 20130816 | |||
| 3 | RS_VALUE | Value transfer | Type reference (TYPE) | TILMSTOR_CF | Eintrag aus dem CF-Customizing für das gesuchte Interface | 20130816 |
Method READ_TABLE_DEFAULTS on class CL_ILM_STOR_CF has no exception.
Method SET_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VERSION | Call by reference | Type reference (TYPE) | ILM_STOR_API_VERSION | ILM-DB-Ablage: API Version | 20130816 |
Method SET_VERSION on class CL_ILM_STOR_CF has no exception.
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ILM_STOR_CF | ILM-DB-Ablage: Class Factory | 20130816 |
Method S_GET_INSTANCE on class CL_ILM_STOR_CF has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |