SAP ABAP Class CL_ADT_SRL_PARAMS_STUB (Parameter stub for SRL framework)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
     SADT_REST (Package) REST Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ADT_RES_URI Wrapper for request URI 20100922
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ADT_SRL_METHOD_RESULT_DATA Resource method's result data 20090811
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ADT_SRL_QUERY_PARAMETERS Access to URI query parameters 20090811
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ADT_SRL_URI_STUB Helper class for controller unit tests 20090811
Properties
Class CL_ADT_SRL_PARAMS_STUB  
Short Description Parameter stub for SRL framework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SADT_REST   REST Framework 
Created 20090811   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ADT_SRL_PARAMS_STUB has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ADT_RES_URI Wrapper for request URI 20100922
2 IF_ADT_SRL_METHOD_RESULT_DATA Resource method's result data 20090811
3 IF_ADT_SRL_QUERY_PARAMETERS Access to URI query parameters 20090811
Friends
Class CL_ADT_SRL_PARAMS_STUB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ETAG Instance attribute Private Type reference (TYPE) STRING 20100910
2 INPUT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20090811
3 LAST_MODIFIED Instance attribute Private Type reference (TYPE) TIMESTAMP 20091215
4 METHOD_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20090811
5 METHOD_SIGNATURE Instance attribute Protected Object reference (TYPE REF TO) CL_ADT_RES_METH_SIG 20091105
6 QUERY_PARAMS Instance attribute Private Type reference (TYPE) TIHTTPNVP 20100922
7 REQUEST Instance attribute Private Object reference (TYPE REF TO) IF_REST_REQUEST 20100922
8 REQUEST_BUILDER Instance attribute Private Object reference (TYPE REF TO) LCL_REQUEST_BUILDER 20100922
9 RETURN_DATA_CONTENT_HANDLER Instance attribute Private Object reference (TYPE REF TO) IF_ADT_SRL_CONTENT_HANDLER 20091211
10 RETURN_DATA_CONTENT_TYPE Instance attribute Private Type reference (TYPE) SADT_CONTENT_TYPE 20091211
11 SEGMENT_PARAMS Instance attribute Private Type reference (TYPE) TIHTTPNVP 20100922
12 VALUE Instance attribute Private Object reference (TYPE REF TO) DATA 20090811
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PATH_SEGMENT_PARAM Instance method Public Method 20100922
2 ADD_QUERY_PARAM Instance method Public Method 20091105
3 CONSTRUCTOR Instance method Public Constructor 20091105
4 GENERATE_REST_REQUEST Instance method Private Method 20100922
5 GET_ETAG Instance method Public Method 20100910
6 GET_LAST_MODIFIED Instance method Public Method 20100910
7 GET_RETURN_DATA Instance method Public Method Returns the data which the controller returned 20090811
8 GET_RETURN_DATA_CONTENT_TYPE Instance method Public Method Returns the content type which were set by the controller 20091008
9 GET_RETURN_DATA_HANDLER Instance method Public Method Returns the content handler which were set by the controller 20091008
10 SET_FRAGMENT Instance method Public Method 20100922
Events
Class CL_ADT_SRL_PARAMS_STUB has no event.
Types
Class CL_ADT_SRL_PARAMS_STUB has no local type.
Method Signatures

Method ADD_PATH_SEGMENT_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) CSEQUENCE 20100922
2 Importing VALUE Call by reference Type reference (TYPE) CSEQUENCE 20100922

Method ADD_PATH_SEGMENT_PARAM on class CL_ADT_SRL_PARAMS_STUB has no exception.

Method ADD_QUERY_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Value transfer Type reference (TYPE) CSEQUENCE 20091105
2 Importing VALUE Call by reference Type reference (TYPE) SIMPLE 20091105

Method ADD_QUERY_PARAM on class CL_ADT_SRL_PARAMS_STUB has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ADT_SRL_PARAMS_STUB has no parameter.
Method CONSTRUCTOR on class CL_ADT_SRL_PARAMS_STUB has no exception.

Method GENERATE_REST_REQUEST Signature

Method GENERATE_REST_REQUEST on class CL_ADT_SRL_PARAMS_STUB has no parameter.
Method GENERATE_REST_REQUEST on class CL_ADT_SRL_PARAMS_STUB has no exception.

Method GET_ETAG Signature

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

Method GET_ETAG on class CL_ADT_SRL_PARAMS_STUB has no exception.

Method GET_LAST_MODIFIED Signature

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

Method GET_LAST_MODIFIED on class CL_ADT_SRL_PARAMS_STUB has no exception.

Method GET_RETURN_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RESULT_DATA Call by reference Type reference (TYPE) DATA 20090811
# Exception Resumable Description Created on
1 CX_ADT_REST_DATA_INVALID 20101222

Method GET_RETURN_DATA_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SADT_CONTENT_TYPE Data content type 20091008

Method GET_RETURN_DATA_CONTENT_TYPE on class CL_ADT_SRL_PARAMS_STUB has no exception.

Method GET_RETURN_DATA_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_ADT_SRL_CONTENT_HANDLER Responsible for mapping raw data to typed data objects. 20091008

Method GET_RETURN_DATA_HANDLER on class CL_ADT_SRL_PARAMS_STUB has no exception.

Method SET_FRAGMENT Signature

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

Method SET_FRAGMENT on class CL_ADT_SRL_PARAMS_STUB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800