SAP ABAP Class IF_ADT_SRL_QUERY_PARAMETERS (Access to URI query parameters)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ADT_RES_URI Wrapper for request URI 20090727
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ADT_RES_METH_SIG Provides access to REST method signature 20100614
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ADT_SRL_PARAMS_STUB Parameter stub for SRL framework 20090811
Properties
Class IF_ADT_SRL_QUERY_PARAMETERS  
Short Description Access to URI query parameters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090727   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_ADT_SRL_QUERY_PARAMETERS has no interface implemented.
Friends
Class IF_ADT_SRL_QUERY_PARAMETERS has no friend class.
Attributes
Class IF_ADT_SRL_QUERY_PARAMETERS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_QUERY_PARAM_VALUE Instance method Public Method 20091118
2 GET_QUERY_PARAM_VALUES Instance method Public Method Returns the values for the given query parameter 20091113
3 IS_QUERY_PARAM_SUPPLIED Instance method Public Method Returns whether the parameter exists or not 20091104
Events
Class IF_ADT_SRL_QUERY_PARAMETERS has no event.
Types
Class IF_ADT_SRL_QUERY_PARAMETERS has no local type.
Method Signatures

Method GET_QUERY_PARAM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) CSEQUENCE 20091118
2 Importing OPTIONAL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091118
3 Exporting QUERY_PARAM_VALUE Call by reference Type reference (TYPE) SIMPLE 20091119
# Exception Resumable Description Created on
1 CX_ADT_REST_PARAMETER_NOT_FND 20101221
2 CX_ADT_REST_PARAM_VALUE_INVLD 20101221

Method GET_QUERY_PARAM_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) CSEQUENCE Parameter name 20091113
2 Importing OPTIONAL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091113
3 Exporting QUERY_PARAM_VALUES Call by reference Type reference (TYPE) ANY TABLE 20091113
# Exception Resumable Description Created on
1 CX_ADT_REST_PARAMETER_NOT_FND 20101221
2 CX_ADT_REST_PARAM_VALUE_INVLD 20101221

Method IS_QUERY_PARAM_SUPPLIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE 20091104
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20091104

Method IS_QUERY_PARAM_SUPPLIED on class IF_ADT_SRL_QUERY_PARAMETERS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in