SAP ABAP Class CL_CLB2_USER_TOKEN_DB (DB Layer: User Token Data)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-AR-SM (Application Component) SAP UI Integration - Social Media Collaboration Enablement
⤷
CLB2_DB (Package) Collaboration: Database Layer

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLB2_USER_TOKEN_DB | DB Access for User Access Data | 20130516 |
Properties
Class | CL_CLB2_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 | CLB2_DB | Collaboration: Database Layer |
Created | 20130516 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CLB2_USER_TOKEN_DB has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CLB2_USER_TOKEN_DB | DB Access for User Access Data | 20130516 |
Friends
Class CL_CLB2_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 | 'CLB2_USER_TOKEN' | Table Name | 20130516 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | CLB2_VALID_TO | '99991231235959' | 20130516 | ||
3 | ![]() |
Constant | Public | See coding | Update Flag | 20130516 | |||
4 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CLB2_USER_TOKEN_DB | 20130516 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | User as String | 20130626 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_CLB2_DB_TRANSACTION_HANDLER | Transaction Handler | 20130516 | ||
7 | ![]() |
Instance attribute | Private | See coding | CLAS CL_CLB2_USER_TOKEN_DB | 20130516 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Event handling method | Handle OS Finish Request | 20130516 |
2 | ![]() |
Instance method | Private | Event handling method | Handle OS Save Request | 20130516 |
3 | ![]() |
Instance method | Private | Method | Initialize Transaction | 20130516 |
4 | ![]() |
Instance method | Private | Method | Select from Database | 20130516 |
5 | ![]() |
Static method | Public | Method | Get Instance (Singleton) | 20130516 |
Events
Class CL_CLB2_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 | 20130516 | BEGIN OF ty_user_token,
user TYPE CLB2_USER_NAME,
* platform_type, todo
token TYPE CLB2_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_CLB2_USER_TOKEN_DB has no parameter.
Method HANDLE_FINISHED on class CL_CLB2_USER_TOKEN_DB has no exception.
Method HANDLE_SAVE_REQUESTED Signature
Method HANDLE_SAVE_REQUESTED on class CL_CLB2_USER_TOKEN_DB has no parameter.
Method HANDLE_SAVE_REQUESTED on class CL_CLB2_USER_TOKEN_DB has no exception.
Method INIT_TRANSACTION Signature
Method INIT_TRANSACTION on class CL_CLB2_USER_TOKEN_DB has no parameter.
Method INIT_TRANSACTION on class CL_CLB2_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) | CLB2_ACCESS_TOKEN | 20130516 | |||
2 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | CLB2_USER_NAME | 20130516 | |||
3 | ![]() |
RS_USER_TOKEN | Value transfer | Type reference (TYPE) | CLB2_S_USER_TOKEN_DATA | 20130516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130516 | ||
2 | ![]() |
20130516 |
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_CLB2_USER_TOKEN_DB | 20130516 |
Method S_GET_INSTANCE on class CL_CLB2_USER_TOKEN_DB has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 100 |