SAP ABAP Class CL_STW_CONTROLLER (StreamWork Model Controller)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_STW_OL_COMMON (Package) Common Objects and def. of the Object Layer (comp. mode)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STW_CONTROLLER | StreamWork Model Controller | 20110729 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STW_CONTROLLER_INTERNAL | Model Controller Internal Interface | 20120911 |
Properties
| Class | CL_STW_CONTROLLER | |
| Short Description | StreamWork Model Controller | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_STW_OL_COMMON | Common Objects and def. of the Object Layer (comp. mode) |
| Created | 20110729 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_STW_CONTROLLER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_STW_CONTROLLER | StreamWork Model Controller | 20110729 | ||
| 2 | IF_STW_CONTROLLER_INTERNAL | Model Controller Internal Interface | 20120911 |
Friends
Class CL_STW_CONTROLLER has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Init Controller | 20110808 | |
| 2 | Static method | Public | Method | Create Controller | 20110729 |
Events
Class CL_STW_CONTROLLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ACTIVITY_CACHE | Private | See coding | 20110811 | BEGIN OF ts_activity_cache,
activity_id TYPE stw_activity_id,
activity TYPE REF TO if_stw_activity_internal,
END OF ts_activity_cache
|
||
| 2 | TS_BO_CACHE | Private | See coding | 20110922 | BEGIN OF ts_bo_cache,
bo_id TYPE stw_bo_id,
bo TYPE REF TO if_stw_bo_internal,
END OF ts_bo_cache
|
||
| 3 | TS_COMMENT_CACHE | Private | See coding | 20111117 | BEGIN OF ts_comment_cache,
comment_id TYPE if_stw_comment=>tv_comment_id,
comment TYPE REF TO if_stw_comment_internal,
END OF ts_comment_cache
|
||
| 4 | TS_ITEM_CACHE | Private | See coding | 20111107 | BEGIN OF ts_item_cache,
item_id TYPE if_stw_item=>tv_item_id,
item TYPE REF TO if_stw_item_internal,
END OF ts_item_cache
|
||
| 5 | TS_USER_CACHE | Private | See coding | 20110914 | BEGIN OF ts_user_cache,
sw_user_id TYPE if_stw_user=>tv_sw_user_id,
backend_user_id TYPE if_stw_user=>tv_backend_user_id ,
sw_user_email TYPE if_stw_user=>tv_sw_user_email,
sw_user TYPE REF TO if_stw_user_internal,
END OF ts_user_cache
|
||
| 6 | TT_ACTIVITY_CACHE | Private | See coding | 20110811 | tt_activity_cache TYPE HASHED TABLE OF ts_activity_cache WITH UNIQUE KEY activity_id
|
||
| 7 | TT_BO_CACHE | Private | See coding | 20110922 | tt_bo_cache TYPE STANDARD TABLE OF ts_bo_cache
|
||
| 8 | TT_COMMENT_CACHE | Private | See coding | 20111117 | tt_comment_cache TYPE HASHED TABLE OF ts_comment_cache WITH UNIQUE KEY comment
WITH NON-UNIQUE SORTED KEY comment_id COMPONENTS comment_id
|
||
| 9 | TT_ITEM_CACHE | Private | See coding | 20111107 | tt_item_cache TYPE HASHED TABLE OF ts_item_cache WITH UNIQUE KEY item
WITH NON-UNIQUE SORTED KEY item_id COMPONENTS item_id
|
||
| 10 | TT_USER_CACHE | Private | See coding | 20110914 | tt_user_cache TYPE STANDARD TABLE OF ts_user_cache WITH DEFAULT KEY
WITH NON-UNIQUE SORTED KEY sw_user_email COMPONENTS sw_user_email
WITH NON-UNIQUE SORTED KEY sw_user_id COMPONENTS sw_user_id
WITH NON-UNIQUE SORTED KEY backend_user_id COMPONENTS backend_user_id
WITH UNIQUE HASHED KEY sw_user COMPONENTS sw_user
|
||
| 11 | TV_APPLICATION_ID | Public | Type reference (TYPE) | CLB_APPLICATION_ID | 20110729 | |
Method Signatures
Method INIT_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CLB_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_CLB_PROCESS | 20110811 | ||||
| 2 | IO_CURRENT_USER | Call by reference | Object reference (TYPE REF TO) | IF_STW_CURRENT_USER_INTERNAL | 20111130 | ||||
| 3 | IO_MODEL_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_STW_MODEL_FACTORY | StreamWork Model Class Factory | 20110808 | |||
| 4 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | CL_STW_CONTROLLER=>TV_APPLICATION_ID | 20110808 |
Method INIT_CONTROLLER on class CL_STW_CONTROLLER has no exception.
Method S_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CLB_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_CLB_PROCESS | 20110811 | ||||
| 2 | IO_CURRENT_USER | Call by reference | Object reference (TYPE REF TO) | IF_STW_CURRENT_USER_INTERNAL | 20111130 | ||||
| 3 | IO_MODEL_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_STW_MODEL_FACTORY | StreamWork Model Class Factory | 20110808 | |||
| 4 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | CL_STW_CONTROLLER=>TV_APPLICATION_ID | 20110729 | ||||
| 5 | RO_CONTROLLER | Value transfer | Object reference (TYPE REF TO) | IF_STW_CONTROLLER | 20110729 |
Method S_CREATE on class CL_STW_CONTROLLER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |