SAP ABAP Class CL_CRM_IC_MCM_CHAT_PROXY (IC MCM Chat Proxy)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-IC-CHA (Application Component) Communication Channel
⤷
IC_CCS_APP (Package) IC Communication Channels Service Application
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_IC_MCM_PROXY | IC MCM Proxy | 20021210 |
Properties
| Class | CL_CRM_IC_MCM_CHAT_PROXY | |
| Short Description | IC MCM Chat Proxy | |
| Super Class | CL_CRM_IC_MCM_PROXY | IC MCM Proxy |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IC_CCS_APP | IC Communication Channels Service Application |
| Created | 20021209 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CRM_IC_MCM_CHAT_PROXY has no forward declaration.
Interfaces
Class CL_CRM_IC_MCM_CHAT_PROXY has no interface implemented.
Friends
Class CL_CRM_IC_MCM_CHAT_PROXY has no friend class.
Attributes
Class CL_CRM_IC_MCM_CHAT_PROXY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get Chat Session Attached Data | 20050114 | |
| 2 | Static method | Public | Method | Get Chat Session Dialog | 20021210 | |
| 3 | Static method | Public | Method | Get Chat Session Participants | 20041206 | |
| 4 | Static method | Public | Method | Get Chat Session Status | 20021210 | |
| 5 | Static method | Public | Method | Get Chat Session Title | 20021210 | |
| 6 | Static method | Public | Method | Get Current Chat Session Id | 20021210 | |
| 7 | Static method | Public | Method | Remove Chat Session | 20080726 | |
| 8 | Static method | Public | Method | Post Chat Session Message | 20021210 | |
| 9 | Static method | Public | Method | Remove Chat Session | 20050216 | |
| 10 | Static method | Public | Method | Set Chat Client Not Visible | 20021210 |
Events
Class CL_CRM_IC_MCM_CHAT_PROXY has no event.
Types
Class CL_CRM_IC_MCM_CHAT_PROXY has no local type.
Method Signatures
Method GET_CHATATTACHEDDATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ATTACHED_DATA | Value transfer | Type reference (TYPE) | STRING | 20050114 | ||||
| 2 | IV_CHATSESSIONID | Call by reference | Type reference (TYPE) | STRING | 20050114 |
Method GET_CHATATTACHEDDATA on class CL_CRM_IC_MCM_CHAT_PROXY has no exception.
Method GET_CHATSESSIONDIALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHATSESSIONDIALOG | Value transfer | Type reference (TYPE) | STRING | Chat-Session-Dialog | 20021210 | |||
| 2 | IV_CHATSESSIONID | Call by reference | Type reference (TYPE) | STRING | Chat-Session-ID | 20021210 |
Method GET_CHATSESSIONDIALOG on class CL_CRM_IC_MCM_CHAT_PROXY has no exception.
Method GET_CHATSESSIONPARTICIPANTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHATPARTICIPANTS | Value transfer | Type reference (TYPE) | STRING | 20041206 | ||||
| 2 | IV_CHATSESSIONID | Call by reference | Type reference (TYPE) | STRING | 20041206 |
Method GET_CHATSESSIONPARTICIPANTS on class CL_CRM_IC_MCM_CHAT_PROXY has no exception.
Method GET_CHATSESSIONSTATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHATSESSIONSTATUS | Value transfer | Type reference (TYPE) | BOOLEAN | Chat-Session-Status | 20021210 | |||
| 2 | IV_CHATSESSIONID | Call by reference | Type reference (TYPE) | STRING | Chat-Session-ID | 20021210 |
Method GET_CHATSESSIONSTATUS on class CL_CRM_IC_MCM_CHAT_PROXY has no exception.
Method GET_CHATSESSIONTITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHATSESSIONTITLE | Value transfer | Type reference (TYPE) | STRING | Chat-Session-Titel | 20021210 | |||
| 2 | IV_CHATSESSIONID | Call by reference | Type reference (TYPE) | STRING | Chat-Session-ID | 20021210 |
Method GET_CHATSESSIONTITLE on class CL_CRM_IC_MCM_CHAT_PROXY has no exception.
Method GET_CURRENTCHATSESSIONID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CURRENTCHATSESSIONID | Value transfer | Type reference (TYPE) | STRING | Aktuelle Chat-Session-ID | 20021210 |
Method GET_CURRENTCHATSESSIONID on class CL_CRM_IC_MCM_CHAT_PROXY has no exception.
Method LEAVE_CHATSESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHATSESSIONID | Call by reference | Type reference (TYPE) | STRING | Chat Session Id | 20080726 |
Method LEAVE_CHATSESSION on class CL_CRM_IC_MCM_CHAT_PROXY has no exception.
Method POST_CHATSESSIONMESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHATMESSAGE | Call by reference | Type reference (TYPE) | STRING | Chat-Nachricht | 20021210 | |||
| 2 | IV_CHATSESSIONID | Call by reference | Type reference (TYPE) | STRING | Chat-Session-ID | 20021210 |
Method POST_CHATSESSIONMESSAGE on class CL_CRM_IC_MCM_CHAT_PROXY has no exception.
Method REMOVE_CHATSESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHATSESSIONID | Call by reference | Type reference (TYPE) | STRING | Chat-Session-ID | 20050216 |
Method REMOVE_CHATSESSION on class CL_CRM_IC_MCM_CHAT_PROXY has no exception.
Method SET_CLIENTNOTVISIBLE Signature
Method SET_CLIENTNOTVISIBLE on class CL_CRM_IC_MCM_CHAT_PROXY has no parameter.
Method SET_CLIENTNOTVISIBLE on class CL_CRM_IC_MCM_CHAT_PROXY has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 400 |