SAP ABAP Class CL_WCF_TC_USER (Tag cloud user)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI (Application Component) User Interface
⤷
WCF_TAG_CLOUDS_RT (Package) Tag Clouds Runtime

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WCF_TAG_CONTAINER | Tag container | 20090415 |
Properties
Class | CL_WCF_TC_USER | |
Short Description | Tag cloud user | |
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_USER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WCF_TAG_CONTAINER | Tag container | 20090415 |
Friends
Class CL_WCF_TC_USER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WCF_TCT_USER_TAG | Tags for a user | 20090109 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WCF_TCT_TAG_OCCURRENCE | Tags | 20090213 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYUNAME | User Name | 20090109 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WCF_TC_STATUS | Tag status | 20090109 | ||
5 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_CONST | Tag cloud constants | 20090213 | ||
6 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_EXCEPTION_REPORTER | Services for raising exceptions | 20090213 | ||
7 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_PERSISTENCE | Persistency class for tag class | 20090213 | ||
8 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_SERVICE | Services method for tag clouds | 20090213 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090213 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20090123 |
3 | ![]() |
Instance method | Public | Method | Deletes all tags for user | 20090309 |
4 | ![]() |
Instance method | Public | Method | Returns all tags for user | 20090218 |
5 | ![]() |
Instance method | Public | Method | Returns name | 20090109 |
6 | ![]() |
Instance method | Public | Method | Returns suggested tags | 20090212 |
7 | ![]() |
Instance method | Public | Method | Returns user status | 20090109 |
8 | ![]() |
Instance method | Public | Method | Returns all tags for user | 20090109 |
9 | ![]() |
Instance method | Private | Event handling method | Handles tag addition | 20090213 |
10 | ![]() |
Instance method | Private | Event handling method | Handles tag deletion | 20090213 |
11 | ![]() |
Instance method | Public | Method | Saves user tags | 20090309 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | USER_TAGS_DELETED | Instance Event (0) |
Public (2) |
All Tags for user deleted | 20090309 |
Types
Class CL_WCF_TC_USER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCF_TC_USER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCF_TC_USER 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_USER_TAG | Tags for a user | 20090123 | ||
2 | ![]() |
IV_USERNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090123 |
Method CONSTRUCTOR on class CL_WCF_TC_USER has no exception.
Method DELETE_ALL_TAGS Signature
Method DELETE_ALL_TAGS on class CL_WCF_TC_USER has no parameter.
Method DELETE_ALL_TAGS on class CL_WCF_TC_USER 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_USER_TAG | Tags for a user | 20090218 |
Method GET_ALL_TAGS on class CL_WCF_TC_USER 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) | SYUNAME | User Name | 20090109 |
Method GET_NAME on class CL_WCF_TC_USER has no exception.
Method GET_RECENT_TAGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_MAX_TAGS | Call by reference | Type reference (TYPE) | I | 5 | 20090212 | ||
2 | ![]() |
RT_TAGS | Value transfer | Type reference (TYPE) | WCF_TCT_USER_TAG | Recent tags | 20090212 |
Method GET_RECENT_TAGS on class CL_WCF_TC_USER 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_USER 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_USER_TAG | Tags for a user | 20090109 |
Method GET_TAGS on class CL_WCF_TC_USER has no exception.
Method ON_TAG_ADDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_TAG | Call by reference | Attribute reference (LIKE) | >INVALID< | 20090217 |
Method ON_TAG_ADDED on class CL_WCF_TC_USER has no exception.
Method ON_TAG_DELETED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_TAG | Call by reference | Attribute reference (LIKE) | >INVALID< | 20090217 |
Method ON_TAG_DELETED on class CL_WCF_TC_USER has no exception.
Method SAVE Signature
Method SAVE on class CL_WCF_TC_USER has no parameter.
Method SAVE on class CL_WCF_TC_USER has no exception.
Event Signatures
Event USER_TAGS_DELETED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | EV_USER | Exporting | Value transfer | Type reference (TYPE) | SYUNAME | User Name | 20090309 |
History
Last changed by/on | SAP | 20100303 |
SAP Release Created in | 701 |