SAP ABAP Class CL_WCF_TC_OBJECT (Tag cloud Business object)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI (Application Component) User Interface
⤷
WCF_TAG_CLOUDS_RT (Package) Tag Clouds Runtime
⤷
⤷
Properties
| Class | CL_WCF_TC_OBJECT | |
| Short Description | Tag cloud Business object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCF_TAG_CLOUDS_RT | Tag Clouds Runtime |
| Created | 20090109 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WCF_TC_OBJECT has no forward declaration.
Interfaces
Class CL_WCF_TC_OBJECT has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_WCF_TC_FACTORY | 20090120 | Tag clouds factory | |
| 2 | CL_WCF_TC_PERSISTENCE | 20090120 | Persistency class for tag class |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | ':;.?&[]()#^*@!' | 20090115 | |||
| 2 | Constant | Private | Type reference (TYPE) | I | 255 | 20090115 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | WCF_TCT_OBJECT_TAG | Tags for an object | 20090109 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | WCF_TCT_TAG_OCCURRENCE | Tags | 20090213 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | CRMT_GENIL_OBJECT_ID | Object ID in Generic Interaction Layer | 20090109 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | WCF_TC_GUID | Unique Id | 20090109 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20090204 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | WCF_TC_STATUS | Tag status | 20090109 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20090109 | |||
| 10 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_CONST | Tag cloud constants | 20090113 | |||
| 11 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_EXCEPTION_REPORTER | Services for raising exceptions | 20090115 | |||
| 12 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_PERSISTENCE | Persistency class for tag class | 20090114 | |||
| 13 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_SERVICE | Services method for tag clouds | 20090114 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | TAG_ADDED | Instance Event (0) |
Public (2) |
20090213 | |
| 2 | TAG_DELETED | Instance Event (0) |
Public (2) |
20090213 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_S_TAG_OCCURRENCES | Public | See coding | 20090114 | BEGIN OF lty_s_tag_occurrences,
tag TYPE string,
occurrences TYPE i,
END OF lty_s_tag_occurrences
|
||
| 2 | LTY_S_USER | Public | See coding | 20090114 | BEGIN OF lty_s_user,
username TYPE syuname,
END OF lty_s_user
|
||
| 3 | LTY_T_TAG_OCCURRENCES | Public | See coding | 20090114 | lty_t_tag_occurrences TYPE HASHED TABLE OF lty_s_tag_occurrences WITH UNIQUE KEY tag
|
||
| 4 | LTY_T_USER | Public | See coding | 20090114 | lty_t_user TYPE STANDARD TABLE OF lty_s_user
|
Method Signatures
Method ADD_TAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CURRENT_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User Name | 20090114 | ||
| 2 | IV_NEW_TAG | Call by reference | Type reference (TYPE) | WCF_TC_TAG_VALUE | Tag value | 20090114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | new tag is invalid | 20090115 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCF_TC_OBJECT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCF_TC_OBJECT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TAGS | Call by reference | Type reference (TYPE) | WCF_TCT_OBJECT_TAG | Tags for object | 20090113 | |||
| 2 | IV_GENIL_ID | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJECT_ID | Object ID in Generic Interaction Layer | 20090113 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | WCF_TC_GUID | Unique Id | 20090113 | |||
| 4 | IV_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20090204 | |||
| 5 | IV_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20090113 |
Method CONSTRUCTOR on class CL_WCF_TC_OBJECT has no exception.
Method DELETE_TAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CURRENT_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User Name | 20090115 | ||
| 2 | IV_TAG | Call by reference | Type reference (TYPE) | WCF_TC_TAG_VALUE | Tag value | 20090114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tag not found | 20090120 |
Method DISCARD_CHANGES Signature
Method DISCARD_CHANGES on class CL_WCF_TC_OBJECT has no parameter.
Method DISCARD_CHANGES on class CL_WCF_TC_OBJECT has no exception.
Method GET_ALL_TAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TAGS | Value transfer | Type reference (TYPE) | WCF_TCT_OBJECT_TAG | Tags for an object | 20090114 |
Method GET_ALL_TAGS on class CL_WCF_TC_OBJECT has no exception.
Method GET_GENIL_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_GENIL_ID | Value transfer | Type reference (TYPE) | CRMT_GENIL_OBJECT_ID | Object ID in Generic Interaction Layer | 20090109 |
Method GET_GENIL_ID on class CL_WCF_TC_OBJECT has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | WCF_TC_GUID | Unique Id | 20090109 |
Method GET_ID on class CL_WCF_TC_OBJECT has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NAME | Value transfer | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20090204 |
Method GET_NAME on class CL_WCF_TC_OBJECT has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATUS | Value transfer | Type reference (TYPE) | WCF_TC_STATUS | User status | 20090109 |
Method GET_STATUS on class CL_WCF_TC_OBJECT has no exception.
Method GET_SUGGESTED_TAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CURRENT_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090114 | |||
| 2 | IV_MAX_TAGS | Call by reference | Type reference (TYPE) | I | 5 | 20090114 | |||
| 3 | RT_TAGS | Value transfer | Type reference (TYPE) | WCF_TCT_OBJECT_TAG | Suggested tags | 20090114 |
Method GET_SUGGESTED_TAGS on class CL_WCF_TC_OBJECT has no exception.
Method GET_SUGGESTED_TAGS_FROM_BADI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CURRENT_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090114 | |||
| 2 | IV_MAX_TAGS | Call by reference | Type reference (TYPE) | I | 5 | 20090114 | |||
| 3 | RT_TAGS | Value transfer | Type reference (TYPE) | WCF_TCT_OBJECT_TAG | Tags for object | 20090114 |
Method GET_SUGGESTED_TAGS_FROM_BADI on class CL_WCF_TC_OBJECT has no exception.
Method GET_TAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TAGS | Value transfer | Type reference (TYPE) | WCF_TCT_OBJECT_TAG | Tags for an object | 20090109 |
Method GET_TAGS on class CL_WCF_TC_OBJECT has no exception.
Method GET_TAGS_OCCURRENCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TAGS_OCCURRENCES | Value transfer | Type reference (TYPE) | WCF_TCT_TAG_OCCURRENCE | Tags | 20090213 |
Method GET_TAGS_OCCURRENCES on class CL_WCF_TC_OBJECT has no exception.
Method GET_TAGS_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090114 | |||
| 2 | RT_TAGS | Value transfer | Type reference (TYPE) | WCF_TCT_OBJECT_TAG | Tags for an object | 20090114 |
Method GET_TAGS_USER on class CL_WCF_TC_OBJECT has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TYPE | Value transfer | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20090109 |
Method GET_TYPE on class CL_WCF_TC_OBJECT has no exception.
Method INVALIDATE Signature
Method INVALIDATE on class CL_WCF_TC_OBJECT has no parameter.
Method INVALIDATE on class CL_WCF_TC_OBJECT has no exception.
Method NOTIFY_ADDITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TAG | Call by reference | Type reference (TYPE) | WCF_TCS_OBJECT_TAG | Tag for an object | 20090226 |
Method NOTIFY_ADDITION on class CL_WCF_TC_OBJECT has no exception.
Method NOTIFY_DELETION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TAG | Call by reference | Type reference (TYPE) | WCF_TCS_OBJECT_TAG | Tag for an object | 20090226 |
Method NOTIFY_DELETION on class CL_WCF_TC_OBJECT has no exception.
Method ON_USER_TAGS_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_USER | Call by reference | Attribute reference (LIKE) | 20090309 |
Method ON_USER_TAGS_DELETED on class CL_WCF_TC_OBJECT has no exception.
Method SAVE Signature
Method SAVE on class CL_WCF_TC_OBJECT has no parameter.
Method SAVE on class CL_WCF_TC_OBJECT has no exception.
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATUS | Call by reference | Type reference (TYPE) | WCF_TC_STATUS | Status | 20090120 |
Method SET_STATUS on class CL_WCF_TC_OBJECT has no exception.
Event Signatures
Event TAG_ADDED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_TAG | Exporting | Value transfer | Type reference (TYPE) | WCF_TCS_TAG | Tag details | 20090217 |
Event TAG_DELETED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_TAG | Exporting | Value transfer | Type reference (TYPE) | WCF_TCS_TAG | Tag details | 20090217 |
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |