SAP ABAP Class CL_FDT_WD_ISLAND_OBJ_MANAGER (FDT WD: Island Object Manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_ISLAND_INFRASTRUCTURE (Package) BRFplus: Island Infrastructure
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_WD_ISLAND_MSG_HANDLER | FDT WD Island: Message Handler | 20110314 |
Properties
| Class | CL_FDT_WD_ISLAND_OBJ_MANAGER | |
| Short Description | FDT WD: Island Object Manager | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_ISLAND_INFRASTRUCTURE | BRFplus: Island Infrastructure |
| Created | 20100720 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_WD_ISLAND_MSG_HANDLER | FDT WD Island: Message Handler | 20110314 |
Friends
Class CL_FDT_WD_ISLAND_OBJ_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_OBJECTDESCR | Island Control Model Runtime Type Services | 20121126 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | FDT WD: Configuration | 20100720 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_CTRL_MANAGER | FDT WD Island: Control Manager | 20110708 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_META_MODEL | Meta Data Model | 20110314 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TH_OBJECT | Objects with model | 20121113 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | CL_FDT_WD_ISLAND_CTRL_MANAGER=>CONTROL_HANDLE | Control Handle | 20110708 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | Root ID | 20100720 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds an object | 20100720 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20121126 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20100723 | |
| 4 | Instance method | Public | Method | Deletes an object with all child objects | 20100721 | |
| 5 | Instance method | Public | Method | Returns children | 20100721 | |
| 6 | Instance method | Public | Method | Returns children deep | 20130123 | |
| 7 | Instance method | Private | Method | Returns children deep (internal) | 20130123 | |
| 8 | Instance method | Public | Method | Get root control settings | 20121115 | |
| 9 | Instance method | Public | Method | Returns the model by providing the object id | 20100720 | |
| 10 | Instance method | Private | Method | OBSOLETE | 20120316 | |
| 11 | Instance method | Public | Method | Returns if children exist | 20121113 | |
| 12 | Instance method | Public | Method | Returns if an object is existing | 20121113 | |
| 13 | Instance method | Private | Method | OBSOLETE | 20120316 |
Events
Class CL_FDT_WD_ISLAND_OBJ_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_OBJECT | Public | See coding | 20100720 | BEGIN OF s_object,
id TYPE if_fdt_types=>id,
parent_id TYPE if_fdt_types=>id,
model TYPE REF TO cl_fdt_wd_island_model,
* state TYPE REF TO if_fdt_wd_state,
END OF s_object
|
||
| 2 | TH_OBJECT | Public | See coding | 20121113 | th_object TYPE HASHED TABLE OF s_object WITH UNIQUE KEY id
WITH NON-UNIQUE SORTED KEY parent COMPONENTS parent_id
|
||
| 3 | T_OBJECT | Public | See coding | 20100721 | t_object TYPE STANDARD TABLE OF s_object WITH DEFAULT KEY
|
Method Signatures
Method ADD_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20100720 | |||
| 2 | IV_PARENT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Parent | 20100720 | |||
| 3 | IV_TEMPORARY_OBJECT | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100726 | |||
| 4 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20100720 | |||
| 5 | RO_MODEL | Value transfer | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_MODEL | FDT WD: Island Model | 20121113 |
Method ADD_OBJECT on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | FDT WD: Configuration | 20100726 | |||
| 2 | IO_CONTROL_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_CTRL_MANAGER | FDT WD Island: Control Manager | 20110708 | |||
| 3 | IO_METADATA_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_META_MODEL | FDT WD: XML Writer for Island Metadata | 20110314 | |||
| 4 | IV_CONTROL_HANDLE | Call by reference | Type reference (TYPE) | CL_FDT_WD_ISLAND_CTRL_MANAGER=>CONTROL_HANDLE | Control Handle | 20110708 | |||
| 5 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Root ID | 20110309 |
Method CONSTRUCTOR on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method DELETE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20100721 | |||
| 2 | IV_TEMPORARY_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20121113 | |||
| 3 | RV_DELETED | Value transfer | Type reference (TYPE) | I | 20121113 |
Method DELETE_OBJECT on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method GET_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_CHILD_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | children | 20121113 | |||
| 2 | IV_PARENT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Parent ID | 20100721 | |||
| 3 | IV_TEMPORARY_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Get only temporary children | 20121113 |
Method GET_CHILDREN on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method GET_CHILDREN_DEEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARENT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Parent ID | 20130123 | |||
| 2 | RTS_CHILD_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | children | 20130123 |
Method GET_CHILDREN_DEEP on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method GET_CHILDREN_DEEP_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_CHILD_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | children | 20130123 | |||
| 2 | IV_PARENT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Parent ID | 20130123 |
Method GET_CHILDREN_DEEP_INTERNAL on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method GET_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_CONTROL | Value transfer | Type reference (TYPE) | CL_FDT_WD_ISLAND_CTRL_MANAGER=>S_CONTROL | 20121115 |
Method GET_CONTROL on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method GET_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20100720 | |||
| 2 | RO_MODEL | Value transfer | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_MODEL | FDT WD: Island Model for maintenance objs (abstract) | 20100720 |
Method GET_MODEL on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method GET_OBJECT_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_MODEL | FDT WD: Island Model | 20120316 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120316 | |||
| 3 | RO_STATE | Value transfer | Object reference (TYPE REF TO) | IF_FDT_WD_STATE | FDT WD: State | 20120316 |
Method GET_OBJECT_STATE on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method HAS_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARENT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20121113 | |||
| 2 | RV_HAS_CHILDREN | Value transfer | Type reference (TYPE) | BOOLE_D | True: children exist | 20121113 |
Method HAS_CHILDREN on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method HAS_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID of model | 20121113 | |||
| 2 | RV_HAS_OBJECT | Value transfer | Type reference (TYPE) | ABAP_BOOL | True: object exists | 20121113 |
Method HAS_OBJECT on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
Method SET_OBJECT_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_STATE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_STATE | FDT WD: State | 20120316 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120316 |
Method SET_OBJECT_STATE on class CL_FDT_WD_ISLAND_OBJ_MANAGER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 703 |