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
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20100922 | |
2 | ![]() |
Instance method | Public | Method | 20091105 | |
3 | ![]() |
Instance method | Public | Constructor | 20091105 | |
4 | ![]() |
Instance method | Private | Method | 20100922 | |
5 | ![]() |
Instance method | Public | Method | 20100910 | |
6 | ![]() |
Instance method | Public | Method | 20100910 | |
7 | ![]() |
Instance method | Public | Method | Returns the data which the controller returned | 20090811 |
8 | ![]() |
Instance method | Public | Method | Returns the content type which were set by the controller | 20091008 |
9 | ![]() |
Instance method | Public | Method | Returns the content handler which were set by the controller | 20091008 |
10 | ![]() |
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 | ![]() |
KEY | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100922 | |||
2 | ![]() |
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 | ![]() |
KEY | Value transfer | Type reference (TYPE) | CSEQUENCE | 20091105 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
RESULT_DATA | Call by reference | Type reference (TYPE) | DATA | 20090811 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20101222 |
Method GET_RETURN_DATA_CONTENT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
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 |