SAP ABAP Class CL_AR_FND_JAM_MTH_SESSION_GET (Jam Process Method: Get Session)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-AR-SM (Application Component) SAP UI Integration - Social Media Collaboration Enablement
     AR_FND_SM_JAM_AUTH (Package) Social Media - Jam-specific Authentication (Rel. Indep.)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CLB2_METHOD_PROCESS Collaboration: Callback Methods for the Process Layer 20130529
Properties
Class CL_AR_FND_JAM_MTH_SESSION_GET  
Short Description Jam Process Method: Get Session    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AR_FND_SM_JAM_AUTH   Social Media - Jam-specific Authentication (Rel. Indep.) 
Created 20130529   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AR_FND_JAM_MTH_SESSION_GET has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_CLB2_METHOD_PROCESS Collaboration: Callback Methods for the Process Layer 20130529
Friends
Class CL_AR_FND_JAM_MTH_SESSION_GET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_AUTHORIZATION_HEADER Constant Public Type reference (TYPE) STRING 'Authorization' 20130529
2 GC_ENDPOINT Constant Public Type reference (TYPE) STRING '/v1/session' 20130529
3 GC_METHOD_NAME Constant Public Type reference (TYPE) CLB2_PLATFORM_METHOD 'SESSION_GET' 20130529
4 MS_SESSION_DATA Instance attribute Protected Type reference (TYPE) TS_SESSION_DATA 20130529
5 MV_SESSION_ID Instance attribute Protected Type reference (TYPE) STRING 20130529
Methods
# Method Level Visibility Method type Description Created on
1 GET_SESSION_DATA Instance method Public Method Get Session Data 20130529
2 GET_SESSION_ID Instance method Public Method Get Session ID 20130529
3 SET_SESSION_DATA Instance method Public Method Set Session Data 20130529
4 SET_SESSION_ID Instance method Public Method Set Session ID 20130529
Events
Class CL_AR_FND_JAM_MTH_SESSION_GET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_FORM_FIELD Public See coding 20130529 BEGIN OF ts_form_field, name TYPE string, value TYPE string, END OF ts_form_field
2 TS_SESSION_DATA Public See coding 20130529 BEGIN OF ts_session_data, authorization_header TYPE string, form_fields TYPE tt_form_field, session_key TYPE string, session_id TYPE string, END OF ts_session_data
3 TT_FORM_FIELD Public See coding 20130529 tt_form_field TYPE STANDARD TABLE OF ts_form_field WITH DEFAULT KEY
Method Signatures

Method GET_SESSION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_SESSION_DATA Value transfer Type reference (TYPE) TS_SESSION_DATA 20130529

Method GET_SESSION_DATA on class CL_AR_FND_JAM_MTH_SESSION_GET has no exception.

Method GET_SESSION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SESSION_ID Value transfer Type reference (TYPE) STRING 20130529

Method GET_SESSION_ID on class CL_AR_FND_JAM_MTH_SESSION_GET has no exception.

Method SET_SESSION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SESSION_DATA Call by reference Type reference (TYPE) TS_SESSION_DATA 20130529

Method SET_SESSION_DATA on class CL_AR_FND_JAM_MTH_SESSION_GET has no exception.

Method SET_SESSION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SESSION_ID Call by reference Type reference (TYPE) STRING 20130529

Method SET_SESSION_ID on class CL_AR_FND_JAM_MTH_SESSION_GET has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 100