SAP ABAP Class CL_WCF_TC_FACTORY (Tag clouds factory)
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_FACTORY | |
| Short Description | Tag clouds factory | |
| 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 | 20090113 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WCF_TC_FACTORY has no forward declaration.
Interfaces
Class CL_WCF_TC_FACTORY has no interface implemented.
Friends
Class CL_WCF_TC_FACTORY 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_WCF_TC_CONST | Tag cloud constants | 20090120 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_COMMUNITY | Tags for community | 20090127 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_PERSISTENCE | Persistency class for tag class | 20090113 | |||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WCF_TC_SERVICE | Services method for tag clouds | 20090120 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | LTY_T_OBJECT | 20090119 | ||||
| 6 | Static Attribute | Private | Type reference (TYPE) | LTY_T_ROLE | 20090826 | ||||
| 7 | Static Attribute | Private | Type reference (TYPE) | LTY_T_USER | 20090123 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090113 | |
| 2 | Static method | Public | Method | Get existing user tags | 20090127 | |
| 3 | Static method | Public | Method | Get existing user tags | 20090826 | |
| 4 | Static method | Public | Method | Get a new object tags | 20090113 | |
| 5 | Static method | Public | Method | Get existing object tags | 20090113 | |
| 6 | Static method | Public | Method | Returns object tags for a given genil id | 20090120 | |
| 7 | Static method | Public | Method | Get existing user tags | 20090123 | |
| 8 | Static method | Public | Method | Get existing user tags | 20091110 |
Events
Class CL_WCF_TC_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_S_OBJECT | Private | See coding | 20090119 | BEGIN OF lty_s_object,
id TYPE wcf_tc_guid,
instance TYPE REF TO cl_wcf_tc_object,
END OF lty_s_object
|
||
| 2 | LTY_S_ROLE | Private | See coding | 20090826 | BEGIN OF lty_s_role,
role TYPE crmt_ui_profile,
instance TYPE REF TO cl_wcf_tc_community,
END OF lty_s_role
|
||
| 3 | LTY_S_USER | Private | See coding | 20090123 | BEGIN OF lty_s_user,
user TYPE syuname,
role TYPE crmt_ui_profile,
instance TYPE REF TO cl_wcf_tc_user,
END OF lty_s_user
|
||
| 4 | LTY_T_OBJECT | Private | See coding | 20090119 | lty_t_object TYPE HASHED TABLE OF lty_s_object WITH UNIQUE KEY id
|
||
| 5 | LTY_T_ROLE | Private | See coding | 20090826 | lty_t_role TYPE HASHED TABLE OF lty_s_role WITH UNIQUE KEY role
|
||
| 6 | LTY_T_USER | Private | See coding | 20090123 | lty_t_user TYPE HASHED TABLE OF lty_s_user WITH UNIQUE KEY user role
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCF_TC_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCF_TC_FACTORY has no exception.
Method GET_COMMUNITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WCF_TC_COMMUNITY | Tag cloud user | 20090127 |
Method GET_COMMUNITY on class CL_WCF_TC_FACTORY has no exception.
Method GET_COMMUNITY_BY_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROLE | Call by reference | Type reference (TYPE) | CRMT_UI_PROFILE | Business Role | 20090826 | |||
| 2 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WCF_TC_COMMUNITY | Tag cloud user | 20090826 |
Method GET_COMMUNITY_BY_ROLE on class CL_WCF_TC_FACTORY has no exception.
Method GET_NEW_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GENIL_ID | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJECT_ID | Object ID in Generic Interaction Layer | 20090120 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20090204 | |||
| 3 | IV_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20090120 | |||
| 4 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WCF_TC_OBJECT | Tag cloud Business object | 20090113 |
Method GET_NEW_OBJECT on class CL_WCF_TC_FACTORY has no exception.
Method GET_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) | WCF_TC_GUID | Unique Id | 20090113 | |||
| 2 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WCF_TC_OBJECT | Tag cloud Business object | 20090113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object not found | 20090120 |
Method GET_OBJECT_FROM_GENIL_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GENIL_ID | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJECT_ID | Object ID in Generic Interaction Layer | 20090120 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20090204 | |||
| 3 | IV_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20090120 | |||
| 4 | RR_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_WCF_TC_OBJECT | Tag cloud Business object | 20090120 |
Method GET_OBJECT_FROM_GENIL_ID on class CL_WCF_TC_FACTORY has no exception.
Method GET_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 | 20090123 | |||
| 2 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WCF_TC_USER | Tag cloud user | 20090123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | User not found | 20090123 |
Method GET_USER_BY_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROLE | Call by reference | Type reference (TYPE) | CRMT_UI_PROFILE | Business Role | 20091110 | |||
| 2 | IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | User | 20091110 | |||
| 3 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WCF_TC_USER | Tag cloud user | 20091110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | User not found | 20091110 |
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |