SAP ABAP Class CL_ADT_WDY_WINDOW_RES (Resource Controller for Window of a WebDynpro Component)
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 20121106
Properties
Class CL_ADT_WDY_WINDOW_RES  
Short Description Resource Controller for Window of a WebDynpro Component    
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 20121106   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ADT_WDY_WINDOW_RES has no forward declaration.
Interfaces
Class CL_ADT_WDY_WINDOW_RES has no interface implemented.
Friends
Class CL_ADT_WDY_WINDOW_RES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_QUERY_PARAM_VALIDATE Constant Private Type reference (TYPE) STRING 'validateName' 20130801
2 MV_COMPONENT_NAME Instance attribute Private Type reference (TYPE) WDY_COMPONENT_NAME Name of the Parent Component 20121107
3 MV_OBJECT_NAME Instance attribute Private Type reference (TYPE) WDY_CONTROLLER_NAME Name of the Window Contrller 20121107
4 MV_VERSION Instance attribute Private Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20121107
Methods
# Method Level Visibility Method type Description Created on
1 GET_WINDOW_OBJECT Instance method Private Method 20130731
Events
Class CL_ADT_WDY_WINDOW_RES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_ADT_WINDOW Public See coding 20121128 BEGIN OF gty_s_adt_window, controller TYPE if_adt_wdy_controller=>ty_controller, window_object TYPE if_wdy_md_adt_window=>gty_s_window, END OF gty_s_adt_window
2 TY_WD_CONTROLLER Public See coding 20121128 BEGIN OF ty_wd_controller, main_object TYPE if_adt_tools_core_types=>ty_main_object, END OF ty_wd_controller
Method Signatures

Method GET_WINDOW_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 20130731
2 Returning RS_WDY_WINDOW_MAIN Value transfer Type reference (TYPE) GTY_S_ADT_WINDOW 20130731
# Exception Resumable Description Created on
1 CX_ADT_REST 20130819
2 CX_ADT_WDY_COMMON 20130809
History
Last changed by/on SAP  20140121 
SAP Release Created in 740