SAP ABAP Interface IF_ISH_GUI_CONTROLLER (IS-H: GUI - Controller)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1BASE (Package) IS-H: Basic Functionality; TSA Development
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ISH_GUI_MAIN_CONTROLLER IS-H: GUI - Main Controller 20070710
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISH_GUI_CONTROLLER IS-H: GUI - Controller 20070713
Properties
Interface IF_ISH_GUI_CONTROLLER  
Short Description IS-H: GUI - Controller    
General Data
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20070705   SAP 
Last changed 20071120   SAP 
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
# Interface Abstract Final Description Created on
1 IF_ISH_DESTROYABLE IS-H: Destroyable Object 20070705
2 IF_ISH_GUI_ELEMENT IS-H: GUI - Interface Element 20070705
3 IF_ISH_GUI_REQUEST_PROCESSOR IS-H: GUI - Request Processor 20070705
4 IF_ISH_GUI_REQUEST_SENDER IS-H: GUI - Request Sender 20070705
Friends
Interface IF_ISH_GUI_CONTROLLER has no friend.
Attributes
Interface IF_ISH_GUI_CONTROLLER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DESTROY Instance method Public Method 20070705
2 GET_APPLICATION Instance method Public Method Returns the Application 20070705
3 GET_CHILD_CONTROLLERS Instance method Public Method Returns the Subordinate Controllers 20070710
4 GET_CHILD_CONTROLLER_BY_ID Instance method Public Method Returns the Subordinate Controller for an ID 20070705
5 GET_CHILD_CONTROLLER_BY_NAME Instance method Public Method Returns the Subordinate Controller for a Name 20070705
6 GET_ELEMENT_ID Instance method Public Method 20070705
7 GET_ELEMENT_NAME Instance method Public Method 20070705
8 GET_MAIN_CONTROLLER Instance method Public Method Returns the Main Controller 20070705
9 GET_MODEL Instance method Public Method Returns the Model 20070705
10 GET_PARENT_CONTROLLER Instance method Public Method Returns the Superordinate Controller 20070705
11 GET_VCODE Instance method Public Method Returns the Processing Mode 20070705
12 GET_VIEW Instance method Public Method Returns the View 20070705
13 IS_DESTROYED Instance method Public Method 20070705
14 IS_INITIALIZED Instance method Public Method Returns Whether the Object Is Initialized 20070705
15 IS_IN_DESTROY_MODE Instance method Public Method 20070705
16 IS_IN_INITIALIZATION_MODE Instance method Public Method Returns Whethre the Object Is Being Initialized 20070705
17 PROCESS_REQUEST Instance method Public Method 20070705
18 REGISTER_CHILD_CONTROLLER Instance method Public Method Registers a Subordinate Controller 20070705
19 SET_VCODE Instance method Public Method Sets the Processing Mode 20070705
Events
# Event Type Visibility Description Created on
1 EV_AFTER_DESTROY Instance Event
(0)
Public
(2)
20070705
2 EV_BEFORE_DESTROY Instance Event
(0)
Public
(2)
20070705
Types
Interface IF_ISH_GUI_CONTROLLER has no local type.
Method Signatures

Method DESTROY Signature

Method DESTROY on Interface IF_ISH_GUI_CONTROLLER has no parameter.
Method DESTROY on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_APPLICATION Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_APPLICATION IS-H: GUI - Applikation 20070705

Method GET_APPLICATION on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_CHILD_CONTROLLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_SUBCHILDREN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Alle untergeordneten Controller berücksichtigen 20070710
2 Returning RT_CHILD_CONTROLLER Value transfer Type reference (TYPE) ISH_T_GUI_CTRID_HASH Untergeordnete Controller 20070710

Method GET_CHILD_CONTROLLERS on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_CHILD_CONTROLLER_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTROLLER_ID Call by reference Type reference (TYPE) N1GUI_ELEMENT_ID Eindeutige Identifikation eines Oberflächenelements 20070705
2 Importing I_WITH_SUBCHILDREN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Alle untergeordneten Controller berücksichtigen 20070705
3 Returning RR_CHILD_CONTROLLER Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_CONTROLLER Untergeordneter Controller zur ID 20070705

Method GET_CHILD_CONTROLLER_BY_ID on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_CHILD_CONTROLLER_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTROLLER_NAME Call by reference Type reference (TYPE) N1GUI_ELEMENT_NAME Name eines Oberflächenelements 20070705
2 Returning RR_CHILD_CONTROLLER Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_CONTROLLER Untergeordneter Controller zum Namen 20070705

Method GET_CHILD_CONTROLLER_BY_NAME on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_ELEMENT_ID Signature

Method GET_ELEMENT_ID on Interface IF_ISH_GUI_CONTROLLER has no parameter.
Method GET_ELEMENT_ID on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_ELEMENT_NAME Signature

Method GET_ELEMENT_NAME on Interface IF_ISH_GUI_CONTROLLER has no parameter.
Method GET_ELEMENT_NAME on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_MAIN_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_MAIN_CONTROLLER Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_MAIN_CONTROLLER IS-H: GUI - Hauptcontroller 20070705

Method GET_MAIN_CONTROLLER on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_MODEL Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_MODEL IS-H: GUI - Model 20070705

Method GET_MODEL on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_PARENT_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARENT_CONTROLLER Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_CONTROLLER Übergeordneter Controller 20070705

Method GET_PARENT_CONTROLLER on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_VCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VCODE Value transfer Type reference (TYPE) TNDYM-VCODE IS-H: Verarbeitungsmodus 20070705

Method GET_VCODE on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method GET_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_VIEW Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_VIEW IS-H: GUI - View 20070705

Method GET_VIEW on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method IS_DESTROYED Signature

Method IS_DESTROYED on Interface IF_ISH_GUI_CONTROLLER has no parameter.
Method IS_DESTROYED on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method IS_INITIALIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INITIALIZED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Objekt ist initialisiert 20070705

Method IS_INITIALIZED on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method IS_IN_DESTROY_MODE Signature

Method IS_IN_DESTROY_MODE on Interface IF_ISH_GUI_CONTROLLER has no parameter.
Method IS_IN_DESTROY_MODE on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method IS_IN_INITIALIZATION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INITIALIZATION_MODE Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Objekt wird gerade initialisiert 20070705

Method IS_IN_INITIALIZATION_MODE on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method PROCESS_REQUEST Signature

Method PROCESS_REQUEST on Interface IF_ISH_GUI_CONTROLLER has no parameter.
Method PROCESS_REQUEST on Interface IF_ISH_GUI_CONTROLLER has no exception.

Method REGISTER_CHILD_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CHILD_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_CONTROLLER IS-H: GUI - Controller 20070705
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070705

Method SET_VCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VCODE Call by reference Type reference (TYPE) TNDYM-VCODE IS-H: Verarbeitungsmodus 20070705
2 Importing I_WITH_CHILD_CONTROLLERS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Untergeordnete Controller berücksichtigen 20070705
3 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Verarbeitungsmodus wurde verändert 20070705
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070705
Event Signatures

Event EV_AFTER_DESTROY Signature
Event EV_AFTER_DESTROY on Interface IF_ISH_GUI_CONTROLLER has no parameter.
Event EV_BEFORE_DESTROY Signature
Event EV_BEFORE_DESTROY on Interface IF_ISH_GUI_CONTROLLER has no parameter.
History
Last changed by/on SAP  20071120 
SAP Release Created in