SAP ABAP Class CL_GENIL_NODE_HANDLER_FACTORY (Generic IL Component: Handler factory)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-GOL-GIL (Application Component) Generic Interaction Layer
⤷
CRM_GENIL_IMPL_SUPPORT (Package) Support for application implementation
⤷
⤷
Properties
| Class | CL_GENIL_NODE_HANDLER_FACTORY | |
| Short Description | Generic IL Component: Handler factory | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_GENIL_IMPL_SUPPORT | Support for application implementation |
| Created | 20100316 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GENIL_NODE_HANDLER_FACTORY has no forward declaration.
Interfaces
Class CL_GENIL_NODE_HANDLER_FACTORY has no interface implemented.
Friends
Class CL_GENIL_NODE_HANDLER_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_GENIL_APPL_INTLAY | Interface for Application Components | 20100610 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | CRMT_COMPONENT_NAME | Component Name | 20100408 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | LNODE_TYPE_HANDLER_TAB | object node handler table | 20100709 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_GENIL_OBJ_MODEL | GenIL runtime object model | 20100709 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | LRELATION_TYPE_HANDLER_TAB | relation handler table | 20100709 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a node/query handler to the list of existing handlers | 20100712 | |
| 2 | Instance method | Public | Method | Adds a relation handler to the list of existing handlers | 20100712 | |
| 3 | Instance method | Public | Constructor | 20100316 | ||
| 4 | Instance method | Public | Method | Return the reference of the base object handler | 20100316 | |
| 5 | Instance method | Private | Method | Return the reference of the base object handler | 20100408 | |
| 6 | Instance method | Public | Method | Return the reference of the query object handler | 20100316 | |
| 7 | Instance method | Public | Method | Return the reference of the base object handler | 20100709 | |
| 8 | Instance method | Private | Method | Return the reference of the base object handler | 20100709 | |
| 9 | Instance method | Public | Method | Return the reference of the transaction object handler | 20100317 | |
| 10 | Instance method | Public | Method | Reset the Handlers and the Factory | 20100430 |
Events
Class CL_GENIL_NODE_HANDLER_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LNODE_TYPE_HANDLER_TAB | Private | See coding | 20100709 | LNODE_TYPE_HANDLER_TAB type hashed table of LTYPE_NODE_HANDLER_ENTRY with unique key OBJECT_NAME
|
||
| 2 | LRELATION_TYPE_HANDLER_TAB | Private | See coding | 20100709 | LRELATION_TYPE_HANDLER_TAB type hashed table of LTYPE_RELATION_HANDLER_ENTRY with unique key RELATION_NAME
|
||
| 3 | LTYPE_NODE_HANDLER_ENTRY | Private | See coding | 20100709 | begin of LTYPE_NODE_HANDLER_ENTRY,
OBJECT_NAME type CRMT_EXT_OBJ_NAME,
HANDLER_CLASS type SEOCLSNAME,
HANDLER type ref to OBJECT,
end of LTYPE_NODE_HANDLER_ENTRY
|
||
| 4 | LTYPE_RELATION_HANDLER_ENTRY | Private | See coding | 20100709 | begin of LTYPE_RELATION_HANDLER_ENTRY,
RELATION_NAME type CRMT_RELATION_NAME,
HANDLER_CLASS type SEOCLSNAME,
HANDLER type ref to OBJECT,
end of LTYPE_RELATION_HANDLER_ENTRY
|
Method Signatures
Method ADD_NODE_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HANDLER_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20100712 | |||
| 2 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20100712 |
Method ADD_NODE_HANDLER on class CL_GENIL_NODE_HANDLER_FACTORY has no exception.
Method ADD_RELATION_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HANDLER_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20100712 | |||
| 2 | IV_RELATION_NAME | Call by reference | Type reference (TYPE) | CRMT_RELATION_NAME | Relation name | 20100712 |
Method ADD_RELATION_HANDLER on class CL_GENIL_NODE_HANDLER_FACTORY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_APPL_INTLAY | 20100610 | ||||
| 2 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | CRMT_COMPONENT_NAME | Component Name | 20100316 |
Method CONSTRUCTOR on class CL_GENIL_NODE_HANDLER_FACTORY has no exception.
Method GET_BASE_OBJ_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20100316 | |||
| 2 | RV_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_GENIL_NODE_HANDLER_BASE | Interface to non root objects | 20100316 |
Method GET_BASE_OBJ_HANDLER on class CL_GENIL_NODE_HANDLER_FACTORY has no exception.
Method GET_OBJ_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20100408 | |||
| 2 | RV_HANDLER | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20100408 |
Method GET_OBJ_HANDLER on class CL_GENIL_NODE_HANDLER_FACTORY has no exception.
Method GET_QUERY_OBJ_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20100316 | |||
| 2 | RV_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_GENIL_NODE_HANDLER_QUERY | Interface to root objects | 20100316 |
Method GET_QUERY_OBJ_HANDLER on class CL_GENIL_NODE_HANDLER_FACTORY has no exception.
Method GET_RELATION_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RELATION_NAME | Call by reference | Type reference (TYPE) | CRMT_RELATION_NAME | External Name of Object | 20100709 | |||
| 2 | RV_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_GENIL_RELATION_HANDLER | Interface to relation handler | 20100709 |
Method GET_RELATION_HANDLER on class CL_GENIL_NODE_HANDLER_FACTORY has no exception.
Method GET_REL_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RELATION_NAME | Call by reference | Type reference (TYPE) | CRMT_RELATION_NAME | External Name of Relation | 20100709 | |||
| 2 | RV_HANDLER | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20100709 |
Method GET_REL_HANDLER on class CL_GENIL_NODE_HANDLER_FACTORY has no exception.
Method GET_TX_OBJ_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20100317 | |||
| 2 | RV_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_GENIL_NODE_HANDLER_TX | Interface to root objects | 20100317 |
Method GET_TX_OBJ_HANDLER on class CL_GENIL_NODE_HANDLER_FACTORY has no exception.
Method RESET Signature
Method RESET on class CL_GENIL_NODE_HANDLER_FACTORY has no parameter.
Method RESET on class CL_GENIL_NODE_HANDLER_FACTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |