SAP ABAP Class CL_WCF_FAVO_MYFAVORITES_CN00 (Favorites Controller)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI (Application Component) User Interface
⤷
WCF_FAVORITES_UI (Package) Favorites UI-relevant Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BSP_WD_CONTEXT_NODE_TREE | Special Context Node for Tree-Table View | 20090216 |
Properties
| Class | CL_WCF_FAVO_MYFAVORITES_CN00 | |
| Short Description | Favorites Controller | |
| Super Class | CL_BSP_WD_CONTEXT_NODE_TREE | Special Context Node for Tree-Table View |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCF_FAVORITES_UI | Favorites UI-relevant Objects |
| Created | 20090216 | SAP |
| Last change | 20110908 | 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) |
Interfaces
Class CL_WCF_FAVO_MYFAVORITES_CN00 has no interface implemented.
Friends
Class CL_WCF_FAVO_MYFAVORITES_CN00 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | '' | 20090216 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_FAVO_MYFAVORITES_CTXT | 20090217 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | TREE_TABLE_TYPE | Folders | 20090218 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090217 | ||
| 2 | Instance method | Public | Method | 20090217 | ||
| 3 | Instance method | Public | Method | 20090216 | ||
| 4 | Instance method | Public | Method | 20090217 | ||
| 5 | Instance method | Public | Method | 20090217 | ||
| 6 | Instance method | Public | Method | 20090216 | ||
| 7 | Instance method | Public | Method | 20090217 | ||
| 8 | Instance method | Public | Method | 20090216 | ||
| 9 | Instance method | Public | Method | 20090217 | ||
| 10 | Instance method | Public | Method | Initializes tree data | 20090218 | |
| 11 | Static method | Public | Method | 20090217 | ||
| 12 | Instance method | Public | Method | 20090217 | ||
| 13 | Instance method | Public | Method | 20090216 | ||
| 14 | Instance method | Public | Method | 20090217 | ||
| 15 | Instance method | Public | Method | 20090414 |
Events
Class CL_WCF_FAVO_MYFAVORITES_CN00 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TREE_TABLE_STRUCT | Public | See coding | 20090218 | BEGIN OF tree_table_struct,
type TYPE wcf_fav_type,
id TYPE wcf_fav_id,
name TYPE wcf_fav_name,
parent TYPE wcf_fav_id,
sequence TYPE wcf_fav_sequence,
lastchanged_timestamp TYPE wcf_fav_timestamp,
creation_timestamp TYPE wcf_fav_timestamp,
expanded TYPE boolean,
bo TYPE REF TO cl_bsp_wd_value_node,
node TYPE REF TO if_bsp_wd_tree_node,
is_leaf TYPE abap_bool,
END OF tree_table_struct
|
||
| 2 | TREE_TABLE_TYPE | Public | See coding | 20090218 | tree_table_type TYPE TABLE OF tree_table_struct
|
Method Signatures
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20090217 | ||||
| 2 | ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL_ITERATOR | 20090217 | ||||
| 3 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20090217 |
Method GET_ID on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method GET_I_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL_ITERATOR | 20090217 | ||||
| 2 | RV_DISABLED | Value transfer | Type reference (TYPE) | STRING | 20090217 |
Method GET_I_ID on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method GET_I_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL_ITERATOR | 20090216 | ||||
| 2 | RV_DISABLED | Value transfer | Type reference (TYPE) | STRING | 20090216 |
Method GET_I_NAME on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method GET_I_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL_ITERATOR | 20090217 | ||||
| 2 | RV_DISABLED | Value transfer | Type reference (TYPE) | STRING | 20090217 |
Method GET_I_PARENT on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method GET_M_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20090217 | ||||
| 2 | METADATA | Value transfer | Object reference (TYPE REF TO) | IF_BSP_METADATA_SIMPLE | 20090217 |
Method GET_M_ID on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method GET_M_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20090216 | ||||
| 2 | METADATA | Value transfer | Object reference (TYPE REF TO) | IF_BSP_METADATA_SIMPLE | 20090216 |
Method GET_M_NAME on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method GET_M_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20090217 | ||||
| 2 | METADATA | Value transfer | Object reference (TYPE REF TO) | IF_BSP_METADATA_SIMPLE | 20090217 |
Method GET_M_PARENT on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20090216 | ||||
| 2 | ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL_ITERATOR | 20090216 | ||||
| 3 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20090216 |
Method GET_NAME on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method GET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20090217 | ||||
| 2 | ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL_ITERATOR | 20090217 | ||||
| 3 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20090217 |
Method GET_PARENT on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method INIT_TREE_TABLE Signature
Method INIT_TREE_TABLE on class CL_WCF_FAVO_MYFAVORITES_CN00 has no parameter.
Method INIT_TREE_TABLE on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method SET_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_WCF_FAVO_MYFAVORITES_CTXT | 20090217 |
Method SET_CONTEXT on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method SET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20090217 | ||||
| 2 | ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL_ITERATOR | 20090217 | ||||
| 3 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20090217 |
Method SET_ID on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method SET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20090216 | ||||
| 2 | ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL_ITERATOR | 20090216 | ||||
| 3 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20090216 |
Method SET_NAME on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method SET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20090217 | ||||
| 2 | ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL_ITERATOR | 20090217 | ||||
| 3 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20090217 |
Method SET_PARENT on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
Method SET_SELECTED_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090414 |
Method SET_SELECTED_INDEX on class CL_WCF_FAVO_MYFAVORITES_CN00 has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |