SAP ABAP Class CL_ADT_WDY_VIEW_RESOURCE (ADT: Web Dynpro View Resource Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-WDA (Application Component) Web Dynpro ABAP Design Tool for ABAP in Eclipse
     SWDP_ADT (Package) SWDP ADT Development
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WB_ADT_REST_RESOURCE Basis Class for ADT Resource Controllers for WB object types 20121220
Properties
Class CL_ADT_WDY_VIEW_RESOURCE  
Short Description ADT: Web Dynpro View Resource Class    
Super Class CL_WB_ADT_REST_RESOURCE Basis Class for ADT Resource Controllers for WB object types 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_ADT   SWDP ADT Development 
Created 20120516   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_ADT_WDY_CONTROLLER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_ADT_WDY_VIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_WDY_MD_ADT_VIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_WDY_MD_ADT_VIEW_ELEMENTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_ADT_WDY_VIEW_RESOURCE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ADT_WDY_VIEW_ST_HELPER 20130823 Helper Class for WDA View ST
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AIE_SAVE Static Attribute Private Type reference (TYPE) ABAP_BOOL 20130823
2 C_CONTENT_TYPE Constant Private Type reference (TYPE) STRING 'application/vnd.sap.adt.wdy.view+xml' 20121203
3 ELEM_LIBS Static Attribute Private Type reference (TYPE) IF_WDY_MD_ADT_VIEW_ELEMENTS=>GTY_T_VIEW_ELEMENTS 20130809
4 MV_COMPONENT_NAME Instance attribute Private Type reference (TYPE) WDY_COMPONENT_NAME Name of the Web Dynpro Component 20120611
5 MV_OBJECT_NAME Instance attribute Private Type reference (TYPE) WDY_CONTROLLER_NAME Name of the Web Dynpro Component Controller 20120516
6 MV_VERSION Instance attribute Private Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20120611
Methods
# Method Level Visibility Method type Description Created on
1 GET_PLUGS Static method Public Method Returns Plug Meta Data from Adt View Structure 20121205
2 GET_PLUG_PARAMETERS Static method Private Method 20121206
3 GET_VALID_CTX_BIND_TARGETS Instance method Private Method 20130807
4 GET_VALID_CTX_TARGETS Instance method Private Method 20130417
5 GET_VIEW_OBJECT Instance method Private Method 20130819
6 GET_WDA_META_MODEL Instance method Private Method 20130826
7 IS_AIE_SAVE Static method Private Method 20130824
8 PROCESS_INBOUND_PLUGS Static method Public Method Converts Inbound Plugs to Adt Structure 20121205
9 PROCESS_OUTBOUND_PLUGS Static method Public Method Converts Outbound Plugs to Adt Structure 20121205
10 PROCESS_PLUG_PARAMETERS Static method Public Method Converts Plug Parameters to Method Parameters 20121205
11 SET_AIE_SAVE Static method Private Method 20130824
Events
Class CL_ADT_WDY_VIEW_RESOURCE has no event.
Types
Class CL_ADT_WDY_VIEW_RESOURCE has no local type.
Method Signatures

Method GET_PLUGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VIEW Call by reference Type reference (TYPE) IF_ADT_WDY_VIEW=>TY_VIEW 20121205
2 Returning RV_PLUGS_MD Value transfer Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_VIEW_PLUGS 20121205

Method GET_PLUGS on class CL_ADT_WDY_VIEW_RESOURCE has no exception.

Method GET_PLUG_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETERS Call by reference Type reference (TYPE) IF_ADT_WDY_VIEW=>TT_PARAMETERS 20121206
2 Returning RT_PLUG_PARAMETERS Value transfer Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_T_PLUG_PARAM 20121206

Method GET_PLUG_PARAMETERS on class CL_ADT_WDY_VIEW_RESOURCE has no exception.

Method GET_VALID_CTX_BIND_TARGETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_ADT_REST_REQUEST 20130807
2 Importing RESPONSE Call by reference Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE 20130807
# Exception Resumable Description Created on
1 CX_ADT_REST 20130807
2 CX_WDY_MD_NOT_EXISTING 20130807

Method GET_VALID_CTX_TARGETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) IF_ADT_REST_REQUEST 20130418
2 Importing RESPONSE Call by reference Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE 20130418
# Exception Resumable Description Created on
1 CX_ADT_REST 20130418
2 CX_WDY_MD_NOT_EXISTING 20130422

Method GET_VIEW_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REQUEST Call by reference Object reference (TYPE REF TO) IF_ADT_REST_REQUEST 20130819
2 Returning RS_WDY_WINDOW_MAIN Value transfer Type reference (TYPE) IF_ADT_WDY_VIEW=>TY_VIEW 20130819
# Exception Resumable Description Created on
1 CX_ADT_REST 20130821

Method GET_WDA_META_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST Call by reference Object reference (TYPE REF TO) IF_ADT_REST_REQUEST 20130826
2 Returning R_RESULT Value transfer Type reference (TYPE) IF_ADT_WDY_VIEW=>TY_VIEW 20130826

Method GET_WDA_META_MODEL on class CL_ADT_WDY_VIEW_RESOURCE has no exception.

Method IS_AIE_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AIE_SAVE Call by reference Type reference (TYPE) ABAP_BOOL 20130824

Method IS_AIE_SAVE on class CL_ADT_WDY_VIEW_RESOURCE has no exception.

Method PROCESS_INBOUND_PLUGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_INBOUND_PLUGS Value transfer Type reference (TYPE) IF_ADT_WDY_VIEW=>TT_INBOUND_PLUGS 20121205
2 Importing IT_INBOUND_PLUGS Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_T_INBOUND_PLUG 20121205

Method PROCESS_INBOUND_PLUGS on class CL_ADT_WDY_VIEW_RESOURCE has no exception.

Method PROCESS_OUTBOUND_PLUGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_OUTBOUND_PLUGS Value transfer Type reference (TYPE) IF_ADT_WDY_VIEW=>TT_OUTBOUND_PLUGS 20121205
2 Importing IT_OUTBOUND_PLUGS Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_T_OUTBOUND_PLUG 20121205

Method PROCESS_OUTBOUND_PLUGS on class CL_ADT_WDY_VIEW_RESOURCE has no exception.

Method PROCESS_PLUG_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PLUG_PARAMETERS Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_T_PLUG_PARAM 20121205
2 Returning RT_PARAMETERS Value transfer Type reference (TYPE) IF_ADT_WDY_VIEW=>TT_PARAMETERS 20121205

Method PROCESS_PLUG_PARAMETERS on class CL_ADT_WDY_VIEW_RESOURCE has no exception.

Method SET_AIE_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AIE_SAVE Call by reference Type reference (TYPE) ABAP_BOOL 20130824

Method SET_AIE_SAVE on class CL_ADT_WDY_VIEW_RESOURCE has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740