SAP ABAP Class CL_WDR_TEST_CHAT (Help Class for Channel Test)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_TEST (Package) Web Dynpro: Tests

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20050525 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WD_CHANNEL_EVENT_TRIGGER | Triggers Channel Event | 20050531 |
Properties
Class | CL_WDR_TEST_CHAT | |
Short Description | Help Class for Channel Test | |
Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_TEST | Web Dynpro: Tests |
Created | 20050525 | SAP |
Last change | 20070911 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WD_CHANNEL_EVENT_TRIGGER | Triggers Channel Event | 20050531 |
Friends
Class CL_WDR_TEST_CHAT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'CHANNELS' | 20050531 | ||
2 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'CHANNEL_USERS' | 20050531 | ||
3 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'MESSAGES' | 20050531 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CL_WDR_TEST_CHAT_SHM=>TT_CHANNELS | 20050525 | |||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TT_CUR_CHANNEL_USERS | 20050525 | |||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20050525 | |||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20050525 | |||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20050525 | |||
9 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20050525 | ||
10 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20050525 | ||
11 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_TEST_CHAT_SHM | Channel Management for Web Dynpro | 20050531 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Creates a New Chat Channel | 20050525 |
2 | ![]() |
Instance method | Public | Method | Initializes the Help Class | 20050525 |
3 | ![]() |
Instance method | Public | Method | Join Chat Channel | 20050525 |
4 | ![]() |
Instance method | Public | Method | Exit Chat Channel | 20050525 |
5 | ![]() |
Instance method | Public | Method | Log on User | 20050525 |
6 | ![]() |
Instance method | Public | Method | Log off Current User | 20050525 |
7 | ![]() |
Instance method | Public | Method | 20050525 | |
8 | ![]() |
Instance method | Public | Method | Updates List of All Chat Channels | 20050525 |
9 | ![]() |
Instance method | Public | Method | Updates List with Users | 20050623 |
10 | ![]() |
Instance method | Public | Method | Updates List with Users | 20050525 |
11 | ![]() |
Instance method | Public | Method | Deletes Chat Channel | 20050525 |
12 | ![]() |
Instance method | Public | Method | Updates Header of Chat Area | 20050525 |
13 | ![]() |
Instance method | Public | Method | Updates Header of Application | 20050525 |
Events
Class CL_WDR_TEST_CHAT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_CUR_CHANNEL_USERS | Public | See coding | 20050525 | TT_CUR_CHANNEL_USERS type sorted table of t_cur_channel_user with unique key id
|
||
2 | T_CUR_CHANNEL_USER | Public | See coding | 20050525 | begin of T_CUR_CHANNEL_USER,
id type string,
end of t_cur_channel_user
|
Method Signatures
Method CREATE_CHANNEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | 20050525 | |||
2 | ![]() |
I_ID | Value transfer | Type reference (TYPE) | STRING | 20050525 | |||
3 | ![]() |
I_MESSAGE_MANAGER | Value transfer | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message-Manager | 20050525 | ||
4 | ![]() |
I_VIEW_CONTROLLER | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20050525 |
Method CREATE_CHANNEL on class CL_WDR_TEST_CHAT has no exception.
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ROOT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20050525 | ||
2 | ![]() |
I_VIEW | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API eines Views | 20050525 |
Method INIT on class CL_WDR_TEST_CHAT has no exception.
Method JOIN_CHANNEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Value transfer | Type reference (TYPE) | STRING | 20050525 |
Method JOIN_CHANNEL on class CL_WDR_TEST_CHAT has no exception.
Method LEAVE_CHANNEL Signature
Method LEAVE_CHANNEL on class CL_WDR_TEST_CHAT has no parameter.
Method LEAVE_CHANNEL on class CL_WDR_TEST_CHAT has no exception.
Method LOGIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MESSAGE_MANAGER | Value transfer | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message-Manager | 20050525 | ||
2 | ![]() |
I_USER_ID | Value transfer | Type reference (TYPE) | STRING | 20050525 | |||
3 | ![]() |
I_VIEW_CONTROLLER | Value transfer | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20050525 |
Method LOGIN on class CL_WDR_TEST_CHAT has no exception.
Method LOGOUT Signature
Method LOGOUT on class CL_WDR_TEST_CHAT has no parameter.
Method LOGOUT on class CL_WDR_TEST_CHAT has no exception.
Method POST_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TEXT | Value transfer | Type reference (TYPE) | STRING | 20050525 |
Method POST_MESSAGE on class CL_WDR_TEST_CHAT has no exception.
Method REFRESH_CHANNEL_LIST Signature
Method REFRESH_CHANNEL_LIST on class CL_WDR_TEST_CHAT has no parameter.
Method REFRESH_CHANNEL_LIST on class CL_WDR_TEST_CHAT has no exception.
Method REFRESH_CUR_CHANNEL_MSGS_LIST Signature
Method REFRESH_CUR_CHANNEL_MSGS_LIST on class CL_WDR_TEST_CHAT has no parameter.
Method REFRESH_CUR_CHANNEL_MSGS_LIST on class CL_WDR_TEST_CHAT has no exception.
Method REFRESH_CUR_CHANNEL_USER_LIST Signature
Method REFRESH_CUR_CHANNEL_USER_LIST on class CL_WDR_TEST_CHAT has no parameter.
Method REFRESH_CUR_CHANNEL_USER_LIST on class CL_WDR_TEST_CHAT has no exception.
Method REMOVE_CHANNEL Signature
Method REMOVE_CHANNEL on class CL_WDR_TEST_CHAT has no parameter.
Method REMOVE_CHANNEL on class CL_WDR_TEST_CHAT has no exception.
Method UPDATE_CHAT_TITLE Signature
Method UPDATE_CHAT_TITLE on class CL_WDR_TEST_CHAT has no parameter.
Method UPDATE_CHAT_TITLE on class CL_WDR_TEST_CHAT has no exception.
Method UPDATE_TITLE Signature
Method UPDATE_TITLE on class CL_WDR_TEST_CHAT has no parameter.
Method UPDATE_TITLE on class CL_WDR_TEST_CHAT has no exception.
History
Last changed by/on | SAP | 20070911 |
SAP Release Created in | 710 |