SAP ABAP Interface IF_CRM_TREE_NODE (Generic tree node interface)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-ES (Application Component) Enterprise Search Integration
⤷
CRM_ES_MODEL_MGR (Package) CRM Enterprise Search Modeling Manager
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_CRM_ES_MODEL_TREE_NODE | ES model tree node | 20080215 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CRM_TREE_NODE | Default implemenation for tree node | 20080215 |
Properties
| Interface | IF_CRM_TREE_NODE | |
| Short Description | Generic tree node interface |
General Data
| Package | CRM_ES_MODEL_MGR | CRM Enterprise Search Modeling Manager |
| Created | 20080214 | SAP |
| Last changed | 20081007 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_CRM_TREE_NODE has no forward declaration.
Interfaces
Interface IF_CRM_TREE_NODE has no interface.
Friends
Interface IF_CRM_TREE_NODE has no friend.
Attributes
Interface IF_CRM_TREE_NODE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Append child to the current node | 20080214 | |
| 2 | Instance method | Public | Method | Get list of all childnodes of the given node | 20080214 | |
| 3 | Instance method | Public | Method | Get parent node of the current one | 20080320 | |
| 4 | Instance method | Public | Method | Insert new child before another existing one | 20080411 | |
| 5 | Instance method | Public | Method | Remove childnode including the complete sub-tree | 20080214 | |
| 6 | Instance method | Public | Method | Set parent node of the current one | 20080320 |
Events
Interface IF_CRM_TREE_NODE has no event.
Types
Interface IF_CRM_TREE_NODE has no local type.
Method Signatures
Method APPEND_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHILD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Reference to the child node being appended | 20080215 |
Method APPEND_CHILD on Interface IF_CRM_TREE_NODE has no exception.
Method GET_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CHILDREN | Value transfer | Type reference (TYPE) | CRMT_TREE_NODE_TAB | List of tree nodes | 20080214 |
Method GET_CHILDREN on Interface IF_CRM_TREE_NODE has no exception.
Method GET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_PARENT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Generic tree node interface | 20080320 |
Method GET_PARENT on Interface IF_CRM_TREE_NODE has no exception.
Method INSERT_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_INSERT_BEFORE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Reference to child node, the new node to be inserted before | 20080411 | |||
| 2 | IR_NEW_CHILD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Reference to the child node being inserted | 20080411 |
Method INSERT_CHILD on Interface IF_CRM_TREE_NODE has no exception.
Method REMOVE_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CHILD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Reference to the child node being deleted | 20080215 |
Method REMOVE_CHILD on Interface IF_CRM_TREE_NODE has no exception.
Method SET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PARENT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Generic tree node interface | 20080320 |
Method SET_PARENT on Interface IF_CRM_TREE_NODE has no exception.
History
| Last changed by/on | SAP | 20081007 |
| SAP Release Created in | 700 |