SAP ABAP Class CL_WCF_BSP_EVENTS_HANDLER (WCF Generic Events Handler)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_RUNTIME (Package) Extensibility Runtime components
Properties
Class CL_WCF_BSP_EVENTS_HANDLER  
Short Description WCF Generic Events Handler    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_RUNTIME   Extensibility Runtime components 
Created 20090826   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WCF_BSP_EVENTS_HANDLER has no forward declaration.
Interfaces
Class CL_WCF_BSP_EVENTS_HANDLER has no interface implemented.
Friends
Class CL_WCF_BSP_EVENTS_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_BUTTON_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_WCF_BSP_BUTTON_SERVICE WCF Button Service 20090826
2 MO_VIEW_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WCF_BSP_VIEW_CONTEXT Basis Class for WD View Controller 20090826
3 MT_COMMANDS Instance attribute Private Type reference (TYPE) TY_COMMAND_TAB 20090827
4 MV_VIEW_TYPE Instance attribute Private Type reference (TYPE) AXT_NAME Name 20090902
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ADDITIONAL_COMMANDS Instance method Private Method 20090831
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090826
3 CREATE Static method Public Method 20090826
4 GET_COMMAND_OBJECT Instance method Private Method 20090828
5 GET_VIEW_CONTROLLER Instance method Private Method 20090826
6 INIT_COMMANDS Instance method Private Method 20090827
7 IS_COMMAND_PROXY_NEEDED Instance method Private Method 20090929
8 IS_EVENT_ALLOWED Instance method Public Method 20090826
9 ON_EVENT Instance method Public Method 20090826
10 SET_COMMAND Instance method Public Method 20090827
Events
Class CL_WCF_BSP_EVENTS_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_COMMAND Private See coding 20090827 BEGIN OF ty_command, mapped_method TYPE axt_name, implicite_event type axt_boolean. "OCA, On Popup Closed, Client Event which trigger asynchron backend event INCLUDE TYPE axts_name_object_ref. TYPES: END OF ty_command
2 TY_COMMAND_TAB Private See coding 20090827 ty_command_tab TYPE STANDARD TABLE OF ty_command WITH KEY name
Method Signatures

Method ADD_ADDITIONAL_COMMANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMMAND Call by reference Object reference (TYPE REF TO) IF_WCF_BSP_COMMAND WCF Command 20090831

Method ADD_ADDITIONAL_COMMANDS on class CL_WCF_BSP_EVENTS_HANDLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_BUTTON_SERVICE Call by reference Object reference (TYPE REF TO) CL_WCF_BSP_BUTTON_SERVICE WCF Button Service 20090826
2 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WCF_BSP_VIEW_CONTEXT WCF View Context 20090826

Method CONSTRUCTOR on class CL_WCF_BSP_EVENTS_HANDLER has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_BUTTON_SERVICE Call by reference Object reference (TYPE REF TO) CL_WCF_BSP_BUTTON_SERVICE WCF Button Service 20090826
2 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WCF_BSP_VIEW_CONTEXT WCF View Context 20090826
3 Returning RO_HANDLER Value transfer Object reference (TYPE REF TO) CL_WCF_BSP_EVENTS_HANDLER WCF Generic Events Handler 20090826

Method CREATE on class CL_WCF_BSP_EVENTS_HANDLER has no exception.

Method GET_COMMAND_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMAND_CLASS Call by reference Type reference (TYPE) AXT_NAME Name 20090828
2 Importing IV_NAME Call by reference Type reference (TYPE) STRINGVAL Name 20090828
3 Returning RO_COMMAND Value transfer Object reference (TYPE REF TO) IF_WCF_BSP_COMMAND WCF Command 20090828

Method GET_COMMAND_OBJECT on class CL_WCF_BSP_EVENTS_HANDLER has no exception.

Method GET_VIEW_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CONTROLLER Value transfer Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER Basis Class for WD View Controller 20090826

Method GET_VIEW_CONTROLLER on class CL_WCF_BSP_EVENTS_HANDLER has no exception.

Method INIT_COMMANDS Signature

Method INIT_COMMANDS on class CL_WCF_BSP_EVENTS_HANDLER has no parameter.
Method INIT_COMMANDS on class CL_WCF_BSP_EVENTS_HANDLER has no exception.

Method IS_COMMAND_PROXY_NEEDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRINGVAL Name 20090929
2 Returning RV_RESULT Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20090929

Method IS_COMMAND_PROXY_NEEDED on class CL_WCF_BSP_EVENTS_HANDLER has no exception.

Method IS_EVENT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20090826
2 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090826

Method IS_EVENT_ALLOWED on class CL_WCF_BSP_EVENTS_HANDLER has no exception.

Method ON_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_HTMLB_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT HTMLB Basic Event 20090902
2 Importing IO_HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20090902
3 Returning RV_RESULT Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20090831

Method ON_EVENT on class CL_WCF_BSP_EVENTS_HANDLER has no exception.

Method SET_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMAND_CLASS Call by reference Type reference (TYPE) SEOCLSNAME 20090827
2 Importing IV_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20090827

Method SET_COMMAND on class CL_WCF_BSP_EVENTS_HANDLER has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 701