SAP ABAP Class CL_WD_TAGGING_MANAGER (Tagging)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_TAGGING (Package) Tagging / Side Panel
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_TAGGING_MANAGER | WD: Tagging Service | 20081209 |
Properties
| Class | CL_WD_TAGGING_MANAGER | |
| Short Description | Tagging | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_TAGGING | Tagging / Side Panel |
| Created | 20081209 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_WD_TAGGING_MANAGER has no interface implemented.
Friends
Class CL_WD_TAGGING_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | LTY_SERVICE_MAP | 20081210 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Provides all tags with values (ref to data) | 20090224 | |
| 2 | Static method | Public | Method | Get Tagging Service for Component besorgen | 20081218 | |
| 3 | Static method | Public | Method | Returns all tags from all attributes of the context node | 20090219 | |
| 4 | Static method | Public | Method | Returns all tags of all tagging service instances | 20090224 | |
| 5 | Static method | Public | Method | Checks validity of tag (message if COMPONENT_API) | 20091111 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | DATA_CHANGED | Static Event (1) |
Public (2) |
20090113 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_SERVICE | Public | See coding | 20081210 | BEGIN OF lty_service,
component TYPE REF TO if_wd_component,
tagservice TYPE REF TO if_wd_tagging_service,
END OF lty_service
|
||
| 2 | LTY_SERVICE_MAP | Public | See coding | 20081210 | lty_service_map TYPE STANDARD TABLE OF lty_service
|
||
| 3 | TY_NAME_VALUE | Public | See coding | 20090224 | BEGIN OF ty_name_value,
tag TYPE string,
tag_value TYPE REF TO data,
END OF ty_name_value
|
||
| 4 | TY_NAME_VALUE_TAB | Public | See coding | 20090224 | ty_name_value_tab TYPE STANDARD TABLE OF ty_name_value WITH DEFAULT KEY
|
Method Signatures
Method GET_NAME_VALUE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NAME_VALUE_TAB | Value transfer | Type reference (TYPE) | TY_NAME_VALUE_TAB | 20090224 |
Method GET_NAME_VALUE_LIST on class CL_WD_TAGGING_MANAGER has no exception.
Method GET_SERVICE_BY_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20081218 | |||
| 2 | TAGGING_SERVICE | Value transfer | Object reference (TYPE REF TO) | IF_WD_TAGGING_SERVICE | WD: Tagging Service | 20081218 |
Method GET_SERVICE_BY_COMPONENT on class CL_WD_TAGGING_MANAGER has no exception.
Method GET_TAGS_OF_ALL_NODE_ATTRIBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20090224 | ||||
| 2 | P_WITH_DELETIONS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20090219 | |||
| 3 | TAGS | Value transfer | Type reference (TYPE) | WDY_TAG_ATTRIB_TO_TAGS_TAB | 20090219 |
Method GET_TAGS_OF_ALL_NODE_ATTRIBS on class CL_WD_TAGGING_MANAGER has no exception.
Method GET_TAG_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TAGLIST | Call by reference | Type reference (TYPE) | WDY_TAG_INFO_TAB | Tag / Kontextpfad | 20090224 |
Method GET_TAG_LIST on class CL_WD_TAGGING_MANAGER has no exception.
Method IS_VALID_TAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_API | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20091111 | |||
| 2 | IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091111 | ||||
| 3 | TAG | Call by reference | Type reference (TYPE) | WDY_TAG_NAME | Tag Name | 20091111 |
Method IS_VALID_TAG on class CL_WD_TAGGING_MANAGER has no exception.
Event Signatures
Event DATA_CHANGED Signature
Event DATA_CHANGED on class CL_WD_TAGGING_MANAGER has no parameter.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |