SAP ABAP Class CL_CLB_USER_TOKEN_DB (DB Layer: User Token Data)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_CLB_DB (Package) Collaboration: Database Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLB_USER_TOKEN_DB | DB Access for User Access Data | 20111219 |
Properties
| Class | CL_CLB_USER_TOKEN_DB | |
| Short Description | DB Layer: User Token Data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_CLB_DB | Collaboration: Database Layer |
| Created | 20111219 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CLB_USER_TOKEN_DB has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CLB_USER_TOKEN_DB | DB Access for User Access Data | 20111219 |
Friends
Class CL_CLB_USER_TOKEN_DB has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 'CLB_USER_TOKEN' | Table Name | 20111219 | |||
| 2 | Constant | Private | Type reference (TYPE) | CLB_VALID_TO | '99991231235959' | 20130215 | |||
| 3 | Constant | Public | See coding | Update Flag | 20130211 | ||||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_CLB_USER_TOKEN_DB | 20130212 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CLB_DB_TRANSACTION_HANDLER | Transaction Handler | 20130211 | |||
| 6 | Instance attribute | Private | See coding | Bufer Table of User Token | 20130211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Event handling method | Handle OS Finish Request | 20130211 | |
| 2 | Instance method | Private | Event handling method | Handle OS Save Request | 20130211 | |
| 3 | Instance method | Private | Method | Initialize Transaction | 20130211 | |
| 4 | Instance method | Private | Method | Select from Database | 20130211 | |
| 5 | Static method | Public | Method | Get Instance (Singleton) | 20130212 |
Events
Class CL_CLB_USER_TOKEN_DB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_USER_TOKEN | Public | See coding | User Token: Buffer Structure | 20130211 | BEGIN OF ty_user_token,
user TYPE clb_user_name,
* platform_type, todo
token TYPE clb_s_user_token_data,
update_flag TYPE c LENGTH 1,
END OF ty_user_token
|
Method Signatures
Method HANDLE_FINISHED Signature
Method HANDLE_FINISHED on class CL_CLB_USER_TOKEN_DB has no parameter.
Method HANDLE_FINISHED on class CL_CLB_USER_TOKEN_DB has no exception.
Method HANDLE_SAVE_REQUESTED Signature
Method HANDLE_SAVE_REQUESTED on class CL_CLB_USER_TOKEN_DB has no parameter.
Method HANDLE_SAVE_REQUESTED on class CL_CLB_USER_TOKEN_DB has no exception.
Method INIT_TRANSACTION Signature
Method INIT_TRANSACTION on class CL_CLB_USER_TOKEN_DB has no parameter.
Method INIT_TRANSACTION on class CL_CLB_USER_TOKEN_DB has no exception.
Method LOAD_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACCESS_TOKEN | Call by reference | Type reference (TYPE) | CLB_ACCESS_TOKEN | 20130211 | ||||
| 2 | IV_USER | Call by reference | Type reference (TYPE) | CLB_USER_NAME | 20130211 | ||||
| 3 | RS_USER_TOKEN | Value transfer | Type reference (TYPE) | CLB_S_USER_TOKEN_DATA | 20130211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130211 | |||
| 2 | 20130211 |
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CLB_USER_TOKEN_DB | 20130212 |
Method S_GET_INSTANCE on class CL_CLB_USER_TOKEN_DB has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 732 |