SAP ABAP Class CL_CRM_ICI_CCS_USER (CL_CRM_ICI_CCS_USER)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-IC-CHA (Application Component) Communication Channel
⤷
ICI_CMS_SIMULATOR (Package) Communication Management Software Simulator
⤷
⤷
Properties
| Class | CL_CRM_ICI_CCS_USER | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ICI_CMS_SIMULATOR | Communication Management Software Simulator |
| Created | 20040714 | SAP |
| Last change | 20081007 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CRM_ICI_CCS_USER has no forward declaration.
Interfaces
Class CL_CRM_ICI_CCS_USER has no interface implemented.
Friends
Class CL_CRM_ICI_CCS_USER has no friend class.
Attributes
Class CL_CRM_ICI_CCS_USER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | deletes all agents | 20040714 | |
| 2 | Instance method | Public | Method | delete all calls | 20040714 | |
| 3 | Instance method | Public | Method | delete all chat sessions | 20040714 | |
| 4 | Instance method | Public | Method | delete all messages | 20040714 | |
| 5 | Instance method | Public | Method | returns all calls | 20040714 | |
| 6 | Instance method | Public | Method | returns all chatsessions | 20040714 | |
| 7 | Instance method | Public | Method | returns all messages | 20040714 | |
| 8 | Instance method | Private | Method | get all agents that are logged on | 20040714 | |
| 9 | Instance method | Public | Method | returns specific call with passed callid | 20040714 | |
| 10 | Instance method | Public | Method | returns specific chat session | 20040714 | |
| 11 | Instance method | Public | Method | create new phone call | 20040714 | |
| 12 | Instance method | Public | Method | create new message | 20040714 | |
| 13 | Instance method | Public | Method | create new message with attachment | 20040714 |
Events
Class CL_CRM_ICI_CCS_USER has no event.
Types
Class CL_CRM_ICI_CCS_USER has no local type.
Method Signatures
Method DELETE_ALL_AGENTS Signature
Method DELETE_ALL_AGENTS on class CL_CRM_ICI_CCS_USER has no parameter.
Method DELETE_ALL_AGENTS on class CL_CRM_ICI_CCS_USER has no exception.
Method DELETE_ALL_CALLS Signature
Method DELETE_ALL_CALLS on class CL_CRM_ICI_CCS_USER has no parameter.
Method DELETE_ALL_CALLS on class CL_CRM_ICI_CCS_USER has no exception.
Method DELETE_ALL_CHAT_SESSIONS Signature
Method DELETE_ALL_CHAT_SESSIONS on class CL_CRM_ICI_CCS_USER has no parameter.
Method DELETE_ALL_CHAT_SESSIONS on class CL_CRM_ICI_CCS_USER has no exception.
Method DELETE_ALL_MESSAGES Signature
Method DELETE_ALL_MESSAGES on class CL_CRM_ICI_CCS_USER has no parameter.
Method DELETE_ALL_MESSAGES on class CL_CRM_ICI_CCS_USER has no exception.
Method GET_ALL_CALLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALL_LIST | Value transfer | Type reference (TYPE) | STRING_TABLE | Zeichentabelle | 20040714 |
Method GET_ALL_CALLS on class CL_CRM_ICI_CCS_USER has no exception.
Method GET_ALL_CHAT_SESSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHATS | Value transfer | Type reference (TYPE) | STRING_TABLE | Zeichentabelle | 20040714 |
Method GET_ALL_CHAT_SESSIONS on class CL_CRM_ICI_CCS_USER has no exception.
Method GET_ALL_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGES | Value transfer | Type reference (TYPE) | STRING_TABLE | Zeichentabelle | 20040714 | |||
| 2 | MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | NAchrichten-ID | 20040714 |
Method GET_ALL_MESSAGES on class CL_CRM_ICI_CCS_USER has no exception.
Method GET_ALL_USERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALL_USERS | Value transfer | Type reference (TYPE) | STRING_TABLE | Zeichentabelle | 20040714 |
Method GET_ALL_USERS on class CL_CRM_ICI_CCS_USER has no exception.
Method GET_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALL_ID | Value transfer | Type reference (TYPE) | STRING | id of call | 20040714 | |||
| 2 | PHONE_CALL | Value transfer | Object reference (TYPE REF TO) | CL_BCB_PHONE_CALL_PROPS | originator of call | 20040714 |
Method GET_CALL on class CL_CRM_ICI_CCS_USER has no exception.
Method GET_CHAT_SESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHAT_SESSION_ID | Value transfer | Type reference (TYPE) | STRING | chat session id | 20040714 | |||
| 2 | SESSION | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_SESSION | ICI-Spezifikation: komplexe Struktur für Nachricht | 20040714 |
Method GET_CHAT_SESSION on class CL_CRM_ICI_CCS_USER has no exception.
Method NEW_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Value transfer | Type reference (TYPE) | STRING | originator of call | 20040714 | |||
| 2 | ITEM_ID | Value transfer | Type reference (TYPE) | STRING | Positions-ID | 20040714 | |||
| 3 | TO | Value transfer | Type reference (TYPE) | STRING | receiver of call | 20040714 |
Method NEW_CALL on class CL_CRM_ICI_CCS_USER has no exception.
Method NEW_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Value transfer | Type reference (TYPE) | STRING | message sender | 20040714 | |||
| 2 | ITEM_ID | Value transfer | Type reference (TYPE) | STRING | Positions-ID | 20040714 | |||
| 3 | TEXT | Value transfer | Type reference (TYPE) | STRING | Nachrichtentext | 20040714 | |||
| 4 | TITLE | Value transfer | Type reference (TYPE) | STRING | title of message | 20040714 | |||
| 5 | TO | Value transfer | Type reference (TYPE) | STRING | message receiver | 20040714 |
Method NEW_MESSAGE on class CL_CRM_ICI_CCS_USER has no exception.
Method NEW_MESSAGE_WITH_ATT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Value transfer | Type reference (TYPE) | STRING | originator of message | 20040714 | |||
| 2 | TO | Value transfer | Type reference (TYPE) | STRING | receiver of message | 20040714 |
Method NEW_MESSAGE_WITH_ATT on class CL_CRM_ICI_CCS_USER has no exception.
History
| Last changed by/on | SAP | 20081007 |
| SAP Release Created in | 500 |